1. b37d83a usb: Parse the new USB 3.1 SuperSpeedPlus Isoc endpoint companion descriptor by Mathias Nyman · 8 years ago
  2. a44007a4 drivers: usb: removed assignment of 0 to static variables by Saurabh Sengar · 9 years ago
  3. a4b5d60 usb: core: rename mutex usb_bus_list_lock to usb_bus_idr_lock by Heiner Kallweit · 9 years ago
  4. b4a90d0 usb: no locking for reading descriptors in sysfs by Oliver Neukum · 9 years ago
  5. 7dd9cba usb: sysfs: make locking interruptible by Oliver Neukum · 9 years ago
  6. 5363de7 usb: core: switch bus numbering to using idr by Heiner Kallweit · 9 years ago
  7. 4f97f8f Merge 4.5-rc2 into usb-next by Greg Kroah-Hartman · 9 years ago
  8. d8f00cd usb: hub: do not clear BOS field during reset device by Du, Changbin · 9 years ago
  9. 6ae706a USB: core, wusbcore: use bus_to_hcd by Geliang Tang · 9 years ago
  10. 69ab55d USB: core, devio: use to_usb_device by Geliang Tang · 9 years ago
  11. f8868ed usb: core: use kbasename() instead of open-coded variant by Andy Shevchenko · 9 years ago
  12. 0cdd49a usb: Support USB 3.1 extended port status request by Mathias Nyman · 9 years ago
  13. 9508e3b usb: add device descriptor for usb 3.1 root hub by Mathias Nyman · 9 years ago
  14. b231664 usb: show speed "10000" in sysfs for USB 3.1 SuperSpeedPlus devices by Mathias Nyman · 9 years ago
  15. 5f9c3a6 usb: set USB 3.1 roothub device speed to USB_SPEED_SUPER_PLUS by Mathias Nyman · 9 years ago
  16. 8a1b272 usb: define USB_SPEED_SUPER_PLUS speed for SuperSpeedPlus USB3.1 devices by Mathias Nyman · 9 years ago
  17. 73a02d3 usb: Use memdup_user to reuse the code by Rahul Pathak · 9 years ago
  18. 64f10ed usb: core: devio.c: Removed unnecessary space by Chase Metzger · 9 years ago
  19. 30f0530 Merge tag 'pm+acpi-4.5-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  20. 6efd3f8 Merge branch 'pm-core' by Rafael J. Wysocki · 9 years ago
  21. 237f38c Merge tag 'usb-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 9 years ago
  22. e3345db USB / PM: Allow USB devices to remain runtime-suspended when sleeping by Tomeu Vizoso · 9 years ago
  23. 7e935c7 Merge branch 'memdup_user_nul' into work.misc by Al Viro · 9 years ago
  24. b25472f new helpers: no_seek_end_llseek{,_size}() by Al Viro · 9 years ago
  25. bfccd95 Merge 4.4-rc6 into usb-next by Greg Kroah-Hartman · 9 years ago
  26. e50293e USB: fix invalid memory access in hub_activate() by Alan Stern · 9 years ago
  27. 252ca49 Merge 4.4-rc5 into usb-next as we want those fixes here for testing by Greg Kroah-Hartman · 9 years ago
  28. ad87e03 USB: add quirk for devices with broken LPM by Alan Stern · 9 years ago
  29. 097a9ea usb: make "nousb" a clear module parameter by Oliver Neukum · 9 years ago
  30. 6b82b12 usb: Add connected retry on resume for non SS devices by Al Cooper · 9 years ago
  31. 6406eeb usb: Quiet down false peer failure messages by Don Zickus · 9 years ago
  32. 513072d usb: core: lpm: add sysfs node for usb3 lpm permit by Lu Baolu · 9 years ago
  33. bf5ce5b usb: core: lpm: fix usb3_hardware_lpm sysfs node by Lu Baolu · 9 years ago
  34. 5377adb usb: Use the USB_SS_MULT() macro to decode burst multiplier for log message by Ben Hutchings · 9 years ago
  35. 464ad8c usb: core : hub: Fix BOS 'NULL pointer' kernel panic by Hans Yang · 9 years ago
  36. 6fb8ac8 USB: constify usb_mon_operations structure by Julia Lawall · 9 years ago
  37. a016a81 USB: add usbfs snooping for REAP and DISCARD by Alan Stern · 9 years ago
  38. 0290cc9 USB: limit usbfs snooping of URB contents by Alan Stern · 9 years ago
  39. df36c5b USB: quirks: Fix another ELAN touchscreen by Adrien Vergé · 9 years ago
  40. c4f1613 usb: kconfig: fix warning of select USB_OTG by Peter Chen · 9 years ago
  41. ae416ba4 USB: core: Codestyle fix in urb.c by Jonas Hesselmann · 9 years ago
  42. d491fe7 usb: hcd: use USB_DT_* by Sergei Shtylyov · 9 years ago
  43. b1630da Merge 4.3-rc5 into usb-next by Greg Kroah-Hartman · 9 years ago
  44. 7219473 usb: Add device quirk for Logitech PTZ cameras by Vincent Palatin · 9 years ago
  45. 8484bf2 USB: Add reset-resume quirk for two Plantronics usb headphones. by Yao-Wen Mao · 9 years ago
  46. 7d2d641 usb: otg: don't set a_alt_hnp_support feature for OTG 2.0 device by Li Jun · 9 years ago
  47. 9766f25 usb: core: driver: Use kmalloc_array by Muhammad Falak R Wani · 9 years ago
  48. 39047e0 usb: message: remove redundant declaration by Kris Borer · 9 years ago
  49. 17a364e usb: hub: remove redundant declarations by Kris Borer · 9 years ago
  50. 039b330 usb: core: hub: Removed some warnings generated by checkpatch.pl by Chase Metzger · 9 years ago
  51. 7117522 usb: define HCD_USB31 speed option for hosts that support USB 3.1 features by Mathias Nyman · 9 years ago
  52. 3220bef usb: store the new usb 3.1 SuperSpeedPlus device capability descriptor by Mathias Nyman · 9 years ago
  53. 60f5939 Merge 4.3-rc3 into usb-next by Greg Kroah-Hartman · 9 years ago
  54. ff8e2c5 usb: interface authorization: Use a flag for the default device authorization by Stefan Koch · 9 years ago
  55. 310d2b4 usb: interface authorization: SysFS part of USB interface authorization by Stefan Koch · 9 years ago
  56. b3910ce usb: interface authorization: Introduces the USB interface authorization by Stefan Koch · 9 years ago
  57. 8d1f857 usb: interface authorization: Control interface probing and claiming by Stefan Koch · 9 years ago
  58. 6b2bd3c usb: interface authorization: Introduces the default interface authorization by Stefan Koch · 9 years ago
  59. ff30cbc usb: Use the USB_SS_MULT() macro to get the burst multiplier. by Mathias Nyman · 9 years ago
  60. 12e1a6a Revert "usb: interface authorization: Introduces the default interface authorization" by Greg Kroah-Hartman · 9 years ago
  61. 8c2ea97 Revert "usb: interface authorization: Control interface probing and claiming" by Greg Kroah-Hartman · 9 years ago
  62. 5651440 Revert "usb: interface authorization: Introduces the USB interface authorization" by Greg Kroah-Hartman · 9 years ago
  63. 4d924d7 Revert "usb: interface authorization: SysFS part of USB interface authorization" by Greg Kroah-Hartman · 9 years ago
  64. a1b93ab Revert "usb: interface authorization: Use a flag for the default device authorization" by Greg Kroah-Hartman · 9 years ago
  65. 1724856 usb: core: hub: Removed some warnings generated by checkpatch.pl by Chase Metzger · 9 years ago
  66. 3cf1fc8 usb: interface authorization: Use a flag for the default device authorization by Stefan Koch · 9 years ago
  67. 187b3d7 usb: interface authorization: SysFS part of USB interface authorization by Stefan Koch · 9 years ago
  68. ef0909c usb: interface authorization: Introduces the USB interface authorization by Stefan Koch · 9 years ago
  69. de7718b usb: interface authorization: Control interface probing and claiming by Stefan Koch · 9 years ago
  70. 1d958be usb: interface authorization: Introduces the default interface authorization by Stefan Koch · 9 years ago
  71. 088a3da usb: hub: remove assignment from if condition by Kris Borer · 9 years ago
  72. 3290b1b usb: endpoint: convert spaces to tabs by Kris Borer · 9 years ago
  73. 31b92d8 usb: otg_whitelist: remove whitespace by Kris Borer · 9 years ago
  74. 166b863 usb: core: hub.c: Removed some warnings generated by checkpatch.pl by Chase Metzger · 9 years ago
  75. f355e83 usb: devio: fix spacing by Kris Borer · 9 years ago
  76. 135551e usb: devio: remove assignment from if condition by Kris Borer · 9 years ago
  77. 722b262 Merge 4.2-rc4 into usb-next by Greg Kroah-Hartman · 9 years ago
  78. 655fe4e usbcore: add sysfs support to xHCI usb3 hardware LPM by Kevin Strasser · 9 years ago
  79. 0faaad4 usb: move assignment out of if condition by Kris Borer · 9 years ago
  80. 79a0274 usb: fix coding style issue by Kris Borer · 9 years ago
  81. 2d2a316 usb: core: lpm: set lpm_capable for root hub device by Lu Baolu · 9 years ago
  82. e152813 Merge tag 'usb-for-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 9 years ago
  83. fb6d1f7 usb: core: Fix USB 3.0 devices lost in NOTATTACHED state after a hub port reset by Robert Schlabbach · 9 years ago
  84. 83ed07c USB: devio: fix a condition in async_completed() by Dan Carpenter · 9 years ago
  85. 909eacd Merge 4.1-rc4 into usb-next by Greg Kroah-Hartman · 9 years ago
  86. 289fcff usb: add bus type for USB ULPI by Heikki Krogerus · 9 years ago
  87. d544d27 USB: hub.c: move assignment out of if () block by Greg Kroah-Hartman · 9 years ago
  88. c688d62 USB: hcd.c: move assignment out of if () block by Greg Kroah-Hartman · 9 years ago
  89. 424dd7d Usb: core: buffer: fixed the checkpatch warning by Nizam Haider · 9 years ago
  90. dc703ec Added another USB product ID for ELAN touchscreen quirks. by Logan Gunthorpe · 9 years ago
  91. a842529 usb: Enable LPM for USB 2.01+ full-speed devices by Rupesh Tatiya · 9 years ago
  92. 58339c2 usb: Set unused ports to "fixed" rather than "unknown" by Matthew Garrett · 9 years ago
  93. 92bfbf7 usb: Prefer firmware values when determining whether a port is removable by Matthew Garrett · 9 years ago
  94. 00fe52d drivers/usb/core: devio.c: Removed an uneeded space before tab by Chase Metzger · 9 years ago
  95. c8d1bc1 Merge tag 'usb-for-v4.1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-testing by Greg Kroah-Hartman · 9 years ago
  96. bbc78c0 usb: core: hub: use new USB_RESUME_TIMEOUT by Felipe Balbi · 9 years ago
  97. bb3247a USB: Move usb_disabled() towards top of the file by Viresh Kumar · 9 years ago
  98. 1da47f5 USB: Use usb_disabled() consistently by Viresh Kumar · 9 years ago
  99. f0c2b68 USB: usbfs: don't leak kernel data in siginfo by Alan Stern · 9 years ago
  100. e298767 Merge tag 'usb-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 9 years ago