| Commit message (Expand) | Author | Age | Files | Lines |
* | sysfs: add struct file* to bin_attr callbacks | Chris Wright | 2010-05-21 | 1 | -1/+2 |
* | USB: deprecate the power/level sysfs attribute | Alan Stern | 2010-05-20 | 1 | -0/+12 |
* | USB: use PM core routines to enable/disable autosuspend | Alan Stern | 2010-05-20 | 1 | -5/+5 |
* | USB: change handling of negative autosuspend delays | Alan Stern | 2010-03-02 | 1 | -5/+17 |
* | USB: implement usb_enable_autosuspend | Alan Stern | 2010-03-02 | 1 | -16/+7 |
* | USB: use the device lock for persist_enabled | Alan Stern | 2010-03-02 | 1 | -2/+3 |
* | USB: change locking for device-level autosuspend | Alan Stern | 2010-03-02 | 1 | -0/+2 |
* | USB: rename USB_SPEED_VARIABLE to USB_SPEED_WIRELESS | Greg Kroah-Hartman | 2010-03-02 | 1 | -1/+1 |
* | USB: Export QUIRK_RESET_MORPHS through sysfs | Oliver Neukum | 2010-03-02 | 1 | -0/+31 |
* | USB: add speed values for USB 3.0 and wireless controllers | Greg Kroah-Hartman | 2010-01-20 | 1 | -0/+6 |
* | USB: fix bugs in usb_(de)authorize_device | Alan Stern | 2009-12-23 | 1 | -1/+5 |
* | USB: prepare for changover to Runtime PM framework | Alan Stern | 2009-12-11 | 1 | -21/+4 |
* | USB: add devpath sysfs attribute | Greg Kroah-Hartman | 2009-12-11 | 1 | -1/+12 |
* | USB: add a "remove hardware" sysfs attribute | Alan Stern | 2009-12-11 | 1 | -0/+23 |
* | driver model: constify attribute groups | David Brownell | 2009-09-15 | 1 | -2/+2 |
* | USB: core/sysfs: fix sparse warnings | H Hartley Sweeten | 2009-06-15 | 1 | -6/+6 |
* | USB: add quirk to avoid config and interface strings | Alan Stern | 2009-03-24 | 1 | -1/+3 |
* | USB: utilize the bus notifiers | Alan Stern | 2009-01-07 | 1 | -21/+1 |
* | USB: Enhance usage of pm_message_t | Alan Stern | 2009-01-07 | 1 | -3/+3 |
* | USB: straighten out inline code in sysfs.c | Alan Stern | 2009-01-07 | 1 | -26/+9 |
* | USB: don't register endpoints for interfaces that are going away | Alan Stern | 2008-11-13 | 1 | -1/+1 |
* | USB: Export if an interface driver supports autosuspend. | Sarah Sharp | 2008-10-17 | 1 | -0/+24 |
* | USB: add all configs to the "descriptors" attribute | Alan Stern | 2008-05-29 | 1 | -23/+21 |
* | USB: create attributes before sending uevent | Alan Stern | 2008-05-14 | 1 | -52/+85 |
* | USB: remove CONFIG_USB_PERSIST setting | Alan Stern | 2008-04-24 | 1 | -12/+10 |
* | USB: fix codingstyle issues in drivers/usb/core/*.c | Greg Kroah-Hartman | 2008-02-01 | 1 | -10/+10 |
* | USB: Export suspend statistics | Sarah Sharp | 2008-02-01 | 1 | -0/+49 |
* | USB: keep track of whether interface sysfs files exist | Alan Stern | 2007-11-28 | 1 | -0/+6 |
* | USB: Export URB statistics for powertop | Sarah Sharp | 2007-10-12 | 1 | -0/+11 |
* | usb: hook up device authorization to sysfs | Inaky Perez-Gonzalez | 2007-10-12 | 1 | -0/+39 |
* | USB: add "descriptors" binary sysfs attribute | Alan Stern | 2007-07-19 | 1 | -0/+53 |
* | USB: add IAD support to usbfs and sysfs | Craig W. Nadler | 2007-07-12 | 1 | -0/+34 |
* | USB: add power/persist device attribute | Alan Stern | 2007-07-12 | 1 | -2/+73 |
* | USB: handle errors in power/level attribute | Alan Stern | 2007-05-22 | 1 | -0/+7 |
* | USB: add "busnum" attribute for USB devices | Alan Stern | 2007-04-27 | 1 | -0/+11 |
* | USB: add power/level sysfs attribute | Alan Stern | 2007-04-27 | 1 | -4/+77 |
* | USB: Allow autosuspend delay to equal 0 | Alan Stern | 2007-04-27 | 1 | -6/+10 |
* | USB: export autosuspend delay in sysfs | Alan Stern | 2007-02-23 | 1 | -0/+64 |
* | USB: minor cleanups for sysfs.c | Alan Stern | 2007-02-23 | 1 | -24/+12 |
* | USB: add a blacklist for devices that can't handle some things we throw at them. | Oliver Neukum | 2007-02-23 | 1 | -0/+11 |
* | USB: unconfigure devices which have config 0 | Alan Stern | 2007-02-16 | 1 | -1/+1 |
* | usbcore: trivial whitespace fixes | Oliver Neukum | 2007-02-07 | 1 | -49/+49 |
* | USB: fix __must_check warnings in drivers/usb/core/ | Greg Kroah-Hartman | 2006-09-27 | 1 | -12/+43 |
* | usbcore: add configuration_string to attribute group | Alan Stern | 2006-09-27 | 1 | -3/+2 |
* | Remove obsolete #include <linux/config.h> | Jörn Engel | 2006-06-30 | 1 | -1/+0 |
* | [PATCH] USB: make usb_create_ep_files take a struct device | Greg Kroah-Hartman | 2006-06-21 | 1 | -2/+2 |
* | [PATCH] USB: move the endpoint specific sysfs code to it's own file | Greg Kroah-Hartman | 2006-06-21 | 1 | -197/+0 |
* | [PATCH] USB: move CONFIG_USB_DEBUG checks into the Makefile | Greg Kroah-Hartman | 2005-11-17 | 1 | -7/+0 |
* | [PATCH] usbcore: Fix handling of sysfs strings and other attributes | Alan Stern | 2005-10-28 | 1 | -21/+15 |
* | [PATCH] usbcore: Wrap lines before column 80 | Alan Stern | 2005-10-28 | 1 | -10/+20 |