1. 3148bf0 usbcore: get BOS descriptor set by Andiry Xu · 13 years ago
  2. 643de62 usb: core: Change usb_create_sysfs_intf_files()' return type to void by Michal Nazarewicz · 13 years ago
  3. e1620d5 USB: Move runtime PM callbacks to usb_device_pm_ops by Rafael J. Wysocki · 14 years ago
  4. 60678b6 USB: add helper to convert USB error codes by Oliver Neukum · 14 years ago
  5. fcc4a01 USB: use the runtime-PM autosuspend implementation by Alan Stern · 14 years ago
  6. 9bbdf1e USB: convert to the runtime PM framework by Alan Stern · 15 years ago
  7. 0534d46 USB: consolidate remote wakeup routines by Alan Stern · 15 years ago
  8. 253e057 USB: add a "remove hardware" sysfs attribute by Alan Stern · 15 years ago
  9. 7cbe5dc USB: add API for userspace drivers to "claim" ports by Alan Stern · 15 years ago
  10. a4dbd67 driver model: constify attribute groups by David Brownell · 15 years ago
  11. 5512966 usb: convert endpoint devices to bus-less childs of the usb interface by Kay Sievers · 15 years ago
  12. 820d7a2 USB: remove unused usb_host class by Greg Kroah-Hartman · 15 years ago
  13. 501950d USB: fix char-device disconnect handling by Alan Stern · 16 years ago
  14. ddeac4e7 USB: fix toggle mismatch in disable_endpoint paths by Alan Stern · 16 years ago
  15. 2caf7fc USB: re-enable interface after driver unbinds by Alan Stern · 16 years ago
  16. 3b23dd6 USB: utilize the bus notifiers by Alan Stern · 16 years ago
  17. 65bfd29 USB: Enhance usage of pm_message_t by Alan Stern · 16 years ago
  18. 9ac39f2 USB: add asynchronous autosuspend/autoresume support by Alan Stern · 16 years ago
  19. f2189c4 USB: Add new PM callback methods for USB by Alan Stern · 16 years ago
  20. cd9f037 usbfs: send disconnect signals when device is unregistered by Alan Stern · 16 years ago
  21. 78d9a48 USB: Force unbinding of drivers lacking reset_resume or other methods by Alan Stern · 16 years ago
  22. 2e5f10e USB: create attributes before sending uevent by Alan Stern · 16 years ago
  23. 70a1c9e USB: remove dev->power.power_state by Alan Stern · 17 years ago
  24. 84cca82 USB: fix codingstyle issues in drivers/usb/core/*.h by Greg Kroah-Hartman · 17 years ago
  25. b5ea060 USB: rename choose_configuration by Greg Kroah-Hartman · 17 years ago
  26. 93993a0 usb: introduce usb_authorize/deauthorize() by Inaky Perez-Gonzalez · 17 years ago
  27. bdd016b USB: add ep->enable by Alan Stern · 17 years ago
  28. 54515fe USB: unify reset_resume and normal resume by Alan Stern · 17 years ago
  29. 4956ecc USB: remove __usb_port_suspend by Alan Stern · 17 years ago
  30. 0458d5b USB: add USB-Persist facility by Alan Stern · 17 years ago
  31. 784a6e1 USB: interface PM state by Alan Stern · 17 years ago
  32. 9f8b17e USB: make usbdevices export their device nodes instead of using a separate class by Kay Sievers · 18 years ago
  33. 6b157c9 USB: separate autosuspend from external suspend by Alan Stern · 18 years ago
  34. 718efa6 usbcore: move usb_autosuspend_work by Alan Stern · 18 years ago
  35. 19c2623 USB: export autosuspend delay in sysfs by Alan Stern · 18 years ago
  36. b5e795f USB: make autosuspend delay a module parameter by Alan Stern · 18 years ago
  37. 7ceec1f USB: add a blacklist for devices that can't handle some things we throw at them. by Oliver Neukum · 18 years ago
  38. bb41702 USB: refactor usb device matching and create usb_device_match by Greg Kroah-Hartman · 18 years ago
  39. 94fcda1 usbcore: remove unused argument in autosuspend by Alan Stern · 18 years ago
  40. 2425c08 [PATCH] usb: fixup usb so it uses struct pid by Eric W. Biederman · 18 years ago
  41. e0318eb USB: fix autosuspend when CONFIG_PM isn't set by Alan Stern · 18 years ago
  42. bd85928 USB: create new workqueue thread for USB autosuspend by Alan Stern · 18 years ago
  43. 1b21d5e USB: fix __must_check warnings in drivers/usb/core/ by Greg Kroah-Hartman · 18 years ago
  44. 02c399e usbcore: remove usb_suspend_root_hub by Alan Stern · 18 years ago
  45. 645daaa usbcore: add autosuspend/autoresume infrastructure by Alan Stern · 18 years ago
  46. 42d8a2d USB: Turn usb_resume_both() into static inline by Alexey Dobriyan · 18 years ago
  47. 095bc33 USB core: Use const where possible. by Luiz Fernando N. Capitulino · 18 years ago
  48. 066202d USB: Make file operations structs in drivers/usb const. by Luiz Fernando N. Capitulino · 18 years ago
  49. d388dab hub driver: improve use of #ifdef by Alan Stern · 18 years ago
  50. 4d064c0 usbcore: track whether interfaces are suspended by Alan Stern · 18 years ago
  51. a8e7c56 usbcore: resume device resume recursion by Alan Stern · 18 years ago
  52. 8bb54ab usbcore: add usb_device_driver definition by Alan Stern · 18 years ago
  53. 36e56a3 usbcore: move code among source files by Alan Stern · 18 years ago
  54. 140d8f6 usbcore: rename usb_suspend_device to usb_port_suspend by Alan Stern · 18 years ago
  55. 4a2a8a2 usbfs: private mutex for open, release, and remove by Alan Stern · 18 years ago
  56. 7a01955 [PATCH] SELinux: update USB code with new kill_proc_info_as_uid by David Quigley · 18 years ago
  57. 36679ea [PATCH] USB: make usb_create_ep_files take a struct device by Greg Kroah-Hartman · 18 years ago
  58. 84412f6 [PATCH] USB: move the endpoint specific sysfs code to it's own file by Greg Kroah-Hartman · 18 years ago
  59. 9ad3d6c [PATCH] USB: Remove USB private semaphore by Alan Stern · 19 years ago
  60. ddae41b [PATCH] USB: reorg some functions out of the main usb.c file 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. a7b986b [PATCH] USB: convert usbfs/devio.c to use usb notifiers by Greg Kroah-Hartman · 19 years ago
  63. 3099e75 [PATCH] USB: add notifier functions to the USB core for devices and busses by Greg Kroah-Hartman · 19 years ago
  64. 4592bf5 [PATCH] USB: remove the global function usbdev_lookup_minor by Greg Kroah-Hartman · 19 years ago
  65. 5edbfb7 [PATCH] stop exporting two functions by David Brownell · 19 years ago
  66. 979d519 [PATCH] root hub changes (lesser half) by David Brownell · 19 years ago
  67. db69087 [PATCH] usb_interface power state by David Brownell · 19 years ago
  68. d7dd8a7 Use the new "kill_proc_info_as_uid()" for USB disconnect too by Linus Torvalds · 19 years ago
  69. fbf82fd [PATCH] USB: real nodes instead of usbfs by Kay Sievers · 19 years ago
  70. 6d5e825 [PATCH] USB: fix up some sparse warnings about static functions that aren't static. by Greg KH · 19 years ago
  71. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago