1. 3c519b8 USB: EHCI: fix handover for designated full-speed ports by Alan Stern · 17 years ago
  2. 6bc6cff USB: add RESET_RESUME device quirk by Alan Stern · 17 years ago
  3. 383975d USB: EHCI, OHCI: handover changes by Alan Stern · 17 years ago
  4. 0458d5b USB: add USB-Persist facility by Alan Stern · 17 years ago
  5. ce7cd137f usbmon: Add class for binary interface by Pete Zaitcev · 17 years ago
  6. 49cdee0 USB: oti6858 usb-serial driver (in Nokia CA-42 cable) by Kees Lemmens · 17 years ago
  7. 9c033e8 USB: ehci refcounts work on ppc7448 by David Brownell · 17 years ago
  8. 04d06ad USB: Use menuconfig objects by Jan Engelhardt · 17 years ago
  9. e805485 USB: make hub driver's release more robust by Alan Stern · 17 years ago
  10. 06b84e8 USB: remove "locktree" routine from the hub driver by Alan Stern · 17 years ago
  11. f3fd77c USB: remove references to dev.power.power_state by Alan Stern · 17 years ago
  12. 8adb478 USB: don't unsuspend for a new connection by Alan Stern · 17 years ago
  13. b6f6436 USB: move bus_suspend and bus_resume method calls by Alan Stern · 17 years ago
  14. 4d46109 USB: Implement PM FREEZE and PRETHAW by Alan Stern · 17 years ago
  15. 784a6e1 USB: interface PM state by Alan Stern · 17 years ago
  16. f6ace2c USB: r8a66597-hcd: fix NULL access by Yoshihiro Shimoda · 17 years ago
  17. 5d30435 USB: r8a66597-hcd: host controller driver for R8A66597 by Yoshihiro Shimoda · 17 years ago
  18. 15a1d5c USB: m66592-udc: fix use old interrupt flags by Yoshihiro Shimoda · 17 years ago
  19. 4cf2503 USB: m66592-udc: peripheral controller driver for M66592 by Yoshihiro Shimoda · 17 years ago
  20. 0ca1268 USB Serial Keyspan: add support for USA-49WG & USA-28XG by Lucy McCoy · 17 years ago
  21. 87e71b4 USB: cxacru: Cleanup sysfs attribute code by Simon Arlott · 17 years ago
  22. 6dbd682 USB: EHCI support for big-endian descriptors by Stefan Roese · 17 years ago
  23. 196705c USB: EHCI cpufreq fix by Stuart_Hayes@Dell.com · 17 years ago
  24. ec22559 USB: suspend support for usb serial by Oliver Neukum · 17 years ago
  25. 21ba0f8 Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 by Linus Torvalds · 17 years ago
  26. 515c535 PM: Remove prev_state from struct dev_pm_info by Rafael J. Wysocki · 17 years ago
  27. 694625c PCI: add pci_try_set_mwi by Randy Dunlap · 17 years ago
  28. 44c1013 PCI: Change all drivers to use pci_device->revision by Auke Kok · 17 years ago
  29. 0da2f0f potential compiler error, irqfunc caller sites update by Yoann Padioleau · 17 years ago
  30. d099321 USB: ftdio_sio: New IPlus device ID by Luiz Fernando N. Capitulino · 17 years ago
  31. 46269db USB: add new device id to option driver by Alexander Gattin · 17 years ago
  32. 74ac07e USB: fix race leading to use after free in io_edgeport by Oliver Neukum · 17 years ago
  33. 5afeb10 USB: usblcd doesn't limit memory consumption during write by Oliver Neukum · 17 years ago
  34. fc0f8fc USB: memory leak in iowarrior.c by Oliver Neukum · 17 years ago
  35. 944dc18 USB: ti serial driver sleeps with spinlock held by Oliver Neukum · 17 years ago
  36. 8cfbe7e USB: g_file_storage: call allow_signal() by Oleg Nesterov · 17 years ago
  37. 6fd75b1 OHCI: Fix machine check in ohci_hub_status_data by Alan Stern · 17 years ago
  38. 615ae11 USB: Fix up bogus bInterval values in endpoint descriptors by Alan Stern · 17 years ago
  39. fd209e3 USB: cxacru: ignore error trying to start ADSL in atm_start by Simon Arlott · 17 years ago
  40. da1f82b5 USB: cxacru: create sysfs attributes in atm_start instead of bind by Simon Arlott · 17 years ago
  41. 67fa106 USB: UNUSUAL_DEV: Sync up some reported devices from Ubuntu by Ben Collins · 17 years ago
  42. 01ee7d7 USB: usb gadgets avoid le{16,32}_to_cpup() by David Brownell · 17 years ago
  43. 97cb95d usblp: Don't let suspend to kill ->used by Pete Zaitcev · 17 years ago
  44. dda034b USB: set default y for CONFIG_USB_DEVICE_CLASS by Kay Sievers · 17 years ago
  45. d5d4db7 USB: replace flush_workqueue with cancel_sync_work by Alan Stern · 17 years ago
  46. 40acc09 ehci-fsl: fix cache coherency problem on system with large memory by Li Yang · 17 years ago
  47. fa91d43 USB: Add support for Olimex arm-usb-ocd JTAG interface serial port by Tony Lindgren · 17 years ago
  48. 5b7da8f USB: Add support for Sierra Wireless Aircard 595U by Danny Budik · 17 years ago
  49. 9d33efd USB: ldusb bugfix by Oliver Neukum · 17 years ago
  50. 2adb80e USB: ftdi_sio: Add USB Product Id for OpenDCC by Guido Scholz · 17 years ago
  51. d4b7d8e USB: fix ratelimit call semantics by Alan Stern · 17 years ago
  52. dd86557 USB: handle errors in power/level attribute by Alan Stern · 17 years ago
  53. 7ed92f1 USB: make the autosuspend workqueue thread freezable by Alan Stern · 17 years ago
  54. 8ab5e8c USB: Fix USB OHCI Subvendor for Toshiba Portege 4000 by Andrey Borzenkov · 17 years ago
  55. bdc4abd USB: usblp: Use correct DMA address in case of probe error by Pete Zaitcev · 17 years ago
  56. b268f48 USB: Fix debug output of ark3116 by Jan Engelhardt · 17 years ago
  57. 09b7002 USB: Onetouch - switch to using input_dev->dev.parent by Dmitry Torokhov · 17 years ago
  58. 57a21c1 USB: don't try to kzalloc 0 bytes by Alan Stern · 17 years ago
  59. b89ee19 USB: remove short initial timeout for device descriptor fetch by Alan Stern · 17 years ago
  60. d984abc USB: Deref URB after usbmon is done with it by Pete Zaitcev · 17 years ago
  61. 9a03095 USB: Remove duplicate IDs from option card driver by Ben Collins · 17 years ago
  62. be23edf USB: auerswald: fix file release handler by Andrew Morton · 17 years ago
  63. fcbd963 USB: fsl_usb2_udc: Fix UMTI_WIDE support and a compile warning by Li Yang · 17 years ago
  64. 8d062b9 USB: set the correct Interrupt interval in usb_bulk_msg by Alan Stern · 17 years ago
  65. 762e92f USB: New device PID for ftdi_sio driver by Neil \"Superna\" ARMSTRONG · 17 years ago
  66. bf87ce5 USB: remove unneeded WARN_ON by Alan Stern · 17 years ago
  67. ef7f6c7 USB: more autosuspend timer stuff by Alan Stern · 17 years ago
  68. 4fe5354 EHCI: fix problem with BIOS handoff by Alan Stern · 17 years ago
  69. 47f8468 USB: fix more ftdi-elan/u132-hcd #include lossage by David Brownell · 17 years ago
  70. 64902cb usb-storage: ignore Sitecom WL-117 USB-WLAN by Matthew Davidson · 17 years ago
  71. deb3d7f USB: remove useless check in mos7840 found by coverity by Oliver Neukum · 17 years ago
  72. 5ac43d1 USB: fix omninet memory leak found by coverity by Oliver Neukum · 17 years ago
  73. 877d772 [ARM] 4370/3: AT91: Support for Atmel AT91SAM9RL processors. by Andrew Victor · 17 years ago
  74. e25df12 [S390] Kconfig: menus with depends on HAS_IOMEM. by Martin Schwidefsky · 17 years ago
  75. 5b2fc49 Move USB network drivers to drivers/net/usb. by Jeff Garzik · 17 years ago
  76. 9a9136e2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial by Linus Torvalds · 17 years ago
  77. b8a124d usbatm_heavy_init: don't use CLONE_SIGHAND by Oleg Nesterov · 17 years ago
  78. 59c5159 Fix occurrences of "the the " by Michael Opdenacker · 17 years ago
  79. beb7dd8 Fix misspellings collected by members of KJ list. by Robert P. J. Day · 17 years ago
  80. 3dde6ad Fix trivial typos in Kconfig* files by David Sterba · 17 years ago
  81. 393bfca Merge master.kernel.org:/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 17 years ago
  82. df6d391 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 17 years ago
  83. 31990a9 SIS USB2VGA Warning fix by WANG Cong · 17 years ago
  84. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  85. ba0acb5 Input: move USB miscellaneous devices under drivers/input/misc by Dmitry Torokhov · 17 years ago
  86. b5da20f Input: move USB mice under drivers/input/mouse by Dmitry Torokhov · 17 years ago
  87. 1c362d4 Input: move USB gamepads under drivers/input/joystick by Dmitry Torokhov · 17 years ago
  88. d05e84e Input: move USB touchscreens under drivers/input/touchscreen by Dmitry Torokhov · 17 years ago
  89. 4104d13 Input: move USB tablets under drivers/input/tablet by Dmitry Torokhov · 17 years ago
  90. 334d0dd Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by Dmitry Torokhov · 17 years ago
  91. 02bbc0f Merge branch 'linux-2.6' by Paul Mackerras · 17 years ago
  92. 2fda4c9 ehci-ps3, ohci-ps3: fix compilation by Geoff Levand · 17 years ago
  93. 55b61fe [POWERPC] Rename device_is_compatible to of_device_is_compatible by Stephen Rothwell · 17 years ago
  94. c6799ad Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 17 years ago
  95. a3d5213 Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 17 years ago
  96. e37a97d Input: drivers/usb/input - usb_buffer_free() cleanup by Dmitry Torokhov · 17 years ago
  97. 4ee1fc8 Input: drivers/usb/input - fix sparse warnings (signedness) by Dmitry Torokhov · 17 years ago
  98. 6473d16 PCI: Cleanup the includes of <linux/pci.h> by Jean Delvare · 17 years ago
  99. dc4f60c [POWERPC] PS3: Interrupt routine fixups. by Geoff Levand · 17 years ago
  100. bc95f36 Merge master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by Dmitry Torokhov · 17 years ago