1. f836ac8 USB: Add USB_DEVICE_INTERFACE_PROTOCOL macro by Jan Kratochvil · 17 years ago
  2. 59c5159 Fix occurrences of "the the " by Michael Opdenacker · 17 years ago
  3. 1941044 USB: add "last_busy" field for use in autosuspend by Alan Stern · 17 years ago
  4. 9f8b17e USB: make usbdevices export their device nodes instead of using a separate class by Kay Sievers · 17 years ago
  5. 2add522 USB: add power/level sysfs attribute by Alan Stern · 17 years ago
  6. eaafbc3 USB: Allow autosuspend delay to equal 0 by Alan Stern · 17 years ago
  7. b5e795f USB: make autosuspend delay a module parameter by Alan Stern · 18 years ago
  8. 7ceec1f USB: add a blacklist for devices that can't handle some things we throw at them. by Oliver Neukum · 18 years ago
  9. d1bbb60 USB: make usb_iso_packet_descriptor.status signed by Pete Zaitcev · 18 years ago
  10. c96e2c9 Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 18 years ago
  11. 896fbd7 usbcore: remove unused bandwith-related code by Alan Stern · 18 years ago
  12. a8ef36b USB: Add usb_endpoint_xfer_control to usb.h by Sarah Bailey · 18 years ago
  13. 93bacef USB serial: add dynamic id support to usb-serial core by Greg Kroah-Hartman · 18 years ago
  14. 5f84813 USB: <linux/usb_ch9.h> becomes <linux/usb/ch9.h> by David Brownell · 18 years ago
  15. 0873c76 USB: convert usb class devices to real devices by Greg Kroah-Hartman · 18 years ago
  16. 7bc3d63 USB: move usb_device_class class devices to be real devices by Greg Kroah-Hartman · 18 years ago
  17. 80f745f USB: add the sysfs driver name to all modules by Greg Kroah-Hartman · 18 years ago
  18. 4c1ac1b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Howells · 18 years ago
  19. ee49fb5 USB: keep count of unsuspended children by Alan Stern · 18 years ago
  20. ce36158 USB: struct usb_device: change flag to bitflag by Alan Stern · 18 years ago
  21. 692a186 USB: expand autosuspend/autoresume API by Alan Stern · 18 years ago
  22. 0c1ac4f USB: makes usb_endpoint_* functions inline. by Luiz Fernando N. Capitulino · 18 years ago
  23. 4370525 usb/hub: allow hubs up to 31 children by inaky@linux.intel.com · 18 years ago
  24. c402895 WorkStruct: make allyesconfig by David Howells · 18 years ago
  25. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  26. e0318eb USB: fix autosuspend when CONFIG_PM isn't set by Alan Stern · 18 years ago
  27. 645daaa usbcore: add autosuspend/autoresume infrastructure by Alan Stern · 18 years ago
  28. b6956ff usbcore: store each usb_device's level in the tree by Alan Stern · 18 years ago
  29. 1720058 usbcore: trim down usb_bus structure by Alan Stern · 18 years ago
  30. dd990f1 usbcore: Add flag for whether a host controller uses DMA by Alan Stern · 18 years ago
  31. a6d2bb9 USB: remove struct usb_operations by Alan Stern · 18 years ago
  32. 088dc27 usbcore: help drivers to change device configs by Alan Stern · 18 years ago
  33. 095bc33 USB core: Use const where possible. by Luiz Fernando N. Capitulino · 18 years ago
  34. b7cfaaa USB: New functions to check endpoints info. by Luiz Fernando N. Capitulino · 18 years ago
  35. 3d5b251 USB: making the kernel -Wshadow clean - USB & completion by Jesper Juhl · 18 years ago
  36. 4d064c0 usbcore: track whether interfaces are suspended by Alan Stern · 18 years ago
  37. 8bb54ab usbcore: add usb_device_driver definition by Alan Stern · 18 years ago
  38. cae74b3 Revert "[PATCH] USB: move usb_device_class class devices to be real devices" by Greg Kroah-Hartman · 18 years ago
  39. 27fb4f0 Revert "[PATCH] USB: convert usb class devices to real devices" by Greg Kroah-Hartman · 18 years ago
  40. 7fac9a3 [PATCH] USB: fix usb kernel-doc by Randy Dunlap · 18 years ago
  41. bd00949 [PATCH] USB: convert usb class devices to real devices by Greg Kroah-Hartman · 18 years ago
  42. c182274 [PATCH] USB: move usb_device_class class devices to be real devices by Greg Kroah-Hartman · 18 years ago
  43. 9bde749 [PATCH] USB: make endpoints real struct devices by Greg Kroah-Hartman · 18 years ago
  44. 79efa09 [PATCH] usbcore: port reset for composite devices by Alan Stern · 18 years ago
  45. 782a7a6 [PATCH] USB: add usb_interrupt_msg() function for api completeness. by Greg Kroah-Hartman · 18 years ago
  46. 62c4f0a Don't include linux/config.h from anywhere else in include/ by David Woodhouse · 18 years ago
  47. 99ac48f [PATCH] mark f_ops const in the inode by Arjan van de Ven · 18 years ago
  48. e266a12 [PATCH] USB: drivers/usb/core/message.c: make usb_get_string() static by Adrian Bunk · 19 years ago
  49. db9edfd Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6 by Linus Torvalds · 19 years ago
  50. 312c004 [PATCH] driver core: replace "hotplug" by "uevent" by Kay Sievers · 19 years ago
  51. 12c3da3 [PATCH] USB: Store port number in usb_device by Alan Stern · 19 years ago
  52. 55c5271 [PATCH] USB: Consider power budget when choosing configuration by Alan Stern · 19 years ago
  53. 9ad3d6c [PATCH] USB: Remove USB private semaphore by Alan Stern · 19 years ago
  54. 75318d2 [PATCH] USB: remove .owner field from struct usb_driver by Greg Kroah-Hartman · 19 years ago
  55. 2143acc [PATCH] USB: make registering a usb driver automatically set the module owner by Greg Kroah-Hartman · 19 years ago
  56. ba9dc65 [PATCH] USB: allow usb drivers to disable dynamic ids by Greg Kroah-Hartman · 19 years ago
  57. 733260f [PATCH] USB: add dynamic id functionality to USB core by Greg Kroah-Hartman · 19 years ago
  58. 8dd396e [PATCH] USB: kernel-doc for linux/usb.h by Randy Dunlap · 19 years ago
  59. aeec46b [PATCH] DocBook: allow to mark structure members private by Martin Waitz · 19 years ago
  60. 4f62efe [PATCH] usbcore: Fix handling of sysfs strings and other attributes by Alan Stern · 19 years ago
  61. b724ae7 [PATCH] usbcore: Wrap lines before column 80 by Alan Stern · 19 years ago
  62. be69e5b [PATCH] usbcore: Improve endpoint sysfs file handling by Alan Stern · 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. 5edbfb7 [PATCH] stop exporting two functions by David Brownell · 19 years ago
  65. 390a8c3 [PATCH] remove usb_suspend_device() parameter by David Brownell · 19 years ago
  66. d6e5bcf [PATCH] devfs: Remove the mode field from usb_class_driver as it's no longer needed by Greg Kroah-Hartman · 19 years ago
  67. 094f1649 [PATCH] USB: add endpoint information to sysfs by Greg Kroah-Hartman · 19 years ago
  68. 55016f1 [PATCH] gfp_t: drivers/usb by Al Viro · 19 years ago
  69. b375a04 [PATCH] USB: URB_ASYNC_UNLINK flag removed from the kernel by Alan Stern · 19 years ago
  70. fbf82fd [PATCH] USB: real nodes instead of usbfs by Kay Sievers · 19 years ago
  71. 5db539e [PATCH] USB: Fix kmalloc's flags type in USB by Olav Kongas · 19 years ago
  72. 4749f32 [PATCH] better USB_MON dependencies by Adrian Bunk · 19 years ago
  73. 8561b10 [PATCH] USB: move the usb hcd code to use the new class code. by gregkh@suse.de · 19 years ago
  74. 719df46 [PATCH] USB: update urb documentation by Roman Kagan · 19 years ago
  75. 27d72e8 [PATCH] usb suspend updates (interface suspend) by David Brownell · 19 years ago
  76. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago