1. eb6bab1 USB: xhci: Add Makefile, MAINTAINERS, and Kconfig entries. by Sarah Sharp · 16 years ago
  2. f88ba78 USB: xhci: Respect critical sections. by Sarah Sharp · 15 years ago
  3. a4d8830 USB: xHCI: Fix interrupt moderation. by Sarah Sharp · 15 years ago
  4. 9844197 USB: xhci: Remove packed attribute from structures. by Sarah Sharp · 15 years ago
  5. 6071d83 usb; xhci: Fix TRB offset calculations. by Sarah Sharp · 15 years ago
  6. 7dd19e6 USB: xhci: replace if-elseif-else with switch-case by Viral Mehta · 15 years ago
  7. 527c6d7 USB: xhci: Make xhci-mem.c include linux/dmapool.h by Sarah Sharp · 16 years ago
  8. c7959fb USB: xhci: drop spinlock in xhci_urb_enqueue() error path. by Sarah Sharp · 16 years ago
  9. f0058c6 USB: Change names of SuperSpeed ep companion descriptor structs. by Sarah Sharp · 16 years ago
  10. b7116eb USB: xhci: Avoid compiler reordering in Link TRB giveback. by Sarah Sharp · 16 years ago
  11. c96a2b8 USB: xhci: Clean up xhci_irq() function. by Sarah Sharp · 16 years ago
  12. 23e3be1 USB: xhci: Avoid global namespace pollution. by Sarah Sharp · 16 years ago
  13. 06e7a14 USB: xhci: Fix Link TRB handoff bit twiddling. by Sarah Sharp · 16 years ago
  14. 3841d56 USB: xhci: Fix register write order. by Sarah Sharp · 16 years ago
  15. 045f123 USB: xhci: fix some compiler warnings in xhci.h by Greg Kroah-Hartman · 16 years ago
  16. 700e205 USB: xhci: fix lots of compiler warnings. by Greg Kroah-Hartman · 16 years ago
  17. b7258a4 USB: xhci: use xhci_handle_event instead of handle_event by Stephen Rothwell · 16 years ago
  18. ae63674 USB: xhci: URB cancellation support. by Sarah Sharp · 16 years ago
  19. 8a96c05 USB: xhci: Scatter gather list support for bulk transfers. by Sarah Sharp · 16 years ago
  20. e04748e USB: Push scatter gather lists down to host controller drivers. by Sarah Sharp · 16 years ago
  21. b10de14 USB: xhci: Bulk transfer support by Sarah Sharp · 16 years ago
  22. f94e0186 USB: xhci: Bandwidth allocation support by Sarah Sharp · 16 years ago
  23. 79abb1a USB: Support for bandwidth allocation. by Sarah Sharp · 16 years ago
  24. 663c30d USB: Parse and store the SuperSpeed endpoint companion descriptors. by Sarah Sharp · 16 years ago
  25. d0e96f5a USB: xhci: Control transfer support. by Sarah Sharp · 16 years ago
  26. 3ffbba9 USB: xhci: Allocate and address USB devices by Sarah Sharp · 16 years ago
  27. c651527 USB: Support for addressing a USB device under xHCI by Sarah Sharp · 16 years ago
  28. 0f2a793 USB: xhci: Root hub support. by Sarah Sharp · 16 years ago
  29. 7206b00 USB: Add route string to struct usb_device. by Sarah Sharp · 16 years ago
  30. e7b7717 USB: Don't reset USB 3.0 devices on port change detection. by Sarah Sharp · 16 years ago
  31. d2e9b4d USB: Add USB 3.0 roothub support to USB core. by Sarah Sharp · 16 years ago
  32. 6b403b0 USB: Add SuperSpeed to the list of USB device speeds. by Sarah Sharp · 16 years ago
  33. 7f84eef USB: xhci: No-op command queueing and irq handler. by Sarah Sharp · 16 years ago
  34. a74588f USB: xhci: Device context array allocation. by Sarah Sharp · 16 years ago
  35. 0ebbab3 USB: xhci: Ring allocation and initialization. by Sarah Sharp · 16 years ago
  36. 66d4ead USB: xhci: BIOS handoff and HW initialization. by Sarah Sharp · 16 years ago
  37. 74c6874 USB: xhci: Support xHCI host controllers and USB 3.0 devices. by Sarah Sharp · 16 years ago
  38. a92b63e USB: usbtmc: fix switch statment by Greg Kroah-Hartman · 15 years ago
  39. 3b6c023 USB: usbtest fix endless loop in unlink tests. by Martin Fuzzey · 15 years ago
  40. e60c65d USB: atmel_usba_udc: change way of specifying bias function by Nicolas Ferre · 15 years ago
  41. 23a54e5 USB: Avoid PM error messages during resume if a device was disconnected by Frans Pop · 15 years ago
  42. 453f775 USB: Add Intel Langwell USB OTG Transceiver Drive by Hao Wu · 15 years ago
  43. 5be19a9 USB: Add Intel Langwell USB Device Controller driver by Xiaochen Shen · 15 years ago
  44. f9c99bb USB: usb-serial: replace shutdown with disconnect, release by Alan Stern · 15 years ago
  45. c706ebd USB: usb-serial: call port_probe and port_remove at the right times by Alan Stern · 15 years ago
  46. c6994e6 USB: gadget: add USB Audio Gadget driver by Bryan Wu · 15 years ago
  47. 5b7d70c USB: Gadget driver for Samsung HS/OtG block by Ben Dooks · 15 years ago
  48. 54e4026b USB: gadget: Add i.MX3x support to the fsl_usb2_udc driver by Guennadi Liakhovetski · 16 years ago
  49. 568d422 USB: usb_serial: only allow sysrq on a console port by Jason Wessel · 15 years ago
  50. 430eb0d USB: pl2303 usb_serial: implement sysrq handling on break by Jason Wessel · 15 years ago
  51. 830d1b1 USB: gadget : Fix RNDIS code to pass USB Compliance tests (USBCV) with g_ether by Maulik Mankad · 15 years ago
  52. 1f17c50 USB: cdc-acm: quirk for Alcatel OT-I650 by Kir Kolyshkin · 15 years ago
  53. 680cc64 USB: gadget: imx_udc: don't queue more data when zlp is to be sent by Daniel Glöckner · 15 years ago
  54. 2e25134 USB: gadget: g_serial: append zlp when tx buffer becomes empty by Daniel Glöckner · 15 years ago
  55. 9b8e7ba USB: replace dma_sync_single and dma_sync_sg with dma_sync_single_for_cpu and dma_sync_sg_for_cpu by FUJITA Tomonori · 15 years ago
  56. b18ffd4 USB: EHCI: update toggle state for linked QHs by Alan Stern · 15 years ago
  57. 5effabb USB: r8a66597-hcd: use platform_data instead of module_param by Yoshihiro Shimoda · 15 years ago
  58. 32ebbe7 USB: usb-storage: add filter to "option_ms" to leave unrecognized devices alone by Josua Dietze · 15 years ago
  59. 68335e8 USB: EHCI: stagger frames for interrupt transfers by Alan Stern · 15 years ago
  60. be475d9 USB: usb-storage: fix return values from init functions by Alan Stern · 15 years ago
  61. 9a4b5e3 usb: musb: disable OTG AUTOIDLE only with omap3430 by Niilo Minkkinen · 15 years ago
  62. a2bfb4a USB: support for cdc-acm of single interface devices by Oliver Neukum · 15 years ago
  63. 0b10395 + drivers-usb-serial-sierrac-fix-printk-warning.patch added to -mm tree by Andrew Morton · 15 years ago
  64. 1e0abb7e USB: imx_udc: fix leak in imx_ep_alloc_request() by Daniel Mack · 15 years ago
  65. 5512966 usb: convert endpoint devices to bus-less childs of the usb interface by Kay Sievers · 15 years ago
  66. 9636b68 USB: serial: sierra driver sierra_calc_num_ports() fix by Elina Pasheva · 15 years ago
  67. c76a23d USB: serial: sierra driver interrupt urb resubmit fix by Elina Pasheva · 15 years ago
  68. 238ebd1 USB: serial: sierra driver zero length packet fix by Elina Pasheva · 15 years ago
  69. 72fda3c USB: serial: ftd_sio: implement sysrq handling on break by Jason Wessel · 15 years ago
  70. 98fcb5f USB: serial: usb_debug,usb_generic_serial: implement sysrq and serial break by Jason Wessel · 15 years ago
  71. 87c1edd USB: serial: ftd_sio usb: move status check by Jason Wessel · 15 years ago
  72. 715b1dc USB: usb_debug, usb_generic_serial: implement multi urb write by Jason Wessel · 15 years ago
  73. b0cda8c USB: serial: sierra driver read path bug fix by Elina Pasheva · 16 years ago
  74. 40d2ff3 USB: serial: sierra driver write path improvements by Elina Pasheva · 16 years ago
  75. e05b8e6 USB: janitor storage initializers by Pete Zaitcev · 16 years ago
  76. 5700f4c wusb: hwa-hc: Drop unused pci_suspend/resume hooks. by Paul Mundt · 16 years ago
  77. b4072f4 USB: garmin_gps: removes usb_reset_device from garmin_close by Hermann Kneissel · 16 years ago
  78. 9685a59 USB: Identify Novatel MC760 in option driver by Richard Laager · 16 years ago
  79. 6ec4beb USB: new flag for resume-from-hibernation by Alan Stern · 16 years ago
  80. abb3064 USB: move PCI host controllers to new PM framework by Alan Stern · 16 years ago
  81. 604eb89 USB: g_file_storage: use the "unaligned" accessors by Alan Stern · 16 years ago
  82. 5d44b36 USB: serial: sierra driver debug info visibility improvement by Elina Pasheva · 16 years ago
  83. b748bb7 USB: serial: sierra driver performance improvements by Elina Pasheva · 16 years ago
  84. 820d7a2 USB: remove unused usb_host class by Greg Kroah-Hartman · 16 years ago
  85. ed14f03 USB: EHCI: create sysfs companion files directly in the controller device by Greg Kroah-Hartman · 16 years ago
  86. 1098334 USB: OHCI: use the ohci structure directly in debugfs files. by Greg Kroah-Hartman · 16 years ago
  87. 74675a5 NLS: update handling of Unicode by Alan Stern · 16 years ago
  88. a853a3d usb: return device strings in UTF-8 by Clemens Ladisch · 16 years ago
  89. 97d7b7a USB: add the usbfs devices file to debugfs by Greg Kroah-Hartman · 16 years ago
  90. f49ce96 USB: usbmon: use the new usb debugfs directory by Greg Kroah-Hartman · 16 years ago
  91. ec20df2 USB: UHCI: use the new usb debugfs directory by Greg Kroah-Hartman · 16 years ago
  92. 485f4f3 USB: OHCI: use the new usb debugfs directory by Greg Kroah-Hartman · 16 years ago
  93. 66536ab USB: FHCI: use the new usb debugfs directory by Greg Kroah-Hartman · 16 years ago
  94. 08f4e58 USB: EHCI: use the new usb debugfs directory by Greg Kroah-Hartman · 16 years ago
  95. 00048b8 USB: add usb debugfs directory by Greg Kroah-Hartman · 16 years ago
  96. 84fe6e7 USB: mos7840: fix debug log messages by Tony Cook · 16 years ago
  97. d0f830d USB: hub.c: fix sparse warnings by H Hartley Sweeten · 16 years ago
  98. 96f90a8 USB: host/ohci-hcd.c: fix sparse warnings by H Hartley Sweeten · 16 years ago
  99. 367815e USB: pxa27x_udc: single-thread setup requests by Robert Jarzmik · 16 years ago
  100. 9f5351b USB: pxa27x_udc: compatibility with pxa320 SoC by Robert Jarzmik · 16 years ago