1. 8d8479d usb/core: consider link speed while looking at bMaxPower by Sebastian Andrzej Siewior · 12 years ago
  2. 7fda953 usb: convert USB_QUIRK_RESET_MORPHS to USB_QUIRK_RESET by Lan Tianyu · 12 years ago
  3. 7fc2cc3 usb: Rename temp variable "config" to "val" in the set_avoid_reset_quirk() by Lan Tianyu · 12 years ago
  4. 024f117 USB: Add a sysfs file to show LTM capabilities. by Sarah Sharp · 12 years ago
  5. 81df2d5 USB: allow match on bInterfaceNumber by Bjørn Mork · 12 years ago
  6. 356c05d sysfs: get rid of some lockdep false positives by Alan Stern · 12 years ago
  7. 0846e7e usb: Add support for indicating whether a port is removable by Matthew Garrett · 12 years ago
  8. 587a1f1 switch ->is_visible() to returning umode_t by Al Viro · 13 years ago
  9. c1045e8 usbcore: add sysfs support to xHCI usb2 hardware LPM by Andiry Xu · 13 years ago
  10. 643de62 usb: core: Change usb_create_sysfs_intf_files()' return type to void by Michal Nazarewicz · 13 years ago
  11. fcc4a01 USB: use the runtime-PM autosuspend implementation by Alan Stern · 14 years ago
  12. 045cac6 USB: use sysfs_merge_group for power attributes by Alan Stern · 14 years ago
  13. 2c3c8be sysfs: add struct file* to bin_attr callbacks by Chris Wright · 14 years ago
  14. a903098 USB: deprecate the power/level sysfs attribute by Alan Stern · 14 years ago
  15. 9e18c82 USB: use PM core routines to enable/disable autosuspend by Alan Stern · 14 years ago
  16. 5899f1e USB: change handling of negative autosuspend delays by Alan Stern · 15 years ago
  17. 088f7fe USB: implement usb_enable_autosuspend by Alan Stern · 15 years ago
  18. 0c4db6d USB: use the device lock for persist_enabled by Alan Stern · 15 years ago
  19. 62e299e USB: change locking for device-level autosuspend by Alan Stern · 15 years ago
  20. 551cdbb USB: rename USB_SPEED_VARIABLE to USB_SPEED_WIRELESS by Greg Kroah-Hartman · 15 years ago
  21. ef95534 USB: Export QUIRK_RESET_MORPHS through sysfs by Oliver Neukum · 15 years ago
  22. b132b04 USB: add speed values for USB 3.0 and wireless controllers by Greg Kroah-Hartman · 15 years ago
  23. da30712 USB: fix bugs in usb_(de)authorize_device by Alan Stern · 15 years ago
  24. 8e4ceb3 USB: prepare for changover to Runtime PM framework by Alan Stern · 15 years ago
  25. 9af2362 USB: add devpath sysfs attribute by Greg Kroah-Hartman · 15 years ago
  26. 253e057 USB: add a "remove hardware" sysfs attribute by Alan Stern · 15 years ago
  27. a4dbd67 driver model: constify attribute groups by David Brownell · 15 years ago
  28. a864e3aa5 USB: core/sysfs: fix sparse warnings by H Hartley Sweeten · 15 years ago
  29. 1662e3a USB: add quirk to avoid config and interface strings by Alan Stern · 15 years ago
  30. 3b23dd6 USB: utilize the bus notifiers by Alan Stern · 16 years ago
  31. 65bfd29 USB: Enhance usage of pm_message_t by Alan Stern · 16 years ago
  32. 92b0da1 USB: straighten out inline code in sysfs.c by Alan Stern · 16 years ago
  33. 352d026 USB: don't register endpoints for interfaces that are going away by Alan Stern · 16 years ago
  34. 49e7cc8 USB: Export if an interface driver supports autosuspend. by Sarah Sharp · 16 years ago
  35. 217a908 USB: add all configs to the "descriptors" attribute by Alan Stern · 16 years ago
  36. 2e5f10e USB: create attributes before sending uevent by Alan Stern · 16 years ago
  37. feccc30 USB: remove CONFIG_USB_PERSIST setting by Alan Stern · 16 years ago
  38. 2c044a4 USB: fix codingstyle issues in drivers/usb/core/*.c by Greg Kroah-Hartman · 16 years ago
  39. 1512300 USB: Export suspend statistics by Sarah Sharp · 17 years ago
  40. 7e61559 USB: keep track of whether interface sysfs files exist by Alan Stern · 17 years ago
  41. 4d59d8a USB: Export URB statistics for powertop by Sarah Sharp · 17 years ago
  42. e03f2e8 usb: hook up device authorization to sysfs by Inaky Perez-Gonzalez · 17 years ago
  43. 69d42a7 USB: add "descriptors" binary sysfs attribute by Alan Stern · 17 years ago
  44. 165fe97 USB: add IAD support to usbfs and sysfs by Craig W. Nadler · 17 years ago
  45. b41a60e USB: add power/persist device attribute by Alan Stern · 17 years ago
  46. dd86557 USB: handle errors in power/level attribute by Alan Stern · 17 years ago
  47. 83f7d95 USB: add "busnum" attribute for USB devices by Alan Stern · 17 years ago
  48. 2add522 USB: add power/level sysfs attribute by Alan Stern · 17 years ago
  49. eaafbc3 USB: Allow autosuspend delay to equal 0 by Alan Stern · 17 years ago
  50. 19c2623 USB: export autosuspend delay in sysfs by Alan Stern · 17 years ago
  51. aa084f3 USB: minor cleanups for sysfs.c by Alan Stern · 17 years ago
  52. 7ceec1f USB: add a blacklist for devices that can't handle some things we throw at them. by Oliver Neukum · 18 years ago
  53. 3f141e2 USB: unconfigure devices which have config 0 by Alan Stern · 17 years ago
  54. 9251644 usbcore: trivial whitespace fixes by Oliver Neukum · 18 years ago
  55. 1b21d5e USB: fix __must_check warnings in drivers/usb/core/ by Greg Kroah-Hartman · 18 years ago
  56. b6eb2d8 usbcore: add configuration_string to attribute group by Alan Stern · 18 years ago
  57. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  58. 36679ea [PATCH] USB: make usb_create_ep_files take a struct device by Greg Kroah-Hartman · 18 years ago
  59. 84412f6 [PATCH] USB: move the endpoint specific sysfs code to it's own file by Greg Kroah-Hartman · 18 years ago
  60. 654f311 [PATCH] USB: move CONFIG_USB_DEBUG checks into the Makefile by Greg Kroah-Hartman · 19 years ago
  61. 4f62efe [PATCH] usbcore: Fix handling of sysfs strings and other attributes by Alan Stern · 19 years ago
  62. b724ae7 [PATCH] usbcore: Wrap lines before column 80 by Alan Stern · 19 years ago
  63. be69e5b [PATCH] usbcore: Improve endpoint sysfs file handling by Alan Stern · 19 years ago
  64. 7521803 [PATCH] USB: always export interface information for modalias by Greg Kroah-Hartman · 19 years ago
  65. 094f1649 [PATCH] USB: add endpoint information to sysfs by Greg Kroah-Hartman · 19 years ago
  66. cf5910b [PATCH] USB: add bMaxPacketSize0 attribute to sysfs by Greg Kroah-Hartman · 19 years ago
  67. 4893e9d [PATCH] USB: fix show_modalias() function due to attribute change by Greg Kroah-Hartman · 19 years ago
  68. 10523b3 [PATCH] Driver Core: drivers/s390/net/qeth_sys.c - drivers/usb/gadget/pxa2xx_udc.c: update device attribute callbacks by Yani Ioannou · 19 years ago
  69. 77ddecc [PATCH] USB: make MODALIAS code a bit smaller devices by Paulo Marques · 19 years ago
  70. 360b52b [PATCH] USB: add modalias sysfs file for usb devices by Greg KH · 19 years ago
  71. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago