1. 2c2ee54 USB: ftdi_sio: fix tiocmget and tiocmset return values by Johan Hovold · 13 years ago
  2. fef0b82 USB: ftdi_sio: fix tiocmget indentation by Johan Hovold · 13 years ago
  3. 81e8442 USB: ftdi_sio: remove unused private port-data by Johan Hovold · 13 years ago
  4. 86effe5 USB: fix build with XEN and EARLY_PRINTK_DBGP enabled but USB_SUPPORT disabled by Jan Beulich · 13 years ago
  5. d067a31 USB: ftdi_sio: remove unnecessary memset by Johan Hovold · 13 years ago
  6. 4f2ab88 USB: cp210x: fix whitespace issues by Johan Hovold · 13 years ago
  7. 487c151 USB: iuu_phoenix: replace strict_strtoul() with kstrtoul() by Jingoo Han · 13 years ago
  8. f2ec522 usb: Convert dev_printk(KERN_<LEVEL> to dev_<level>( by Joe Perches · 13 years ago
  9. b472b8e Merge 3.7-rc3 into usb-next. by Greg Kroah-Hartman · 13 years ago
  10. df03790 xhci: trivial: Remove assigned but unused ep_ctx. by Sarah Sharp · 13 years ago
  11. 7e5f77f xhci: trivial: Remove assigned but unused slot_ctx. by Sarah Sharp · 13 years ago
  12. b803134 xhci: Fix missing break in xhci_evaluate_context_result. by Sarah Sharp · 13 years ago
  13. 43a09f7 xhci: Fix potential NULL ptr deref in command cancellation. by Sarah Sharp · 13 years ago
  14. d124a60 USB: isp1760-if: Change to use irq_of_parse_and_map by Nobuhiro Iwamatsu · 13 years ago
  15. 596d789 USB: set hub's default autosuspend delay as 0 by Ming Lei · 13 years ago
  16. e6f30de USB: check port changes before hub runtime suspend for some bug device by Ming Lei · 13 years ago
  17. 8daf8b6 ehci: Add yet-another Lucid nohandoff pci quirk by Anisse Astier · 13 years ago
  18. c323dc0 ehci: fix Lucid nohandoff pci quirk to be more generic with BIOS versions by Anisse Astier · 13 years ago
  19. ae685ef USB: mos7840: fix port_probe flow by Johan Hovold · 13 years ago
  20. 80c0075 USB: mos7840: fix port-data memory leak by Johan Hovold · 13 years ago
  21. e681b66 USB: mos7840: remove invalid disconnect handling by Johan Hovold · 13 years ago
  22. 28c3ae9 USB: mos7840: remove NULL-urb submission by Johan Hovold · 13 years ago
  23. 6f60291 usb: serial: ftdi_sio: Add missing chars_in_buffer function by Jarkko Huijts · 13 years ago
  24. 961be09 USB: qcserial: fix interface-data memory leak in error path by Johan Hovold · 13 years ago
  25. c2dd4a8 USB: option: fix interface-data memory leak in error path by Johan Hovold · 13 years ago
  26. a997448 USB: ipw: fix interface-data memory leak in error path by Johan Hovold · 13 years ago
  27. 3eb55cc USB: mos7840: fix port-device leak in error path by Johan Hovold · 13 years ago
  28. 65a4cdb USB: mos7840: fix urb leak at release by Johan Hovold · 13 years ago
  29. f525c05 USB: sierra: fix port-data memory leak by Johan Hovold · 13 years ago
  30. 084817d USB: sierra: fix memory leak in probe error path by Johan Hovold · 13 years ago
  31. 7e41f9b USB: sierra: fix memory leak in attach error path by Johan Hovold · 13 years ago
  32. b8f0e82 USB: usb-wwan: fix multiple memory leaks in error paths by Johan Hovold · 13 years ago
  33. f79b2d0 USB: keyspan: fix NULL-pointer dereferences and memory leaks by Johan Hovold · 13 years ago
  34. 5260e45 USB: mct_u232: fix broken close by Johan Hovold · 13 years ago
  35. a8f2ae7 USB: mct_u232: fix port-data memory leak by Johan Hovold · 13 years ago
  36. acbf0e5 USB: opticon: fix memory leak in error path by Johan Hovold · 13 years ago
  37. ea0dbeb USB: opticon: fix DMA from stack by Johan Hovold · 13 years ago
  38. 2f0295a USB: quatech2: fix io after disconnect by Johan Hovold · 13 years ago
  39. 8e512ab USB: quatech2: fix close and disconnect urb handling by Johan Hovold · 13 years ago
  40. 40d0473 USB: quatech2: fix port-data memory leaks by Johan Hovold · 13 years ago
  41. b8a0055 USB: quatech2: fix memory leak in error path by Johan Hovold · 13 years ago
  42. feffa7c USB: omninet: fix port-data memory leak by Johan Hovold · 13 years ago
  43. 4230af5 USB: mos7720: fix port-data memory leak by Johan Hovold · 13 years ago
  44. fb44ff8 USB: digi_acceleport: fix port-data memory leak by Johan Hovold · 13 years ago
  45. 456c5be USB: ch341: fix port-data memory leak by Johan Hovold · 13 years ago
  46. c467206 USB: whiteheat: fix port-data memory leak by Johan Hovold · 13 years ago
  47. c129197 USB: whiteheat: fix memory leak in error path by Johan Hovold · 13 years ago
  48. 2ee44fb USB: metro-usb: fix io after disconnect by Johan Hovold · 13 years ago
  49. 50dde86 USB: metro-usb: fix port-data memory leak by Johan Hovold · 13 years ago
  50. d7870af usb-storage: add unusual_devs entry for Casio EX-N1 digital camera by Michael Shigorin · 13 years ago
  51. bd066ee usb: "ehci-w90x900" Fix a typo and add some whitespace. by Justin P. Mattock · 13 years ago
  52. bfd1e91 USB: speed up usb_bus_resume() by Alan Stern · 13 years ago
  53. 969ddcf USB: hub_for_each_child should skip unconnected ports by Alan Stern · 13 years ago
  54. d39dbc8 USB: EHCI: move ehci_update_device() to ehci-lpm.c by Alan Stern · 13 years ago
  55. acc0850 USB: EHCI: make ehci_read_frame_index platform independent by Alan Stern · 13 years ago
  56. d6064ac USB: EHCI: move logging macros to ehci.h by Alan Stern · 13 years ago
  57. 6273f18 USB: EHCI: add condition for delay during the resume by Peter Chen · 13 years ago
  58. e8cebb9 USB: usb-skeleton.c: fix compilation error and restored kref_put on fail in skel_open by Constantine Shulyupin · 13 years ago
  59. 801f006 USB: ohci-s3c2410: use devm_ functions by Jingoo Han · 13 years ago
  60. 30b1e49 USB: use bus_to_hdc instead of container_of by Yuanhan Liu · 13 years ago
  61. 60d80ad USB: ohci-exynos: use devm_clk_get() by Jingoo Han · 13 years ago
  62. c05c946 usb: ohci-exynos: use clk_prepare_enable and clk_disable_unprepare by Thomas Abraham · 13 years ago
  63. e1deb56 usb: ehci-s5p: use clk_prepare_enable and clk_disable_unprepare by Thomas Abraham · 13 years ago
  64. ffc7493 usb: phy: tegra remove include of <mach/iomap.h> by Stephen Warren · 13 years ago
  65. 54388b2 usb: host: tegra remove include of <mach/iomap.h> by Stephen Warren · 13 years ago
  66. c30186e USB: ezusb: unexport some functions that aren't being used by Greg Kroah-Hartman · 13 years ago
  67. f7bc505 USB: serial: Fix memory leak in sierra_release() by Lennart Sorensen · 13 years ago
  68. 036546b usb hub: use flush_work instead of flush_work_sync by Octavian Purdila · 13 years ago
  69. 197ef5ef USB: Add missing license tag to ezusb driver. by Dave Jones · 13 years ago
  70. 3a99ba5 Merge tag 'for-usb-linus-2012-10-23' of git://git.kernel.org/pub/scm/linux/kernel/git/sarah/xhci into usb-linus by Greg Kroah-Hartman · 13 years ago
  71. c24d1ce Merge tag 'fixes-for-v3.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-linus by Greg Kroah-Hartman · 13 years ago
  72. 16b45fd xhci: fix integer overflow by Oliver Neukum · 13 years ago
  73. 966e7a8 xhci: endianness xhci_calculate_intel_u2_timeout by Oliver Neukum · 13 years ago
  74. 068b054 USB: OHCI: sm501: fix build failure after ohci_finish_controller_resume removal by Florian Fainelli · 13 years ago
  75. 1cb6015 usb: renesas_usbhs: fixup dma transfer stall by Kuninori Morimoto · 13 years ago
  76. 4f053a2 usb: renesas_usbhs: fixup: avoid NULL access on error case pipe detach by Kuninori Morimoto · 13 years ago
  77. 000b7f5 usb: gadget: net2272: fix missing unlock on error in net2272_irq() by Wei Yongjun · 13 years ago
  78. ca749b2 usb: musb: dsps: fix res_name length by Daniel Mack · 13 years ago
  79. 27c411c usb/xhci: Remove (__force__ __u16) before assigning DeviceRemovable and assign directly. by Lan Tianyu · 13 years ago
  80. 170ed80 usb/xhci: release xhci->lock during turning on/off usb port's acpi power resource and checking the existence of port's power resource by Lan Tianyu · 13 years ago
  81. 3b6054d usb hub: send clear_tt_buffer_complete events when canceling TT clear work by Octavian Purdila · 13 years ago
  82. da31fe4 WUSB: remove an unnused variable by Dan Carpenter · 13 years ago
  83. be7ac70 USB: OHCI: make ohci-platform use devm_request_and_ioremap helper by Florian Fainelli · 13 years ago
  84. 61ff274 USB: EHCI: make ehci-platform use devm_request_and_ioremap helper by Florian Fainelli · 13 years ago
  85. ac0e3c0 USB: OHCI: fix typo in ohci-platform driver on the word "resource" by Florian Fainelli · 13 years ago
  86. 5c9b2b2 USB: EHCI: fix typo in ehci-platform driver on the word "resource" by Florian Fainelli · 13 years ago
  87. 976baf6 USB: OHCI: make ohci-platform use dev_err() instead of pr_err() by Florian Fainelli · 13 years ago
  88. 2350cb0 USB: EHCI: make ehci-platform use dev_err() instead of pr_err() by Florian Fainelli · 13 years ago
  89. 216d0fd USB: move common alchemy USB routines to arch/mips/alchemy/common.c by Florian Fainelli · 13 years ago
  90. bb5da43 USB: OHCI: remove Alchemy OHCI platform driver. by Florian Fainelli · 13 years ago
  91. 231a72e USB: OHCI: remove OHCI SH platform driver by Florian Fainelli · 13 years ago
  92. c2e91e0 USB: OHCI: remove Netlogic XLS OHCI platform driver by Florian Fainelli · 13 years ago
  93. c23920b0 USB: OHCI: remove CNS3xxx OHCI platform driver by Florian Fainelli · 13 years ago
  94. 60da65f USB: OHCI: remove PNX8550 OHCI driver by Florian Fainelli · 13 years ago
  95. cfa49b4 USB: ohci: merge ohci_finish_controller_resume with ohci_resume by Florian Fainelli · 13 years ago
  96. d4ae47d USB: ohci: remove check for RH already suspended in ohci_suspend by Florian Fainelli · 13 years ago
  97. cd1965d USB: ohci: move ohci_pci_{suspend,resume} to ohci-hcd.c by Florian Fainelli · 13 years ago
  98. 2b16e39 USB: ohci: allow platform driver to specify the number of ports by Florian Fainelli · 13 years ago
  99. f3a958d USB: EHCI: remove CNS3xxx EHCI platform driver by Florian Fainelli · 13 years ago
  100. 1de7d89 USB: EHCI: remove Alchemy EHCI driver by Florian Fainelli · 13 years ago