1. a853a3d usb: return device strings in UTF-8 by Clemens Ladisch · 15 years ago
  2. 97d7b7a USB: add the usbfs devices file to debugfs by Greg Kroah-Hartman · 15 years ago
  3. 00048b8 USB: add usb debugfs directory by Greg Kroah-Hartman · 15 years ago
  4. d0f830d USB: hub.c: fix sparse warnings by H Hartley Sweeten · 15 years ago
  5. a864e3aa5 USB: core/sysfs: fix sparse warnings by H Hartley Sweeten · 15 years ago
  6. cc71329 USB: usbfs: deprecate and hide option for !embedded by Scott James Remnant · 15 years ago
  7. 91f8d06 USB: consolidate usb_unbind_interface and usb_driver_release_interface by Alan Stern · 15 years ago
  8. 337eb00 Push BKL down into ->remount_fs() by Alessio Igor Bogani · 15 years ago
  9. a8aa401 USB: pass mem_flags to dma_alloc_coherent by Johannes Berg · 15 years ago
  10. 3444b26 USB: add reset endpoint operations by David Vrabel · 15 years ago
  11. b7af0bb USB: allow malformed LANGID descriptors by Daniel Mack · 15 years ago
  12. 71d2718 USB: more u32 conversion after transfer_buffer_length and actual_length by Roel Kluin · 16 years ago
  13. d34d972 USB: usbfs: remove unneeded "inline" annotations by Alan Stern · 16 years ago
  14. 4fe0387 USB: don't send Set-Interface after reset by Alan Stern · 16 years ago
  15. 6da9c99 USB: allow libusb to talk to unauthenticated WUSB devices by David Vrabel · 16 years ago
  16. 551509d USB: replace uses of __constant_{endian} by Harvey Harrison · 16 years ago
  17. 2e0fe70 USB: drivers: use USB API functions rather than constants by Julia Lawall · 16 years ago
  18. 1662e3a USB: add quirk to avoid config and interface strings by Alan Stern · 15 years ago
  19. 6ff1046 USB: usbfs: keep async URBs until the device file is closed by Alan Stern · 16 years ago
  20. 67f5a4b USB: usb_get_string should check the descriptor type by Alan Stern · 16 years ago
  21. 3494252 USB/PCI: Fix resume breakage of controllers behind cardbus bridges by Rafael J. Wysocki · 16 years ago
  22. 501950d USB: fix char-device disconnect handling by Alan Stern · 16 years ago
  23. a15d95a USB: Fix suspend-resume of PCI USB controllers by Rafael J. Wysocki · 16 years ago
  24. bcca06e USB: don't enable wakeup by default for PCI host controllers by Alan Stern · 16 years ago
  25. ddeac4e7 USB: fix toggle mismatch in disable_endpoint paths by Alan Stern · 16 years ago
  26. 634a84f drivers/usb/core/hub.c: fix CONFIG_USB_OTG=y build by David Brownell · 16 years ago
  27. ed0c772 USB: fix minor nit in usbfs checking by Mark Lord · 16 years ago
  28. 2caf7fc USB: re-enable interface after driver unbinds by Alan Stern · 16 years ago
  29. df71896 USB: cancel pending Set-Config requests if userspace gets there first by Alan Stern · 16 years ago
  30. 6fd9086 USB: automatically enable wakeup for PCI host controllers by Alan Stern · 16 years ago
  31. a0d4922 USB: fix up suspend and resume for PCI host controllers by Alan Stern · 16 years ago
  32. 856395d USB: extension of anchor API to unpoison an anchor by Oliver Neukum · 16 years ago
  33. 49367d8 USB: mark "reject" field of struct urb as atomic_t by Ming Lei · 16 years ago
  34. 3b23dd6 USB: utilize the bus notifiers by Alan Stern · 16 years ago
  35. b9cef6c USB: make printk messages more searchable by Wu Fengguang · 16 years ago
  36. 65bfd29 USB: Enhance usage of pm_message_t by Alan Stern · 16 years ago
  37. 4ec06d6 USB: utilize round_jiffies_up_relative() by Alan Stern · 16 years ago
  38. 785895f USB: Don't use __module_param_call; use core_param. by Rusty Russell · 16 years ago
  39. 6cd1320 USB: announce new devices earlier by Alan Stern · 16 years ago
  40. f150fa1 USB: Allow usbmon as a module even if usbcore is builtin by Pete Zaitcev · 16 years ago
  41. dc023dc USB: Introduce usb_queue_reset() to do resets from atomic contexts by Inaky Perez-Gonzalez · 16 years ago
  42. 9ac39f2 USB: add asynchronous autosuspend/autoresume support by Alan Stern · 16 years ago
  43. 011b15d USB: change interface to usb_lock_device_for_reset() by Alan Stern · 16 years ago
  44. ff8973d USB: Remove restrictions on signal numbers in devio.c by Phil Endecott · 16 years ago
  45. 92b0da1 USB: straighten out inline code in sysfs.c by Alan Stern · 16 years ago
  46. da2bbdc USB: avoid needless address-taking of function parameters by Harvey Harrison · 16 years ago
  47. aa459e6 USB: protect hcd.h from multiple inclusions by Anton Vorontsov · 16 years ago
  48. adf0949 PM: Simplify the new suspend/hibernation framework for devices by Rafael J. Wysocki · 16 years ago
  49. 56ff5ef zero i_uid/i_gid on inode allocation by Al Viro · 16 years ago
  50. cbacc2c Merge branch 'next' into for-linus by James Morris · 16 years ago
  51. 24c0996 USB: skip Set-Interface(0) if already in altsetting 0 by Alan Stern · 16 years ago
  52. f3a5c54 Merge branch 'master' into next by James Morris · 16 years ago
  53. 86a264a CRED: Wrap current->cred and a few other accessors by David Howells · 16 years ago
  54. cd80ca8 CRED: Wrap task credential accesses in the USB driver by David Howells · 16 years ago
  55. 2870fde USB: mention URB_FREE_BUFFER in usb_free_urb documentation by Rabin Vincent · 16 years ago
  56. 352d026 USB: don't register endpoints for interfaces that are going away by Alan Stern · 16 years ago
  57. 61fbeba USB: prevent autosuspend during hub initialization by Alan Stern · 16 years ago
  58. cde217a USB: fix crash when URBs are unlinked after the device is gone by Alan Stern · 16 years ago
  59. 6c64094 USB: don't rebind drivers after failed resume or reset by Alan Stern · 16 years ago
  60. 69a8594 USB: remove err() macro from usb core code by Greg Kroah-Hartman · 16 years ago
  61. 3b6004f USB: remove warn() macro from usb drivers by Greg Kroah-Hartman · 16 years ago
  62. fd7c519 USB: hub.c: Add initial_descriptor_timeout module parameter for usbcore by Jaroslav Kysela · 16 years ago
  63. 49e7cc8 USB: Export if an interface driver supports autosuspend. by Sarah Sharp · 16 years ago
  64. 2da41d5 USB: snoop processes opening usbfs device files by Alan Stern · 16 years ago
  65. 9beeee6 USB: EHCI: log a warning if ehci-hcd is not loaded first by Alan Stern · 16 years ago
  66. 1987625 USB: anchor API changes needed for btusb by Oliver Neukum · 16 years ago
  67. 8520f38 USB: change hub initialization sleeps to delayed_work by Alan Stern · 16 years ago
  68. 399d31d USB: RESET_RESUME needs to block autosuspend when remote wakeup is needed by Oliver Neukum · 16 years ago
  69. bc45df9 usb core: fix USB_OTG_BLACKLIST_HUB typo by Peter Korsgaard · 16 years ago
  70. 6a2839b USB: extend poisoning to anchors by Oliver Neukum · 16 years ago
  71. 55b447b USB: kill URBs permanently by Oliver Neukum · 16 years ago
  72. b0b090e device create: usb: convert device_create_drvdata to device_create by Greg Kroah-Hartman · 16 years ago
  73. a447c09 vfs: Use const for kernel parser table by Steven Whitehouse · 16 years ago
  74. 5257d97 USB: revert recovery from transient errors by Alan Stern · 16 years ago
  75. 83a7982 USB: fix hcd interrupt disabling by Geoff Levand · 16 years ago
  76. b5fb454 USB: automatically enable RHSC interrupts by Alan Stern · 16 years ago
  77. 5096aed USB: Don't rebind before "complete" callback by Alan Stern · 16 years ago
  78. f2189c4 USB: Add new PM callback methods for USB by Alan Stern · 16 years ago
  79. 55151d7 USB: Defer Set-Interface for suspended devices by Alan Stern · 16 years ago
  80. 65605ae USB: Add udev argument to interface suspend/resume functions by Alan Stern · 16 years ago
  81. 77571f0 USB: fix bug in usb_unlink_anchored_urbs() by Oliver Neukum · 16 years ago
  82. 9ff7843 USB: fix compiler warning fix by Alan Stern · 16 years ago
  83. 1a21175 USB: fix interface unregistration logic by Alan Stern · 16 years ago
  84. fa41019 usb/core/driver: fix warning by Alexander Beregalov · 16 years ago
  85. 580da34 Fix USB storage hang on command abort by Alan Stern · 16 years ago
  86. bc00bc9 device create: usb: convert device_create to device_create_drvdata by Greg Kroah-Hartman · 16 years ago
  87. e105b8b sysfs: add /sys/dev/{char,block} to lookup sysfs path by major:minor by Dan Williams · 16 years ago
  88. 86c57ed USB: use reset_resume when normal resume fails by Alan Stern · 16 years ago
  89. a80d5ff USB: Fix pointer/int cast in USB devio code by David Howells · 16 years ago
  90. e04199b usbfs: don't store bad pointers in registration by Alan Stern · 16 years ago
  91. d64aac3 usbfs: fix race between open and unregister by Alan Stern · 16 years ago
  92. 61ad04a usbfs: simplify the lookup-by-minor routines by Alan Stern · 16 years ago
  93. cd9f037 usbfs: send disconnect signals when device is unregistered by Alan Stern · 16 years ago
  94. 78d9a48 USB: Force unbinding of drivers lacking reset_resume or other methods by Alan Stern · 16 years ago
  95. 742120c USB: fix usb_reset_device and usb_reset_composite_device(take 3) by Ming Lei · 16 years ago
  96. 6d243e5 USB: fix comment of usb_set_configuration by Ming Lei · 16 years ago
  97. 7c3e28b USB: use standard SG iterator in the scatter-gather library by Alan Stern · 16 years ago
  98. 625f694 USB: remove interface parameter of usb_reset_composite_device by Ming Lei · 16 years ago
  99. 38f3ad5 usb: hub: add check for unsupported bus topology by Felipe Balbi · 16 years ago
  100. ea05af6 USB: remove CVS keywords by Adrian Bunk · 16 years ago