1. 20dfdad USB: rework C++-style comments by Alan Stern · 18 years ago
  2. d4ead16 USB: prevent char device open/deregister race by Alan Stern · 18 years ago
  3. 55e5fdf USB: hub.c loops forever on resume from ram due to bluetooth by Mark Lord · 18 years ago
  4. 01cd081 USB: Patch to align the various USB timers to fire at the same time by Arjan van de Ven · 18 years ago
  5. dd4dd19 USB: Make device reset stop retrying after disconnect by Alan Stern · 18 years ago
  6. 6bc6cff USB: add RESET_RESUME device quirk by Alan Stern · 18 years ago
  7. 0458d5b USB: add USB-Persist facility by Alan Stern · 18 years ago
  8. e805485 USB: make hub driver's release more robust by Alan Stern · 18 years ago
  9. 06b84e8 USB: remove "locktree" routine from the hub driver by Alan Stern · 18 years ago
  10. f3fd77c USB: remove references to dev.power.power_state by Alan Stern · 18 years ago
  11. 8adb478 USB: don't unsuspend for a new connection by Alan Stern · 18 years ago
  12. b6f6436 USB: move bus_suspend and bus_resume method calls by Alan Stern · 18 years ago
  13. 4d46109 USB: Implement PM FREEZE and PRETHAW by Alan Stern · 18 years ago
  14. 784a6e1 USB: interface PM state by Alan Stern · 18 years ago
  15. 515c535 PM: Remove prev_state from struct dev_pm_info by Rafael J. Wysocki · 18 years ago
  16. 615ae11 USB: Fix up bogus bInterval values in endpoint descriptors by Alan Stern · 18 years ago
  17. dda034b USB: set default y for CONFIG_USB_DEVICE_CLASS by Kay Sievers · 18 years ago
  18. d5d4db7 USB: replace flush_workqueue with cancel_sync_work by Alan Stern · 18 years ago
  19. d4b7d8e USB: fix ratelimit call semantics by Alan Stern · 18 years ago
  20. dd86557 USB: handle errors in power/level attribute by Alan Stern · 18 years ago
  21. 7ed92f1 USB: make the autosuspend workqueue thread freezable by Alan Stern · 18 years ago
  22. 57a21c1 USB: don't try to kzalloc 0 bytes by Alan Stern · 18 years ago
  23. b89ee19 USB: remove short initial timeout for device descriptor fetch by Alan Stern · 18 years ago
  24. d984abc USB: Deref URB after usbmon is done with it by Pete Zaitcev · 18 years ago
  25. 8d062b9 USB: set the correct Interrupt interval in usb_bulk_msg by Alan Stern · 18 years ago
  26. bf87ce5 USB: remove unneeded WARN_ON by Alan Stern · 18 years ago
  27. ef7f6c7 USB: more autosuspend timer stuff by Alan Stern · 18 years ago
  28. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 18 years ago
  29. 527660a usbfs micro optimitation by Oliver Neukum · 18 years ago
  30. 83f7d95 USB: add "busnum" attribute for USB devices by Alan Stern · 18 years ago
  31. 8c9862e USB: fix signed jiffies issue in autosuspend logic by Alan Stern · 18 years ago
  32. 35d07fd USB: Allow transfer_buffer with transfer_dma by Tony Lindgren · 18 years ago
  33. 1941044 USB: add "last_busy" field for use in autosuspend by Alan Stern · 18 years ago
  34. 9f8b17e USB: make usbdevices export their device nodes instead of using a separate class by Kay Sievers · 18 years ago
  35. 2add522 USB: add power/level sysfs attribute by Alan Stern · 18 years ago
  36. eaafbc3 USB: Allow autosuspend delay to equal 0 by Alan Stern · 18 years ago
  37. 6b157c9 USB: separate autosuspend from external suspend by Alan Stern · 18 years ago
  38. 1b42ae6 USB: fix race in HCD removal by Alan Stern · 18 years ago
  39. 718efa6 usbcore: move usb_autosuspend_work by Alan Stern · 18 years ago
  40. 404d5b1 dev_dbg: check dev_dbg() arguments by Dan Williams · 18 years ago
  41. 341487a8 USB: remove use of the bus rwsem, as it doesn't really protect anything. by Greg Kroah-Hartman · 18 years ago
  42. 8a61499 USB: another entry for the quirk list by Oliver Neukum · 18 years ago
  43. 5bb16d1 USB: kill dead code from hub.c by Oliver Neukum · 18 years ago
  44. 7bc4b81 USB: ratelimit debounce error messages by Oliver Neukum · 18 years ago
  45. 97b9eb9 USB: set the correct interval for interrupt URBs by Alan Stern · 18 years ago
  46. 19c2623 USB: export autosuspend delay in sysfs by Alan Stern · 18 years ago
  47. b5e795f USB: make autosuspend delay a module parameter by Alan Stern · 18 years ago
  48. aa084f3 USB: minor cleanups for sysfs.c by Alan Stern · 18 years ago
  49. 7ceec1f USB: add a blacklist for devices that can't handle some things we throw at them. by Oliver Neukum · 18 years ago
  50. bb41702 USB: refactor usb device matching and create usb_device_match by Greg Kroah-Hartman · 18 years ago
  51. 892705a USB: kernel-doc fixes by Randy Dunlap · 18 years ago
  52. 3f141e2 USB: unconfigure devices which have config 0 by Alan Stern · 18 years ago
  53. db90e7a USB: fix concurrent buffer access in the hub driver by Alan Stern · 18 years ago
  54. 12f1ff8 usbcore: small changes to hub driver's suspend method by Alan Stern · 18 years ago
  55. 7fe89e9 USB: Fix apparent typo CONFIG_USB_CDCETHER. by Robert P. J. Day · 18 years ago
  56. 6957e1a USB: fix needless failure under certain conditions by Oliver Neukum · 18 years ago
  57. c5999f0 USB: In init_endpoint_class, use PTR_ERR to obtain an errno value, not IS_ERR by Josh Triplett · 18 years ago
  58. c96e2c9 Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 18 years ago
  59. 1a68f71 USB: a bit more coding style cleanup by Oliver Neukum · 18 years ago
  60. 9251644 usbcore: trivial whitespace fixes by Oliver Neukum · 18 years ago
  61. 3ede760 USB: total removal of multithreaded probing in usb by Oliver Neukum · 18 years ago
  62. 896fbd7 usbcore: remove unused bandwith-related code by Alan Stern · 18 years ago
  63. 93bacef USB serial: add dynamic id support to usb-serial core by Greg Kroah-Hartman · 18 years ago
  64. ad55d71 rndis_host learns ActiveSync basics by Ole Andre Vadla Ravnas · 18 years ago
  65. 1737bf2 usbcore: remove unneeded error check by Alan Stern · 18 years ago
  66. 2360e4a USB: indicate active altsetting in proc/bus/usb/devices file by David Brownell · 18 years ago
  67. 316547f USB: devio.c add missing INIT_LIST_HEAD() by Dan Carpenter · 18 years ago
  68. 0873c76 USB: convert usb class devices to real devices by Greg Kroah-Hartman · 19 years ago
  69. 7bc3d63 USB: move usb_device_class class devices to be real devices by Greg Kroah-Hartman · 19 years ago
  70. 80f745f USB: add the sysfs driver name to all modules by Greg Kroah-Hartman · 18 years ago
  71. b1bf4f4 USB: disable USB_MULTITHREAD_PROBE by Greg Kroah-Hartman · 18 years ago
  72. c07be13 USB: Fixed bug in endpoint release function. by Sarah Bailey · 18 years ago
  73. df251b8 USB: fix to usbfs_snoop logging of user defined control urbs by Chris Frey · 18 years ago
  74. 33cb899 [PATCH] struct path: convert usb by Josef Sipek · 18 years ago
  75. 7dfb710 [PATCH] Add include/linux/freezer.h and move definitions from sched.h by Nigel Cunningham · 18 years ago
  76. 441e143 [PATCH] slab: remove SLAB_DMA by Christoph Lameter · 18 years ago
  77. e94b176 [PATCH] slab: remove SLAB_KERNEL by Christoph Lameter · 18 years ago
  78. 54e6ecb [PATCH] slab: remove SLAB_ATOMIC by Christoph Lameter · 18 years ago
  79. 6d5aefb WorkQueue: Fix up arch-specific work items where possible by David Howells · 18 years ago
  80. 4c1ac1b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Howells · 18 years ago
  81. 94fcda1 usbcore: remove unused argument in autosuspend by Alan Stern · 18 years ago
  82. ee49fb5 USB: keep count of unsuspended children by Alan Stern · 18 years ago
  83. d25450c USB hub: simplify remote-wakeup handling by Alan Stern · 18 years ago
  84. ce36158 USB: struct usb_device: change flag to bitflag by Alan Stern · 18 years ago
  85. 40f122f USB: Add autosuspend support to the hub driver by Alan Stern · 18 years ago
  86. c066475 USB: create a new thread for every USB device found during the probe sequence by Greg Kroah-Hartman · 18 years ago
  87. 7e27780 USB: added dynamic major number for USB endpoints by Sarah Bailey · 18 years ago
  88. 8bb22d2 USB: make drivers/usb/core/driver.c:usb_device_match() static by Adrian Bunk · 18 years ago
  89. db06350 USB core: fix compiler warning about usb_autosuspend_work by Alan Stern · 18 years ago
  90. d5ec168 USB: resume_device symbol conflict by Stephen Hemminger · 18 years ago
  91. 1bb5f66 USB: Move private hub declarations out of public header file by Alan Stern · 18 years ago
  92. 692a186 USB: expand autosuspend/autoresume API by Alan Stern · 18 years ago
  93. af4f760 USB: autosuspend code consolidation by Alan Stern · 18 years ago
  94. 0c1ac4f USB: makes usb_endpoint_* functions inline. by Luiz Fernando N. Capitulino · 18 years ago
  95. 87ad46c USB: devices: Use usb_endpoint_* functions by Luiz Fernando N. Capitulino · 18 years ago
  96. 93c8bf4 USB core: don't match interface descriptors for vendor-specific devices by Alan Stern · 18 years ago
  97. 88fafff usb hub: fix root hub code so it takes more than 15 devices per root hub by inaky@linux.intel.com · 18 years ago
  98. 4370525 usb/hub: allow hubs up to 31 children by inaky@linux.intel.com · 18 years ago
  99. c402895 WorkStruct: make allyesconfig by David Howells · 18 years ago
  100. 6ab16a9 USB: Fixed outdated usb_get_device_descriptor() documentation by Laurent Pinchart · 18 years ago