summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/sysfs.c
Commit message (Expand)AuthorAgeFilesLines
* USB: core: add missing license information to some filesGreg Kroah-Hartman2016-10-291-0/+2
* usb/core: Added devspec sysfs entry for devices behind the usb hubVijay Kumar2016-10-271-0/+15
* usb: no locking for reading descriptors in sysfsOliver Neukum2016-02-031-5/+1Star
* usb: sysfs: make locking interruptibleOliver Neukum2016-02-031-20/+49
* usb: show speed "10000" in sysfs for USB 3.1 SuperSpeedPlus devicesMathias Nyman2016-01-251-0/+3
* usb: core: lpm: fix usb3_hardware_lpm sysfs nodeLu Baolu2015-12-011-5/+26
* usb: interface authorization: SysFS part of USB interface authorizationStefan Koch2015-09-221-0/+36
* Revert "usb: interface authorization: SysFS part of USB interface authorization"Greg Kroah-Hartman2015-08-181-36/+0Star
* usb: interface authorization: SysFS part of USB interface authorizationStefan Koch2015-08-151-0/+36
* usbcore: add sysfs support to xHCI usb3 hardware LPMKevin Strasser2015-07-231-0/+31
* USB / PM: Drop CONFIG_PM_RUNTIME from the USB coreRafael J. Wysocki2014-12-041-9/+4Star
* USB: core: correct spelling mistakes in comments and warningRahul Bedarkar2014-01-081-1/+1
* usb: Don't enable USB 2.0 Link PM by default.Sarah Sharp2013-10-161-2/+4
* drivers: usb: core: {file,hub,sysfs,usb}.c: Whitespace fixesMatthias Beyer2013-10-121-2/+3
* USB: fix substandard locking for the sysfs filesAlan Stern2013-09-261-27/+26Star
* USB: core: be specific about attribute permissionsGreg Kroah-Hartman2013-08-261-164/+139Star
* usb: add usb2 Link PM variables to sysfs and usb_deviceMathias Nyman2013-06-061-0/+54
* USB: remove CONFIG_USB_SUSPEND optionAlan Stern2013-03-281-2/+2
* usb/core: consider link speed while looking at bMaxPowerSebastian Andrzej Siewior2013-01-121-9/+22
* usb: convert USB_QUIRK_RESET_MORPHS to USB_QUIRK_RESETLan Tianyu2012-08-201-3/+3
* usb: Rename temp variable "config" to "val" in the set_avoid_reset_quirk()Lan Tianyu2012-08-101-3/+3
* USB: Add a sysfs file to show LTM capabilities.Sarah Sharp2012-07-111-0/+10
* USB: allow match on bInterfaceNumberBjørn Mork2012-06-141-2/+3
* sysfs: get rid of some lockdep false positivesAlan Stern2012-05-141-3/+3
* usb: Add support for indicating whether a port is removableMatthew Garrett2012-02-091-0/+23
* switch ->is_visible() to returning umode_tAl Viro2012-01-041-2/+2
* usbcore: add sysfs support to xHCI usb2 hardware LPMAndiry Xu2011-09-271-1/+58
* usb: core: Change usb_create_sysfs_intf_files()' return type to voidMichal Nazarewicz2011-04-301-8/+5Star
* USB: use the runtime-PM autosuspend implementationAlan Stern2010-11-161-29/+5Star
* USB: use sysfs_merge_group for power attributesAlan Stern2010-11-161-33/+17Star
* sysfs: add struct file* to bin_attr callbacksChris Wright2010-05-211-1/+2
* USB: deprecate the power/level sysfs attributeAlan Stern2010-05-201-0/+12
* USB: use PM core routines to enable/disable autosuspendAlan Stern2010-05-201-5/+5
* USB: change handling of negative autosuspend delaysAlan Stern2010-03-021-5/+17
* USB: implement usb_enable_autosuspendAlan Stern2010-03-021-16/+7Star
* USB: use the device lock for persist_enabledAlan Stern2010-03-021-2/+3
* USB: change locking for device-level autosuspendAlan Stern2010-03-021-0/+2
* USB: rename USB_SPEED_VARIABLE to USB_SPEED_WIRELESSGreg Kroah-Hartman2010-03-021-1/+1
* USB: Export QUIRK_RESET_MORPHS through sysfsOliver Neukum2010-03-021-0/+31
* USB: add speed values for USB 3.0 and wireless controllersGreg Kroah-Hartman2010-01-211-0/+6
* USB: fix bugs in usb_(de)authorize_deviceAlan Stern2009-12-231-1/+5
* USB: prepare for changover to Runtime PM frameworkAlan Stern2009-12-111-21/+4Star
* USB: add devpath sysfs attributeGreg Kroah-Hartman2009-12-111-1/+12
* USB: add a "remove hardware" sysfs attributeAlan Stern2009-12-111-0/+23
* driver model: constify attribute groupsDavid Brownell2009-09-151-2/+2
* USB: core/sysfs: fix sparse warningsH Hartley Sweeten2009-06-161-6/+6
* USB: add quirk to avoid config and interface stringsAlan Stern2009-03-251-1/+3
* USB: utilize the bus notifiersAlan Stern2009-01-071-21/+1Star
* USB: Enhance usage of pm_message_tAlan Stern2009-01-071-3/+3
* USB: straighten out inline code in sysfs.cAlan Stern2009-01-071-26/+9Star