1. b9a1048 usbcore: fix incorrect type in assignment in descriptors_changed() by Xenia Ragiadakou · 11 years ago
  2. e3376d6 usbcore: compare and release one bos descriptor in usb_reset_and_verify_device() by Xenia Ragiadakou · 11 years ago
  3. d03f254 USB: core: be specific about attribute permissions by Greg Kroah-Hartman · 11 years ago
  4. 598d036 USB: core: use DRIVER_ATTR_RW() by Greg Kroah-Hartman · 11 years ago
  5. 3bbc47d usb: don't use bNbrPorts after initialization by Krzysztof Mazur · 11 years ago
  6. e58547e usb: fail on usb_hub_create_port_device() errors by Krzysztof Mazur · 11 years ago
  7. d0308d4 usb: fix cleanup after failure in hub_configure() by Krzysztof Mazur · 11 years ago
  8. 5845c13 Merge tag 'for-usb-2013-08-15-step-1' into for-usb-next by Sarah Sharp · 11 years ago
  9. d49dad3 usb: Don't fail port power resume on device disconnect. by Sarah Sharp · 12 years ago
  10. 98a4f1f usb: don't check pm qos NO_POWER_OFF flag in usb_port_suspend() by Lan Tianyu · 12 years ago
  11. aa5ceae USB: handle LPM errors during device suspend correctly by Alan Stern · 12 years ago
  12. 304ab4a usb: add two quirky touchscreen by Oliver Neukum · 11 years ago
  13. e57e780 usb: rh_call_control tbuf overflow fix by Sean O. Stalley · 11 years ago
  14. c10750b usb/hcd: Log error code if reset() fails by Mark Brown · 12 years ago
  15. b4f17a48 usb: config->desc.bLength may not exceed amount of data returned by the device by Hans de Goede · 12 years ago
  16. bcc48f1 USB: introduce usb_device_no_sg_constraint() helper by Ming Lei · 12 years ago
  17. 94dfd7e USB: HCD: support giveback of URB in tasklet context by Ming Lei · 12 years ago
  18. 626f090 usb: fix some scripts/kernel-doc warnings by Yacine Belkadi · 12 years ago
  19. 4fae6f0 USB: handle LPM errors during device suspend correctly by Alan Stern · 12 years ago
  20. 28e86165 USB: refactor code for enabling/disabling remote wakeup by Alan Stern · 12 years ago
  21. 15b7336 USB: simplify the interface of usb_get_status() by Alan Stern · 12 years ago
  22. f3e94aa usb: core: don't try to reset_device() a port that got just disconnected by Julius Werner · 12 years ago
  23. 481f2d4 usb: core: don't try to reset_device() a port that got just disconnected by Julius Werner · 12 years ago
  24. 78283dd Merge 3.11-rc3 into usb-next by Greg Kroah-Hartman · 12 years ago
  25. 5dc50c3 usbfs: Allow printer class 'get_device_id' without needing to claim the intf by Hans de Goede · 12 years ago
  26. c4b51a4 USB: remove redundant "#if" by Alan Stern · 12 years ago
  27. 2c7b871 usb: Clear both buffers when clearing a control transfer TT buffer. by William Gulland · 12 years ago
  28. 10e232c USB: check sg buffer size in usb_submit_urb by Ming Lei · 12 years ago
  29. 2e6a9e8 USB: remove unneeded idr.h include by Greg Kroah-Hartman · 12 years ago
  30. e583d9d USB: global suspend and remote wakeup don't mix by Alan Stern · 12 years ago
  31. f991fae Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 12 years ago
  32. e52cff8 Merge branch 'pm-assorted' by Rafael J. Wysocki · 12 years ago
  33. 41341261 usb: check usb_hub_to_struct_hub() return value by Mathias Nyman · 12 years ago
  34. 141dc40 Merge 3.10-rc5 into usb-next by Greg Kroah-Hartman · 12 years ago
  35. 1c83d94 Merge tag 'for-usb-next-2013-06-06' of git://git.kernel.org/pub/scm/linux/kernel/git/sarah/xhci into usb-next by Greg Kroah-Hartman · 12 years ago
  36. de5535f USB: fix PTR_ERR translation in init_usb_class() by Alexey Khoroshilov · 12 years ago
  37. 17f3486 usb: add usb2 Link PM variables to sysfs and usb_device by Mathias Nyman · 12 years ago
  38. 45f0a85 PM / Runtime: Rework the "runtime idle" helper routine by Rafael J. Wysocki · 12 years ago
  39. 1a81f88 Allow the USB HCD to create Wireless USB root hubs by Thomas Pugliese · 12 years ago
  40. e2e2f0e usbfs: Increase arbitrary limit for USB 3 isopkt length by Federico Manzan · 12 years ago
  41. 45f6bc5 Merge 3.10-rc3 into usb-next by Greg Kroah-Hartman · 12 years ago
  42. 9b79091 usb: ehci: Only sleep for post-resume handover if devices use persist by Julius Werner · 12 years ago
  43. a1fefaa usb: message: Fixed parenthesis error in sizeof function. by Tülin İzer · 12 years ago
  44. 085528e usb: message: Fixed error: 'no space before bracket' by Tülin İzer · 12 years ago
  45. 4baf0df usb: devio: Fixed error: 'do not use assignment in if condition' by Tülin İzer · 12 years ago
  46. fa86ad0 usb: devio: Fixed macro parenthesis error by Tülin İzer · 12 years ago
  47. e6889b3 usb: devio: Fixed warning: 'use <linux/uacces.h> instead <asm/uacces.h>' by Tülin İzer · 12 years ago
  48. bac6b03 USB: reset resume quirk needed by a hub by Oliver Neukum · 12 years ago
  49. 98f541c USB: remove remaining instances of USB_SUSPEND by Alan Stern · 12 years ago
  50. ec25e24 Merge tag 'usb-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 12 years ago
  51. 1361bf4b usbfs: Always allow ctrl requests with USB_RECIP_ENDPOINT on the ctrl ep by Hans de Goede · 12 years ago
  52. 0d1d392 Merge 3.9-rc7 into driver-core-next by Greg Kroah-Hartman · 12 years ago
  53. 4e4098a driver core: handle user namespaces properly with the uid/gid devtmpfs change by Greg Kroah-Hartman · 12 years ago
  54. 25e11ec USB: regroup all depends on USB within an if USB block by Florian Fainelli · 12 years ago
  55. 31e9189 Merge 3.9-rc6 into usb-next by Greg Kroah-Hartman · 12 years ago
  56. 3c2670e driver core: add uid and gid to devtmpfs by Kay Sievers · 12 years ago
  57. da25946 USB / PM: Don't try to hide PM QoS flags from usb_port_device_release() by Rafael J. Wysocki · 12 years ago
  58. 505bdbc USB: driver.c: processing failure, maching resume condition with suspend condition by Chen Gang · 12 years ago
  59. 4f48203 usb: Make USB persist default configurable by Julius Werner · 12 years ago
  60. 05768918 USB: improve port transitions when EHCI starts up by Alan Stern · 12 years ago
  61. 84ebc10 USB: remove CONFIG_USB_SUSPEND option by Alan Stern · 12 years ago
  62. 0aa2832 USB: use "global suspend" for system sleep on USB-2 buses by Alan Stern · 12 years ago
  63. e9e88fb USB: avoid error messages when a device is disconnected by Alan Stern · 12 years ago
  64. 02d5f08 Merge branch 'usb-linus' into usb-next by Greg Kroah-Hartman · 12 years ago
  65. 68a2bed USB: fix urb-poison imbalance by Johan Hovold · 12 years ago
  66. 769d7368 USB: hub: Avoid NULL pointer dereference when hub doesn't have any ports by David Linares · 12 years ago
  67. 303f084 USB: adds comment on suspend callback by Ming Lei · 12 years ago
  68. bafcaf6 usb/acpi: binding xhci root hub usb port with ACPI by Lan Tianyu · 12 years ago
  69. 3f5eb14 usb: add find_raw_port_number callback to struct hc_driver() by Lan Tianyu · 12 years ago
  70. 00eed9c USB: xhci: correctly enable interrupts by Hannes Reinecke · 12 years ago
  71. 5354009 ACPI / glue: Add .match() callback to struct acpi_bus_type by Rafael J. Wysocki · 12 years ago
  72. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  73. 4d769de usb: forbid memory allocation with I/O during bus reset by Ming Lei · 12 years ago
  74. 496ad9a new helper: file_inode(file) by Al Viro · 12 years ago
  75. ceb675a Merge usb-linus branch into usb-next by Greg Kroah-Hartman · 12 years ago
  76. b11b2e1 drivers/usb/core: using strlcpy instead of strncpy by Chen Gang · 12 years ago
  77. 3b2ab2b Revert "usb: Register usb port's acpi power resources" by Lan Tianyu · 12 years ago
  78. da0aa71 USB: add usb_hcd_{start,end}_port_resume by Alan Stern · 12 years ago
  79. 192fef1 usb: enable usb port device's async suspend. by Lan Tianyu · 12 years ago
  80. f6cced1 usb: expose usb port's pm qos flags to user space by Lan Tianyu · 12 years ago
  81. ad493e5 usb: add usb port auto power off mechanism by Lan Tianyu · 12 years ago
  82. 971fcd4 usb: add runtime pm support for usb port device by Lan Tianyu · 12 years ago
  83. 88bb965 usb: Register usb port's acpi power resources by Lan Tianyu · 12 years ago
  84. bdb6bc0 USB: fix sign-extension bug in the hub driver by Alan Stern · 12 years ago
  85. 54a3ac0 usb: Using correct way to clear usb3.0 device's remote wakeup feature. by Lan Tianyu · 12 years ago
  86. d2123fd USB: Set usb port's DeviceRemovable according acpi information by Lan Tianyu · 12 years ago
  87. fde2638 usb: Create link files between child device and usb port device. by Lan Tianyu · 12 years ago
  88. cef7468 usb: Add "portX/connect_type" attribute to expose usb port's connect type by Lan Tianyu · 12 years ago
  89. 9f7344f usb: fix compilation error and warning of driver/usb/core/port.c on arm and blackfin by Lan Tianyu · 12 years ago
  90. 6e30d7c usb: Add driver/usb/core/(port.c,hub.h) files by Lan Tianyu · 12 years ago
  91. cbf50a4 Merge 3.8-rc4 into usb-next by Greg Kroah-Hartman · 12 years ago
  92. 430ee58 usb/core: update power budget for SuperSpeed by Sebastian Andrzej Siewior · 12 years ago
  93. 8d8479d usb/core: consider link speed while looking at bMaxPower by Sebastian Andrzej Siewior · 12 years ago
  94. bc009ec USB: Add device quirk for Microsoft VX700 webcam by Andreas Fleig · 12 years ago
  95. 07e72b9 USB: hub: handle claim of enabled remote wakeup after reset by Oliver Neukum · 12 years ago
  96. 470f0be USB: Refactor hub_port_wait_reset. by Sarah Sharp · 12 years ago
  97. c2f60db USB: Use helper function hub_set_port_link_state by Sarah Sharp · 12 years ago
  98. d3b9d7a USB: Fix connected device switch to Inactive state. by Sarah Sharp · 12 years ago
  99. a24a607 USB: Rip out recursive call on warm port reset. by Sarah Sharp · 12 years ago
  100. 2d4fa94 USB: Prepare for refactoring by adding extra udev checks. by Sarah Sharp · 12 years ago