1. 179e091 [PATCH] drivers: use list_move() by Akinobu Mita · 18 years ago
  2. 5a9d6e0 [PATCH] clean up default value of USB_ISP116X_HCD, USB_SL811_HCD and USB_SL811_CS by Jean-Luc Leger · 18 years ago
  3. 325a4af [PATCH] USB: move hardware-specific <linux/usb_*.h> to <linux/usb/*.h> by David Brownell · 18 years ago
  4. c5e3b74 [PATCH] UHCI: Improve FSBR-off timing by Alan Stern · 18 years ago
  5. e323de4 [PATCH] UHCI: remove hc_inaccessible flag by Alan Stern · 18 years ago
  6. be3cbc5 [PATCH] UHCI: various updates by David Brownell · 18 years ago
  7. dfbaa7d [PATCH] USB: EHCI on non-Au1200 build fix by Ralf Baechle · 18 years ago
  8. d5ce137 [PATCH] USB: negative index in drivers/usb/host/isp116x-hcd.c by Eric Sesterhenn · 18 years ago
  9. ba47f66 [PATCH] improved TT scheduling for EHCI by Dan Streetman · 18 years ago
  10. c8155cc [PATCH] UHCI: remove ISO TDs as they are used by Alan Stern · 18 years ago
  11. caf3827 [PATCH] UHCI: store the period in the queue header by Alan Stern · 18 years ago
  12. 10b8e47 [PATCH] UHCI: fix race in ISO dequeuing by Alan Stern · 18 years ago
  13. c433472 [PATCH] UHCI: use integer-sized frame numbers by Alan Stern · 18 years ago
  14. b761d9d [PATCH] UHCI: Work around old Intel bug by Alan Stern · 18 years ago
  15. 84afddd [PATCH] UHCI: Reimplement FSBR by Alan Stern · 18 years ago
  16. 04538a2 [PATCH] UHCI: Eliminate the TD-removal list by Alan Stern · 18 years ago
  17. a0b458b [PATCH] UHCI: Move code for cleaning up unlinked URBs by Alan Stern · 18 years ago
  18. 59e29ed [PATCH] UHCI: Remove non-iso TDs as they are used by Alan Stern · 18 years ago
  19. b186900 [PATCH] UHCI: Common result routine for Control/Bulk/Interrupt by Alan Stern · 18 years ago
  20. 2775562 [PATCH] USB: UHCI: fix obscure bug in enqueue() by Alan Stern · 18 years ago
  21. 4de7d2c [PATCH] USB: UHCI: store the endpoint type in the QH structure by Alan Stern · 18 years ago
  22. 01cced2 [PATCH] USB: allow multiple types of EHCI controllers to be built as modules by Kumar Gala · 18 years ago
  23. c32ba30 [PATCH] USB: EHCI works again on NVidia controllers with >2GB RAM by Paul Serice · 18 years ago
  24. 0c27c5d [ARM] 3547/1: PXA-OHCI: Allow platforms to specify a power budget by Richard Purdie · 18 years ago
  25. 839ab1d [PATCH] USB: fix bug in ohci-hcd.c ohci_restart() by David Brownell · 18 years ago
  26. c67808e [PATCH] USB: Use new PCI_CLASS_SERIAL_USB_* defines by Jean Delvare · 18 years ago
  27. 3799c40 [PATCH] USB: S3C2410: use clk_enable() to ensure 48MHz to OHCI core by Ben Dooks · 19 years ago
  28. 8e32640 [PATCH] USB: UHCI: don't track suspended ports by Alan Stern · 19 years ago
  29. 68ba61b [PATCH] USB: at91 usb driver supend/resume fixes by David Brownell · 19 years ago
  30. 75e2df6 [PATCH] USB: pci-quirks.c: proper prototypes by Adrian Bunk · 19 years ago
  31. f096e04 [PATCH] USB: cleanups for ohci-s3c2410.c by Ben Dooks · 19 years ago
  32. e2d4096 [PATCH] pcmcia: use bitfield instead of p_state and state by Dominik Brodowski · 19 years ago
  33. 15b99ac [PATCH] pcmcia: add return value to _config() functions by Dominik Brodowski · 19 years ago
  34. fba395e [PATCH] pcmcia: remove dev_link_t and client_handle_t indirection by Dominik Brodowski · 19 years ago
  35. fd23823 [PATCH] pcmcia: embed dev_link_t into struct pcmcia_device by Dominik Brodowski · 19 years ago
  36. 70294b4 [PATCH] pcmcia: remove unneeded Vcc pseudo setting by Dominik Brodowski · 19 years ago
  37. 8661bb5 [PATCH] pcmcia: default suspend and resume handling by Dominik Brodowski · 19 years ago
  38. 50db3fd [PATCH] pcmcia: convert remaining users of pcmcia_release_io and _irq by Dominik Brodowski · 19 years ago
  39. 7f927fc [PATCH] Typo fixes by Alexey Dobriyan · 19 years ago
  40. 2bf2154 Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 19 years ago
  41. b712548 [PATCH] USB: fix initdata issue in isp116x-hcd by Greg Kroah-Hartman · 19 years ago
  42. ae55717 [PATCH] USB: UHCI: Increase port-reset completion delay for HP controllers by Alan Stern · 19 years ago
  43. 80b6ca4 [PATCH] USB: kzalloc() conversion for rest of drivers/usb by Eric Sesterhenn · 19 years ago
  44. 6a8e87b [PATCH] USB core and HCDs: don't put_device while atomic by Alan Stern · 19 years ago
  45. 1393adb [PATCH] uhci-hcd: fix mistaken usage of list_prepare_entry by Alan Stern · 19 years ago
  46. dbf4fca [PATCH] UHCI: Don't log short transfers by Alan Stern · 19 years ago
  47. 8d402e1 [PATCH] UHCI: improve debugging code by Alan Stern · 19 years ago
  48. 0ed8fee [PATCH] UHCI: remove main list of URBs by Alan Stern · 19 years ago
  49. af0bb59 [PATCH] UHCI: use dummy TDs by Alan Stern · 19 years ago
  50. dccf4a4 [PATCH] UHCI: use one QH per endpoint, not per URB by Alan Stern · 19 years ago
  51. 499003e8 [PATCH] USB: Fix masking bug initialization of Freescale EHCI controller by Kumar Gala · 19 years ago
  52. 6a9062f [PATCH] USB: ohci uses driver model wakeup flags by David Brownell · 19 years ago
  53. 39a269c [PATCH] USB: add support for OCHI on AT91rm9200 by Andrew Victor · 19 years ago
  54. d085229 [PATCH] USB: EHCI unlink tweaks by David Brownell · 19 years ago
  55. d5fb7f1 [PATCH] USB: OHCI for AU1200 by Jordan Crouse · 19 years ago
  56. 76fa9a2 [PATCH] USB: EHCI for AU1200 by Jordan Crouse · 19 years ago
  57. 8cd42e9 [PATCH] USB: EHCI and Freescale 83xx quirk by Kumar Gala · 19 years ago
  58. 80cb9ae [PATCH] USB: EHCI for Freescale 83xx by Randy Vinson · 19 years ago
  59. 469d022 [PATCH] USB: EHCI full speed ISO bugfixes by Clemens Ladisch · 19 years ago
  60. f8aeb3b [PATCH] USB: EHCI and NF2 quirk by David Brownell · 19 years ago
  61. 4894473 [PATCH] handle errors returned by platform_get_irq*() by David Vrabel · 19 years ago
  62. 8c45080 [PATCH] USB: fix EHCI BIOS handshake by David Brownell · 19 years ago
  63. a0c53f1 [PATCH] USB: sl811_cs needs platform_device conversion too by David Brownell · 19 years ago
  64. a38408c [PATCH] USB: fix up the usb early handoff logic for EHCI by David Brownell · 19 years ago
  65. 05090fc [PATCH] USB: Au1xx0: replace casual readl() with au_readl() in the drivers by Sergei Shtylylov · 19 years ago
  66. bf8b2b5 [PATCH] USB EHCI: fix gfp_t sparse warning by Randy Dunlap · 19 years ago
  67. 0be930c [PATCH] USB: isp116x-hcd: replace mdelay() by msleep() by Olav Kongas · 19 years ago
  68. 630aa3c [PATCH] USB: UHCI: No FSBR until device is configured by Alan Stern · 19 years ago
  69. 0c73462 [PATCH] USB: EHCI, another full speed iso fix by Clemens Ladisch · 19 years ago
  70. b6daf7f [PATCH] USB: fix ehci early handoff issues warning by Andrew Morton · 19 years ago
  71. 401feaf [PATCH] USB: fix EHCI early handoff issues by David Brownell · 19 years ago
  72. b3c29d8 Small fixups to the EHCI Kconfig help text by Jesper Juhl · 19 years ago
  73. de25968 [PATCH] fix more missing includes by Tim Schmielau · 19 years ago
  74. f8ce254 [ARM] Move asm/hardware/clock.h to linux/clk.h by Russell King · 19 years ago
  75. 123656d Merge with Linus' kernel. by Russell King · 19 years ago
  76. f8cfa61 [PATCH] pcmcia: unify attach, EVENT_CARD_INSERTION handlers into one probe callback by Dominik Brodowski · 19 years ago
  77. b463581 [PATCH] pcmcia: remove dev_list from drivers by Dominik Brodowski · 19 years ago
  78. cc3b486 [PATCH] pcmcia: unify detach, REMOVAL_EVENT handlers into one remove callback by Dominik Brodowski · 19 years ago
  79. 98e4c28 [PATCH] pcmcia: new suspend core by Dominik Brodowski · 19 years ago
  80. db9edfd Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6 by Linus Torvalds · 19 years ago
  81. 312c004 [PATCH] driver core: replace "hotplug" by "uevent" by Kay Sievers · 19 years ago
  82. 6b495f4 [PATCH] USB: isp116x-hcd.c: Removed unused variable by Daniel Marjamäki · 19 years ago
  83. 687f5f3 [PATCH] USB: UHCI: edit some comments by Alan Stern · 19 years ago
  84. fa34656 [PATCH] USB: UHCI: change uhci_explen macro by Alan Stern · 19 years ago
  85. a5e36d2 [PATCH] USB: Correct ohci-pxa27x suspend/resume struct confusion by Richard Purdie · 19 years ago
  86. 4c4c943 [PATCH] USB: mark various usb tables const by Arjan van de Ven · 19 years ago
  87. 717f736 [PATCH] USB: isp116x-hcd: minor cleanup by Olav Kongas · 19 years ago
  88. 9ad3d6c [PATCH] USB: Remove USB private semaphore by Alan Stern · 19 years ago
  89. 1c50c31 [PATCH] USB: central handling for host controllers that were reset during suspend/resume by Alan Stern · 19 years ago
  90. c9a50cc [PATCH] USB: hcd uses EXTRA_CFLAGS for -DDEBUG by David Brownell · 19 years ago
  91. 704aa0b [PATCH] USB: wakeup flag updates (3/3) isp116x-hcd by David Brownell · 19 years ago
  92. baefbc3 [PATCH] USB: wakeup flag updates (2/3) uhci-hcd by David Brownell · 19 years ago
  93. 0c8624f [PATCH] USB: wakeup flag updates (1/3) sl811-hcd by David Brownell · 19 years ago
  94. d97cc2f [PATCH] USB: ehci fix driver model wakeup flags by David Brownell · 19 years ago
  95. 2c1c3c4 [PATCH] USB: EHCI updates (4/4) driver model wakeup flags by David Brownell · 19 years ago
  96. 6912354 [PATCH] USB: EHCI: fix conflation of buf == 0 with len == 0 by Alan Stern · 19 years ago
  97. 959eea2 [PATCH] USB: isp116x-hcd: cleanup by Olav Kongas · 19 years ago
  98. 535488f [PATCH] USB: isp116x-hcd: support reiniting HC on resume by Olav Kongas · 19 years ago
  99. 2e1dcc1 [PATCH] USB: Add pxa27x OHCI PM functions by Richard Purdie · 19 years ago
  100. 81f280e [PATCH] USB: pxa27x OHCI - Separate platform code from main driver by Richard Purdie · 19 years ago