1. e8f4af3 USB: core: config.c: usb_get_configuration() simplified by Michal Nazarewicz · 14 years ago
  2. 65e0b49 USB: ncm: added ncm.h with auxiliary definitions by Yauheni Kaliuta · 14 years ago
  3. 01154aa usb: cdc: ncm constants and structures added by Yauheni Kaliuta · 14 years ago
  4. 9ff68c7 USB: usbserial: fix mos7720 dependencies by Randy Dunlap · 14 years ago
  5. 63b9176 USB: usbserial: mos7720: cleanup, consolidation, replace send_mos_cmd with {read,write}_mos_reg by Mike Dunn · 14 years ago
  6. b69578d USB: usbserial: mos7720: add support for parallel port on moschip 7715 by Mike Dunn · 14 years ago
  7. c220cc3 USB: staging: fix up usb_buffer_alloc calls in the staging tree by Greg Kroah-Hartman · 14 years ago
  8. 997ea58 USB: rename usb_buffer_alloc() and usb_buffer_free() users by Daniel Mack · 14 years ago
  9. 48679c6 USB: Short new 'graph for usb-serial.txt by Eric Raymond · 14 years ago
  10. 44526f9 USB: devices: fix Coding Styles by Carlos Sánchez Acosta · 14 years ago
  11. 4545f7e USB: ueagle: fix Coding Styles by Javier Blanco de Torres (Neurowork) · 14 years ago
  12. 94a8248 USB: omap: switch to subsys_initcall for isp1301 transceiver by Viral Mehta · 14 years ago
  13. 3681d8f USB: ehci: Elide I/O watchdog on NEC parts by David Miller · 14 years ago
  14. 9ed3fd6 USB: storage: Remove unneeded SL11R unusual_devs entry by Phil Dibowitz · 14 years ago
  15. eab1caf USB: Support for allocating USB 3.0 streams. by Sarah Sharp · 14 years ago
  16. e9df17e USB: xhci: Correct assumptions about number of rings per endpoint. by Sarah Sharp · 14 years ago
  17. 8df75f4 USB: xhci: Add memory allocation for USB3 bulk streams. by Sarah Sharp · 14 years ago
  18. 94af122 USB: Add stream ID field to struct urb. by Sarah Sharp · 14 years ago
  19. 22ad1e7 USB: Add parsing of SuperSpeed endpoint companion descriptor. by Sarah Sharp · 14 years ago
  20. e07896e USB: qcserial: Add support for Qualcomm Gobi 2000 devices by Anssi Hannula · 14 years ago
  21. 3d7e59a USB: qcserial: Use generic USB wwan code by Matthew Garrett · 14 years ago
  22. 8b4c6a3 USB: option: Use generic USB wwan code by Matthew Garrett · 14 years ago
  23. 0d45619 usb serial: Add generic USB wwan support by Matthew Garrett · 14 years ago
  24. a903098 USB: deprecate the power/level sysfs attribute by Alan Stern · 14 years ago
  25. 9e18c82 USB: use PM core routines to enable/disable autosuspend by Alan Stern · 14 years ago
  26. 7aba8d0 USB: don't enable remote wakeup by default by Alan Stern · 14 years ago
  27. 7560d32e USB: improve runtime remote wakeup settings by Alan Stern · 14 years ago
  28. ff9c895 USB: fix usbmon and DMA mapping for scatter-gather URBs by Alan Stern · 14 years ago
  29. 0ff8d1b USB: pxa27x_udc: use four bits to store endpoint addresses by Matt Reimer · 14 years ago
  30. 92a6e6b usb: otg: twl4030: use the global ULPI register definitions by Heikki Krogerus · 14 years ago
  31. fc567f0 USB: otg: ulpi: use the global ULPI register definitions by Heikki Krogerus · 14 years ago
  32. 3a229eb usb: otg: add global ULPI register definitions by Heikki Krogerus · 14 years ago
  33. 0fb2c2a USB: gadget: f_mass_storage: per function by Michal Nazarewicz · 14 years ago
  34. dd0543e usb: gadget: Allow larger configuration descriptors by Robert Lukassen · 14 years ago
  35. ffb865b usb: musb: add ulpi access operations by Heikki Krogerus · 14 years ago
  36. 58815fa usb: musb: Add extvbus in musb_board_data by Ajay Kumar Gupta · 14 years ago
  37. d7086dd usb: musb: Makefile: remove unexistent config option by Felipe Balbi · 14 years ago
  38. 82e2af4 usb: musb: omap2430.c: remove unnecessary includes by Anand Gadiyar · 14 years ago
  39. 00ce8ec usb: musb: omap2430: remove unused define by Anand Gadiyar · 14 years ago
  40. d55d221 MUSB: Blackfin: remove musb_platform_{suspend|resume}() by Sergei Shtylyov · 14 years ago
  41. 5b3078b MUSB: OMAP: make musb_platform_suspend() 'static' by Sergei Shtylyov · 14 years ago
  42. 69b2cd7 MUSB: Blackfin: remove bfin_vbus_power() by Sergei Shtylyov · 14 years ago
  43. ca0d445 MUSB: OMAP: remove omap_vbus_power() by Sergei Shtylyov · 14 years ago
  44. ff927ad USB: musb: support host/gadget role switching on Blackfin parts by Cliff Cai · 14 years ago
  45. b0f9da7 usb: musb: debugfs: musb_exit_debugfs() can be called on probe by Felipe Balbi · 14 years ago
  46. e618834 USB: option.c: option_indat_callback: Resubmit some unsuccessful URBs by James Maki · 14 years ago
  47. 71adf11 USB: gadget: add HID gadget driver by Fabien Chouteau · 14 years ago
  48. e49bbce USB: ftdi_sio: fix some coding style issues by Johan Hovold · 14 years ago
  49. eaa3bcb USB: serial: generalise write buffer preparation by Johan Hovold · 14 years ago
  50. 25d514c USB: serial: re-implement multi-urb writes in generic driver by Johan Hovold · 14 years ago
  51. 40f92f0 USB: serial: allow custom multi-urb write bulk callbacks by Johan Hovold · 14 years ago
  52. 80fa92c USB: usb_debug: use the generic kfifo-based write implementation by Johan Hovold · 14 years ago
  53. 8b0127b USB: pl2303: use generic close by Johan Hovold · 14 years ago
  54. 684c6e3 USB: pl2303: switch to generic write implementation by Johan Hovold · 14 years ago
  55. 50a5f70 USB: serial: clean up generic write start busy test by Johan Hovold · 14 years ago
  56. 1a1405e USB: serial: clean up some error and debug messages in generic driver by Johan Hovold · 14 years ago
  57. 1b55101 USB: ftdi_sio: switch to generic read implementation by Johan Hovold · 14 years ago
  58. f1e949a USB: serial: export generic throttle and unthrottle by Johan Hovold · 14 years ago
  59. f08e07a USB: pl2303: switch to generic read implementation by Johan Hovold · 14 years ago
  60. 2315432 USB: serial: generalise generic read implementation by Johan Hovold · 14 years ago
  61. 0f3d5ba USB: serial: clean up read processing in generic driver by Johan Hovold · 14 years ago
  62. 2db6c76 USB: cp210x: use generic submit_read_urb at open by Johan Hovold · 14 years ago
  63. 056afc0 USB: serial: remove unnecessary re-initialisation of generic urbs by Johan Hovold · 14 years ago
  64. 41bd72f USB: serial: refactor read urb submission in generic driver by Johan Hovold · 14 years ago
  65. f26788d USB: serial: refactor generic close by Johan Hovold · 14 years ago
  66. ec3ee50 USB: serial: clear fifo on close by Johan Hovold · 14 years ago
  67. 50dbb85 USB: serial: fix missing locking on fifo in write callback by Johan Hovold · 14 years ago
  68. 30af7fb USB: serial: fix generic chars_in_buffer by Johan Hovold · 14 years ago
  69. 7919c2f USB: pl2303: increase bulk-in buffer size to 256 byte by Johan Hovold · 14 years ago
  70. 3efeaff USB: pl2303: increase the bulk-out buffer size to 256 byte by Johan Hovold · 14 years ago
  71. aea006b USB: cp210x: increase bulk-in buffer size to 256 byte by Johan Hovold · 14 years ago
  72. d4e598f USB: cp210x: increase the bulk-out buffer size to 256 byte by Johan Hovold · 14 years ago
  73. bbcb2b9 USB: serial: allow drivers to define bulk buffer sizes by Johan Hovold · 14 years ago
  74. 317149c USB: Add a new quirk: USB_QUIRK_HONOR_BNUMINTERFACES by Hans de Goede · 14 years ago
  75. 7f0ae3a usb: fix serial build when SYSRQ is disabled by Randy Dunlap · 14 years ago
  76. 2a1e7d5 USB Serial Driver: ZIO Motherboard by Vijay Kumar · 14 years ago
  77. 92d2c5e usb-console: pass baud from console to the initial tty open by Jason Wessel · 14 years ago
  78. aae86e8 USB: f_mass_storage: dynamic buffers for better alignment by Michal Nazarewicz · 14 years ago
  79. ddb495d4 usb: musb: hsdma: use musb_read/writel by Felipe Balbi · 14 years ago
  80. ca4b253 usb: musb: gadget: support musb-specific test modes by Felipe Balbi · 14 years ago
  81. 7f7f9e2 usb: musb: add debugfs support by Felipe Balbi · 14 years ago
  82. 6ddc6da USB: musb: allow the Blackfin vrsel gpio to be active low by Cliff Cai · 14 years ago
  83. fb9c58e USB: MUSB: Add OMAP4 support in MUSB driver by Maulik Mankad · 14 years ago
  84. c71b1b9 USB: MUSB: Build MUSB driver for OMAP4 by Maulik Mankad · 14 years ago
  85. de2e1b0 usb: musb: Set transceiver interface type by Maulik Mankad · 14 years ago
  86. e6c213b usb: musb: allow board to pass down fifo mode by Felipe Balbi · 14 years ago
  87. bd5afa9 usb-serial: Use tty_port version console instead of usb_serial_port by Jason Wessel · 14 years ago
  88. 9757de3 USB: ehci-au1xxx does not need EHCI IO watchdog by Manuel Lauss · 14 years ago
  89. 0ede76f USB: remove uses of URB_NO_SETUP_DMA_MAP by Alan Stern · 14 years ago
  90. 749da5f USB: straighten out port feature vs. port status usage by Alan Stern · 14 years ago
  91. 288ead4 USB: remove bogus USB_PORT_FEAT_*_SPEED symbols by Alan Stern · 14 years ago
  92. 45f30e0 USB: remove duplicated #include by Huang Weiyi · 14 years ago
  93. 0df4d8e USB: Remove large struct from the stack in USB storage isd200 driver by Ian Munsie · 14 years ago
  94. fa4dc36 USB: cdc-acm: make bitfields unsigned by Randy Dunlap · 14 years ago
  95. 41f2c6e USB: sisusbvga: Remove the BKL from ioctl by Alessio Igor Bogani · 14 years ago
  96. d20db4b USB: split hub.h into ch11.h and merge-in hcd.h by Eric Lescouet · 14 years ago
  97. d65d7e7 USB: make hub.h public (drivers dependency) by Eric Lescouet · 14 years ago
  98. 27729aa USB: make hcd.h public (drivers dependency) by Eric Lescouet · 14 years ago
  99. 44ebd03 USB: xhci: Fix check for room on the ring. by Sarah Sharp · 14 years ago
  100. bc88d2e USB: xhci: Limit bus sg_tablesize to 62 TRBs. by Sarah Sharp · 14 years ago