aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/sysfs.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-26USB: core: Fix deadlock in usb_deauthorize_interface()Alan Stern1-3/+13
2024-03-06usb: Clarify expected behavior of dev_bin_attrs_are_visible()Elbert Mai1-2/+5
2024-03-05usb: Export BOS descriptor to sysfsElbert Mai1-17/+61
2024-02-17usb: sysfs: use kstrtobool() if possibleGuan-Yu Lin1-10/+12
2023-08-09USB: Remove remnants of Wireless USB and UWBAlan Stern1-3/+0
2023-04-03USB: core: Add wireless_status sysfs attributeBastien Nocera1-0/+50
2023-01-31USB: core: Don't hold device lock while reading the "descriptors" sysfs fileAlan Stern1-5/+0
2022-11-03usb: core: Use kstrtobool() instead of strtobool()Christophe JAILLET1-3/+4
2022-06-27usb: core: sysfs: convert sysfs snprintf to sysfs_emitXuezhi Zhang1-39/+40
2021-05-27driver core: Move the "removable" attribute from USB to coreRajat Jain1-24/+0
2021-03-23usb: core: sysfs: Check for SSP rate in speed attrThinh Nguyen1-1/+4
2020-11-26USB: core: Constify static attribute_group structsRikard Falkeborn1-7/+7
2020-09-04usb: core: fix slab-out-of-bounds Read in read_descriptorsZeng Tao1-0/+5
2020-04-23USB: core: Replace an empty statement with a debug messageAlan Stern1-2/+4
2020-02-14usb: use kobj_to_dev() APIchenqiwu1-3/+3
2019-08-08usb: setup authorized_default attributes using usb_bus_notifyThiébaud Weksteen1-0/+121
2019-01-18USB: Add new USB LPM helpersKai-Heng Feng1-1/+4
2018-04-22USB: USB 3.2 Add sysfs entries for a usb device rx_lanes and tx_lanesMathias Nyman1-0/+22
2017-11-13Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-2/+3
2017-11-03USB: core: move existing SPDX tags to top of the fileGreg Kroah-Hartman1-1/+1
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland1-2/+2
2017-10-17usb: Apply hardware LPM attributes to 3.1 deviceLu Baolu1-1/+2
2017-07-22usb: Convert to using %pOF instead of full_nameRob Herring1-1/+1
2016-10-29USB: core: add missing license information to some filesGreg Kroah-Hartman1-0/+2
2016-10-27usb/core: Added devspec sysfs entry for devices behind the usb hubVijay Kumar1-0/+15
2016-02-03usb: no locking for reading descriptors in sysfsOliver Neukum1-5/+1
2016-02-03usb: sysfs: make locking interruptibleOliver Neukum1-20/+49
2016-01-24usb: show speed "10000" in sysfs for USB 3.1 SuperSpeedPlus devicesMathias Nyman1-0/+3
2015-12-01usb: core: lpm: fix usb3_hardware_lpm sysfs nodeLu Baolu1-5/+26
2015-09-22usb: interface authorization: SysFS part of USB interface authorizationStefan Koch1-0/+36
2015-08-18Revert "usb: interface authorization: SysFS part of USB interface authorization"Greg Kroah-Hartman1-36/+0
2015-08-14usb: interface authorization: SysFS part of USB interface authorizationStefan Koch1-0/+36
2015-07-22usbcore: add sysfs support to xHCI usb3 hardware LPMKevin Strasser1-0/+31
2014-12-04USB / PM: Drop CONFIG_PM_RUNTIME from the USB coreRafael J. Wysocki1-9/+4
2014-01-07USB: core: correct spelling mistakes in comments and warningRahul Bedarkar1-1/+1
2013-10-16usb: Don't enable USB 2.0 Link PM by default.Sarah Sharp1-2/+4
2013-10-11drivers: usb: core: {file,hub,sysfs,usb}.c: Whitespace fixesMatthias Beyer1-2/+3
2013-09-25USB: fix substandard locking for the sysfs filesAlan Stern1-27/+26
2013-08-25USB: core: be specific about attribute permissionsGreg Kroah-Hartman1-164/+139
2013-06-05usb: add usb2 Link PM variables to sysfs and usb_deviceMathias Nyman1-0/+54
2013-03-28USB: remove CONFIG_USB_SUSPEND optionAlan Stern1-2/+2
2013-01-11usb/core: consider link speed while looking at bMaxPowerSebastian Andrzej Siewior1-9/+22
2012-08-20usb: convert USB_QUIRK_RESET_MORPHS to USB_QUIRK_RESETLan Tianyu1-3/+3
2012-08-10usb: Rename temp variable "config" to "val" in the set_avoid_reset_quirk()Lan Tianyu1-3/+3
2012-07-11USB: Add a sysfs file to show LTM capabilities.Sarah Sharp1-0/+10
2012-06-13USB: allow match on bInterfaceNumberBjørn Mork1-2/+3
2012-05-14sysfs: get rid of some lockdep false positivesAlan Stern1-3/+3
2012-02-09usb: Add support for indicating whether a port is removableMatthew Garrett1-0/+23
2012-01-03switch ->is_visible() to returning umode_tAl Viro1-2/+2
2011-09-26usbcore: add sysfs support to xHCI usb2 hardware LPMAndiry Xu1-1/+58
2011-04-29usb: core: Change usb_create_sysfs_intf_files()' return type to voidMichal Nazarewicz1-8/+5
2010-11-16USB: use the runtime-PM autosuspend implementationAlan Stern1-29/+5
2010-11-16USB: use sysfs_merge_group for power attributesAlan Stern1-33/+17
2010-05-21sysfs: add struct file* to bin_attr callbacksChris Wright1-1/+2
2010-05-20USB: deprecate the power/level sysfs attributeAlan Stern1-0/+12
2010-05-20USB: use PM core routines to enable/disable autosuspendAlan Stern1-5/+5
2010-03-02USB: change handling of negative autosuspend delaysAlan Stern1-5/+17
2010-03-02USB: implement usb_enable_autosuspendAlan Stern1-16/+7
2010-03-02USB: use the device lock for persist_enabledAlan Stern1-2/+3
2010-03-02USB: change locking for device-level autosuspendAlan Stern1-0/+2
2010-03-02USB: rename USB_SPEED_VARIABLE to USB_SPEED_WIRELESSGreg Kroah-Hartman1-1/+1
2010-03-02USB: Export QUIRK_RESET_MORPHS through sysfsOliver Neukum1-0/+31
2010-01-20USB: add speed values for USB 3.0 and wireless controllersGreg Kroah-Hartman1-0/+6
2009-12-23USB: fix bugs in usb_(de)authorize_deviceAlan Stern1-1/+5
2009-12-11USB: prepare for changover to Runtime PM frameworkAlan Stern1-21/+4
2009-12-11USB: add devpath sysfs attributeGreg Kroah-Hartman1-1/+12
2009-12-11USB: add a "remove hardware" sysfs attributeAlan Stern1-0/+23
2009-09-15driver model: constify attribute groupsDavid Brownell1-2/+2
2009-06-15USB: core/sysfs: fix sparse warningsH Hartley Sweeten1-6/+6
2009-03-24USB: add quirk to avoid config and interface stringsAlan Stern1-1/+3
2009-01-07USB: utilize the bus notifiersAlan Stern1-21/+1
2009-01-07USB: Enhance usage of pm_message_tAlan Stern1-3/+3
2009-01-07USB: straighten out inline code in sysfs.cAlan Stern1-26/+9
2008-11-13USB: don't register endpoints for interfaces that are going awayAlan Stern1-1/+1
2008-10-17USB: Export if an interface driver supports autosuspend.Sarah Sharp1-0/+24
2008-05-29USB: add all configs to the "descriptors" attributeAlan Stern1-23/+21
2008-05-14USB: create attributes before sending ueventAlan Stern1-52/+85
2008-04-24USB: remove CONFIG_USB_PERSIST settingAlan Stern1-12/+10
2008-02-01USB: fix codingstyle issues in drivers/usb/core/*.cGreg Kroah-Hartman1-10/+10
2008-02-01USB: Export suspend statisticsSarah Sharp1-0/+49
2007-11-28USB: keep track of whether interface sysfs files existAlan Stern1-0/+6
2007-10-12USB: Export URB statistics for powertopSarah Sharp1-0/+11
2007-10-12usb: hook up device authorization to sysfsInaky Perez-Gonzalez1-0/+39
2007-07-19USB: add "descriptors" binary sysfs attributeAlan Stern1-0/+53
2007-07-12USB: add IAD support to usbfs and sysfsCraig W. Nadler1-0/+34
2007-07-12USB: add power/persist device attributeAlan Stern1-2/+73
2007-05-22USB: handle errors in power/level attributeAlan Stern1-0/+7
2007-04-27USB: add "busnum" attribute for USB devicesAlan Stern1-0/+11
2007-04-27USB: add power/level sysfs attributeAlan Stern1-4/+77
2007-04-27USB: Allow autosuspend delay to equal 0Alan Stern1-6/+10
2007-02-23USB: export autosuspend delay in sysfsAlan Stern1-0/+64
2007-02-23USB: minor cleanups for sysfs.cAlan Stern1-24/+12
2007-02-23USB: add a blacklist for devices that can't handle some things we throw at them.Oliver Neukum1-0/+11
2007-02-16USB: unconfigure devices which have config 0Alan Stern1-1/+1
2007-02-07usbcore: trivial whitespace fixesOliver Neukum1-49/+49
2006-09-27USB: fix __must_check warnings in drivers/usb/core/Greg Kroah-Hartman1-12/+43
2006-09-27usbcore: add configuration_string to attribute groupAlan Stern1-3/+2
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-21[PATCH] USB: make usb_create_ep_files take a struct deviceGreg Kroah-Hartman1-2/+2
2006-06-21[PATCH] USB: move the endpoint specific sysfs code to it's own fileGreg Kroah-Hartman1-197/+0
2005-11-17[PATCH] USB: move CONFIG_USB_DEBUG checks into the MakefileGreg Kroah-Hartman1-7/+0
2005-10-28[PATCH] usbcore: Fix handling of sysfs strings and other attributesAlan Stern1-21/+15
2005-10-28[PATCH] usbcore: Wrap lines before column 80Alan Stern1-10/+20
2005-10-28[PATCH] usbcore: Improve endpoint sysfs file handlingAlan Stern1-95/+124
2005-10-28[PATCH] USB: always export interface information for modaliasGreg Kroah-Hartman1-21/+14
2005-10-28[PATCH] USB: add endpoint information to sysfsGreg Kroah-Hartman1-2/+193
2005-07-12[PATCH] USB: add bMaxPacketSize0 attribute to sysfsGreg Kroah-Hartman1-0/+2
2005-06-20[PATCH] USB: fix show_modalias() function due to attribute changeGreg Kroah-Hartman1-1/+1
2005-06-20[PATCH] Driver Core: drivers/s390/net/qeth_sys.c - drivers/usb/gadget/pxa2xx_...Yani Ioannou1-12/+12
2005-06-03[PATCH] USB: make MODALIAS code a bit smaller devicesPaulo Marques1-12/+10
2005-05-16[PATCH] USB: add modalias sysfs file for usb devicesGreg KH1-0/+34
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+318