1. 12c3da3 [PATCH] USB: Store port number in usb_device by Alan Stern · 19 years ago
  2. 55c5271 [PATCH] USB: Consider power budget when choosing configuration by Alan Stern · 19 years ago
  3. 4bf0ba8 [PATCH] USB: Fix locking for USB suspend/resume by Alan Stern · 19 years ago
  4. 7d069b7 [PATCH] USB: Disconnect children during hub unbind by Alan Stern · 19 years ago
  5. 9ad3d6c [PATCH] USB: Remove USB private semaphore by Alan Stern · 19 years ago
  6. 75318d2 [PATCH] USB: remove .owner field from struct usb_driver by Greg Kroah-Hartman · 19 years ago
  7. 2143acc [PATCH] USB: make registering a usb driver automatically set the module owner by Greg Kroah-Hartman · 19 years ago
  8. ba9dc65 [PATCH] USB: allow usb drivers to disable dynamic ids by Greg Kroah-Hartman · 19 years ago
  9. 733260f [PATCH] USB: add dynamic id functionality to USB core by Greg Kroah-Hartman · 19 years ago
  10. ddae41b [PATCH] USB: reorg some functions out of the main usb.c file by Greg Kroah-Hartman · 19 years ago
  11. 1c50c31 [PATCH] USB: central handling for host controllers that were reset during suspend/resume by Alan Stern · 19 years ago
  12. 5a9191f [PATCH] usbcore: allow suspend/resume even if drivers don't support it by Alan Stern · 19 years ago
  13. 8de9840 [PATCH] USB: Fix USB suspend/resume crasher (#2) by Benjamin Herrenschmidt · 19 years ago
  14. 21b1861 [PATCH] USB: ohci, move ppc asic tweaks nearer pci by David Brownell · 19 years ago
  15. f03c17f [PATCH] USB: EHCI updates by David Brownell · 19 years ago
  16. 654f311 [PATCH] USB: move CONFIG_USB_DEBUG checks into the Makefile by Greg Kroah-Hartman · 19 years ago
  17. 058120d [PATCH] usb devio warning fix by Andrew Morton · 19 years ago
  18. 777da59 [PATCH] USB: usbdevfs_ioctl 32bit fix by Andrew Morton · 19 years ago
  19. bc7cb32 [PATCH] usbfs: usbfs_dir_inode_operations cleanup by OGAWA Hirofumi · 19 years ago
  20. d4ece29 [PATCH] USB: fix 'unused variable' warning by Dmitry Torokhov · 19 years ago
  21. 4303fc6 USB: fix up some odd parts due to partial merges by Greg Kroah-Hartman · 19 years ago
  22. 9a7834d [PATCH] USB: fix pm patches with CONFIG_PM off part 2 by Andrew Morton · 19 years ago
  23. db2d55b [PATCH] USB: fix pm patches with CONFIG_PM off part 1 by Andrew Morton · 19 years ago
  24. 4f62efe [PATCH] usbcore: Fix handling of sysfs strings and other attributes by Alan Stern · 19 years ago
  25. 16f16d1 [PATCH] USB: Fix maxpacket length for ep0 on root hubs by Alan Stern · 19 years ago
  26. 0a1ef3b [PATCH] usbcore: Use kzalloc instead of kmalloc/memset by Alan Stern · 19 years ago
  27. b724ae7 [PATCH] usbcore: Wrap lines before column 80 by Alan Stern · 19 years ago
  28. 0e6c8e8 [PATCH] usbcore: endpoint attributes track altsetting changes by Alan Stern · 19 years ago
  29. be69e5b [PATCH] usbcore: Improve endpoint sysfs file handling by Alan Stern · 19 years ago
  30. 7521803 [PATCH] USB: always export interface information for modalias by Greg Kroah-Hartman · 19 years ago
  31. c36fc88 [PATCH] usb: Patch for USBDEVFS_IOCTL from 32-bit programs by Pete Zaitcev · 19 years ago
  32. 72adaa9 [PATCH] USB: convert usbmon to use usb notifiers by Greg Kroah-Hartman · 19 years ago
  33. 54a5c4c [PATCH] USB: convert usbfs/inode.c to use usb notifiers by Greg Kroah-Hartman · 19 years ago
  34. a7b986b [PATCH] USB: convert usbfs/devio.c to use usb notifiers by Greg Kroah-Hartman · 19 years ago
  35. 3099e75 [PATCH] USB: add notifier functions to the USB core for devices and busses by Greg Kroah-Hartman · 19 years ago
  36. 4592bf5 [PATCH] USB: remove the global function usbdev_lookup_minor by Greg Kroah-Hartman · 19 years ago
  37. 0c0382e [PATCH] USB: Rename hcd->hub_suspend to hcd->bus_suspend by Alan Stern · 19 years ago
  38. 74ad9bd [PATCH] USB: make wHubCharacteristics __le16 to match other usb descriptor fields by Greg Kroah-Hartman · 19 years ago
  39. d09d36a [PATCH] USB: usb_bulk_message() handles interrupts endpoints by Alan Stern · 19 years ago
  40. b13296c [PATCH] updates for "controller suspended" handling by David Brownell · 19 years ago
  41. 5edbfb7 [PATCH] stop exporting two functions by David Brownell · 19 years ago
  42. 5f827ea [PATCH] usbcore PCI glue updates for PM by David Brownell · 19 years ago
  43. f3f3253 [PATCH] root hub updates (greater half) by David Brownell · 19 years ago
  44. 979d519 [PATCH] root hub changes (lesser half) by David Brownell · 19 years ago
  45. 9293677 [PATCH] all HCDs provide root hub suspend/resume methods by David Brownell · 19 years ago
  46. e08fb39 [PATCH] USB: Fix usb hub build by Matt Porter · 19 years ago
  47. 8ad7fe1 [PATCH] remove some USB_SUSPEND dependencies by David Brownell · 19 years ago
  48. dbc3887 [PATCH] remove duplicated resume path code by David Brownell · 19 years ago
  49. 390a8c3 [PATCH] remove usb_suspend_device() parameter by David Brownell · 19 years ago
  50. c9f89fa [PATCH] remove suspend-path recursion by David Brownell · 19 years ago
  51. db69087 [PATCH] usb_interface power state by David Brownell · 19 years ago
  52. e639dd3 [PATCH] USB: add more snooping hooks in devio.c by Greg Kroah-Hartman · 19 years ago
  53. d6e5bcf [PATCH] devfs: Remove the mode field from usb_class_driver as it's no longer needed by Greg Kroah-Hartman · 19 years ago
  54. 094f1649 [PATCH] USB: add endpoint information to sysfs by Greg Kroah-Hartman · 19 years ago
  55. 6fbfddc Merge ../bleed-2.6 by Greg KH · 19 years ago
  56. 53f4654 [PATCH] Driver Core: fix up all callers of class_device_create() by Greg Kroah-Hartman · 19 years ago
  57. b94dc6b [PATCH] usb device wakeup flags by David Brownell · 19 years ago
  58. 55016f1 [PATCH] gfp_t: drivers/usb by Al Viro · 19 years ago
  59. d7dd8a7 Use the new "kill_proc_info_as_uid()" for USB disconnect too by Linus Torvalds · 19 years ago
  60. 4611383 [PATCH] Fix signal sending in usbdevio on async URB completion by Harald Welte · 19 years ago
  61. 03cdc0c [PATCH] usb/core/hcd-pci.c: don't free_irq() on suspend by Daniel Ritz · 19 years ago
  62. d305ef5 [PATCH] driver core: add helper device_is_registered() by Daniel Ritz · 19 years ago
  63. b789696 [PATCH] USB: relax usbcore reset timings by David Brownell · 19 years ago
  64. dd16525 [PATCH] USB: get rid of minor log spamming by David Brownell · 19 years ago
  65. f1a1560 [PATCH] usbcore: small changes to HCD glue layer by Alan Stern · 19 years ago
  66. 5420520 Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 19 years ago
  67. e09711a [PATCH] ehci: add think_time by david-b@pacbell.net · 19 years ago
  68. 8f34c28 [PATCH] USB: remove annoying message by david-b@pacbell.net · 19 years ago
  69. f956e7c [PATCH] USB: tweak highspeed timing calculations by david-b@pacbell.net · 19 years ago
  70. 3b4d7f7 [PATCH] USB: Support unbinding of the usb_generic driver by Alan Stern · 19 years ago
  71. 3ea1596 [PATCH] USB: Add timeout to usb_lock_device_for_reset by Alan Stern · 19 years ago
  72. bf193d3 [PATCH] USB: Disconnect children when unbinding the hub driver by Alan Stern · 19 years ago
  73. 8b28c75 [PATCH] USB: Code motion in the hub driver by Alan Stern · 19 years ago
  74. b375a04 [PATCH] USB: URB_ASYNC_UNLINK flag removed from the kernel by Alan Stern · 19 years ago
  75. fad21bd [PATCH] USB: Fix regression in core/devio.c by Alan Stern · 19 years ago
  76. fbf82fd [PATCH] USB: real nodes instead of usbfs by Kay Sievers · 19 years ago
  77. 95a6296 [PATCH] PCI: start paying attention to a lot of pci function return values by Greg Kroah-Hartman · 19 years ago
  78. 982245f [PATCH] PCI: remove CONFIG_PCI_NAMES by Adrian Bunk · 19 years ago
  79. 7b842b6 [PATCH] USB: convert kcalloc to kzalloc by Pekka Enberg · 19 years ago
  80. 76d1ce0 [PATCH] Driver core: link device and all class devices derived from it. by Dmitry Torokhov · 19 years ago
  81. ca078ba [PATCH] swsusp: switch pm_message_t to struct by Pavel Machek · 19 years ago
  82. 498f78e [PATCH] USB: fix in usb_calc_bus_time by Dan Streetman · 19 years ago
  83. 86d3074 [PATCH] USB: Usbcore: Don't try to delete unregistered interfaces by Alan Stern · 19 years ago
  84. fe0410c [PATCH] USB: usbfs: Don't leak uninitialized data by Alan Stern · 19 years ago
  85. 5028770 [ACPI] merge acpi-2.6.12 branch into latest Linux 2.6.13-rc... by Len Brown · 19 years ago
  86. a3fdf4e [PATCH] USB: export usb_get_intf() and usb_put_intf() by brian@murphy.dk · 19 years ago
  87. 5db539e [PATCH] USB: Fix kmalloc's flags type in USB by Olav Kongas · 19 years ago
  88. 9c8d617 [PATCH] USB: khubd: use kthread API by akpm@osdl.org · 19 years ago
  89. cf5910b [PATCH] USB: add bMaxPacketSize0 attribute to sysfs by Greg Kroah-Hartman · 19 years ago
  90. d58da59 [ACPI] S3 Suspend to RAM: fix driver suspend/resume methods by David Shaohua Li · 19 years ago
  91. 0ed0c0c [PATCH] USB: usbcore: inverted test for resuming interfaces by Alan Stern · 19 years ago
  92. 8ec8d20 [PATCH] usbcore: register root hub in usb_add_hcd by Alan Stern · 19 years ago
  93. 7d35b92 [PATCH] usbcore: Remove hub_set_power_budget by Alan Stern · 19 years ago
  94. d5926ae7 [PATCH] usbcore support for root-hub IRQ instead of polling by Alan Stern · 19 years ago
  95. 72ebddb [PATCH] USB: turn a user mode driver error into a hard error by David Brownell · 19 years ago
  96. 3e1d1d2 [PATCH] Cleanup patch for process freezing by Christoph Lameter · 19 years ago
  97. 4749f32 [PATCH] better USB_MON dependencies by Adrian Bunk · 19 years ago
  98. 5f45f1a [PATCH] remove duplicate get_dentry functions in various places by Christoph Hellwig · 19 years ago
  99. 4893e9d [PATCH] USB: fix show_modalias() function due to attribute change by Greg Kroah-Hartman · 19 years ago
  100. 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