1. 0a2b8a0 usb: makefile cleanup by matt mooney · 14 years ago
  2. 7b3a766 usb: core: endpoint: Fix error path by Rahul Ruikar · 14 years ago
  3. 7491f13 USB: do not print -ESHUTDOWN message if usb at otg device mode by Peter Chen · 14 years ago
  4. 1dae423 USB: introduce unmap_urb_setup_for_dma() by Martin Fuzzey · 14 years ago
  5. 80f0cf3 USB: disable endpoints after unbinding interfaces, not before by Alan Stern · 14 years ago
  6. 2501331 usb: change to new flag variable by matt mooney · 14 years ago
  7. 496dda7 usb: musb: host: unmap the buffer for PIO data transfers by Maulik Mankad · 14 years ago
  8. 834e231 USB: teach "devices" file about Wireless and SuperSpeed USB by Alan Stern · 14 years ago
  9. 3df7169 OHCI: work around for nVidia shutdown problem by Alan Stern · 14 years ago
  10. f7dd649 USB: output an error message when the pipe type doesn't match the endpoint type by Simon Arlott · 14 years ago
  11. 4bec991 USB: core: update comment to match current function name by Wolfram Sang · 14 years ago
  12. 2dab394 USB: update Kconfig help text for CONFIG_USB_SUSPEND by Alan Stern · 14 years ago
  13. 0026e00 USB: fix bug in initialization of interface minor numbers by Alan Stern · 14 years ago
  14. 0791971 usb: allow drivers to use allocated bandwidth until unbound by Thadeu Lima de Souza Cascardo · 14 years ago
  15. b409214 USB: remove fake "address-of" expressions by Alan Stern · 14 years ago
  16. b3e6704 USB: fix thread-unsafe anchor utiliy routines by Christian Lamparter · 14 years ago
  17. c4e0b50 USB: accept RNDIS configs if there's no alternative by Alan Stern · 14 years ago
  18. 93362a8 USB delay init quirk for logitech Harmony 700-series devices by Phil Dibowitz · 14 years ago
  19. 43b86af USB: xHCI: Supporting MSI/MSI-X by Dong Nguyen · 14 years ago
  20. 402e8dd USB: core: hcd-pci: use for_each_pci_dev() by Kulikov Vasiliy · 14 years ago
  21. 4307a28 USB: EHCI: fix NULL pointer dererence in HCDs that use HCD_LOCAL_MEM by Andrea Righi · 14 years ago
  22. 3da7cff USB: add runtime PM for PCI-based host controllers by Alan Stern · 14 years ago
  23. ff2f078 USB: fix race between root-hub wakeup & controller suspend by Alan Stern · 14 years ago
  24. 4147200 USB: add do_wakeup parameter for PCI HCD suspend by Alan Stern · 14 years ago
  25. 057c58b USB: move PCI HCD resume routine by Alan Stern · 14 years ago
  26. 2138a1f USB: refactor the powermac-specific ASIC clock code by Alan Stern · 14 years ago
  27. 541c7d4 USB: convert usb_hcd bitfields into atomic flags by Alan Stern · 14 years ago
  28. c532b29 USB-BKL: Convert usb_driver ioctl to unlocked_ioctl by Andi Kleen · 14 years ago
  29. 6e12ea46 USB-BKL: Remove lock_kernel in usbfs update_sb() by Andi Kleen · 14 years ago
  30. 48f2497 USB: EHCI: EHCI 1.1 addendum: Basic LPM feature support by Alek Du · 14 years ago
  31. cd62ace USB: core endpoint: Fix Coding Styles by csanchez@neurowork.net · 14 years ago
  32. 16be572 USB: core driver: Fix Coding Styles by csanchez@neurowork.net · 14 years ago
  33. c548795 USB: add check to detect host controller hardware removal by Alan Stern · 14 years ago
  34. 6d88e67 USB: don't stop root-hub status polls too soon by Alan Stern · 14 years ago
  35. 96e077a USB: fix failure path in usb_add_hcd() by Alan Stern · 14 years ago
  36. 63ab71d USB: add quirk for Broadcom BT dongle by Oliver Neukum · 14 years ago
  37. 47f19c0 USB: adds Artisman USB dongle to list of quirky devices by Paul Mortier · 14 years ago
  38. 809cd1c USB: Fix USB3.0 Port Speed Downgrade after port reset by Sarah Sharp · 14 years ago
  39. 4882662 USB: obey the sysfs power/wakeup setting by Alan Stern · 14 years ago
  40. 64d6587 USB: fix oops in usb_sg_init() by Alan Stern · 14 years ago
  41. c043f12 USB: unbind all interfaces before rebinding them by Alan Stern · 14 years ago
  42. 2c3c8be sysfs: add struct file* to bin_attr callbacks by Chris Wright · 14 years ago
  43. 3142788 drivers/base: Convert dev->sem to mutex by Thomas Gleixner · 14 years ago
  44. c024b72 USB: remove match_device by Ming Lei · 14 years ago
  45. 22b4b61 USB: remove usb_find_device by Ming Lei · 14 years ago
  46. f537da6 USB: add missing "{}" in map_urb_for_dma by Ming Lei · 14 years ago
  47. 89842ae USB: fix interface runtime-PM settings by Alan Stern · 14 years ago
  48. 9f0a6cd USB: usbcore: Do not disable USB3 protocol ports in hub_activate() by Andiry Xu · 14 years ago
  49. 0ba169af USB: simplify usb_sg_init() by Alan Stern · 14 years ago
  50. 910f8d0 USB: Change the scatterlist type in struct urb by Matthew Wilcox · 14 years ago
  51. fe54b05 USB: Add a usb_pipe_endpoint() convenience function by Matthew Wilcox · 14 years ago
  52. 85bcb5e USB: remove URB_NO_SETUP_DMA_MAP by Alan Stern · 14 years ago
  53. 842f169 USB: remove the usb_host_ss_ep_comp structure by Alan Stern · 14 years ago
  54. e8f4af3 USB: core: config.c: usb_get_configuration() simplified by Michal Nazarewicz · 14 years ago
  55. 44526f9 USB: devices: fix Coding Styles by Carlos Sánchez Acosta · 14 years ago
  56. eab1caf USB: Support for allocating USB 3.0 streams. by Sarah Sharp · 14 years ago
  57. a903098 USB: deprecate the power/level sysfs attribute by Alan Stern · 14 years ago
  58. 9e18c82 USB: use PM core routines to enable/disable autosuspend by Alan Stern · 14 years ago
  59. 7aba8d0 USB: don't enable remote wakeup by default by Alan Stern · 14 years ago
  60. 7560d32e USB: improve runtime remote wakeup settings by Alan Stern · 14 years ago
  61. ff9c895 USB: fix usbmon and DMA mapping for scatter-gather URBs by Alan Stern · 14 years ago
  62. 317149c USB: Add a new quirk: USB_QUIRK_HONOR_BNUMINTERFACES by Hans de Goede · 14 years ago
  63. 0ede76f USB: remove uses of URB_NO_SETUP_DMA_MAP by Alan Stern · 14 years ago
  64. 749da5f USB: straighten out port feature vs. port status usage by Alan Stern · 14 years ago
  65. 288ead4 USB: remove bogus USB_PORT_FEAT_*_SPEED symbols by Alan Stern · 14 years ago
  66. 45f30e0 USB: remove duplicated #include by Huang Weiyi · 14 years ago
  67. d65d7e7 USB: make hub.h public (drivers dependency) by Eric Lescouet · 14 years ago
  68. 27729aa USB: make hcd.h public (drivers dependency) by Eric Lescouet · 14 years ago
  69. d83c49f Fix the regression created by "set S_DEAD on unlink()..." commit by Al Viro · 14 years ago
  70. 073900a USB: rename usb_buffer_alloc() and usb_buffer_free() by Daniel Mack · 14 years ago
  71. 6d60261 USB: fix build on OMAPs if CONFIG_PM_RUNTIME is not set by Anand Gadiyar · 14 years ago
  72. 62f9cfa USB: don't choose configs with no interfaces by Alan Stern · 14 years ago
  73. fa7fe7a USB: fix testing the wrong variable in fs_create_by_name() by Dan Carpenter · 14 years ago
  74. 571dc79 USB: put claimed interfaces in the "suspended" state by Alan Stern · 14 years ago
  75. 5f677f1 USB: fix remote wakeup settings during system sleep by Alan Stern · 14 years ago
  76. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  77. f09a15e USB: Fix usb_fill_int_urb for SuperSpeed devices by Matthew Wilcox · 14 years ago
  78. 7152b59 USB: fix usbfs regression by Alan Stern · 14 years ago
  79. 8e9394c Driver core: create lock/unlock functions for struct device by Greg Kroah-Hartman · 14 years ago
  80. 3ceb85a USB: remove unused defintion of struct usb_device_status by Dmitry Torokhov · 14 years ago
  81. 7bc80cd usbfs: fix deadlock on 'usbfs_mutex', clean up poll by Linus Torvalds · 14 years ago
  82. e4a3d94 USB: don't read past config->interface[] if usb_control_msg() fails in usb_reset_configuration() by Roel Kluin · 14 years ago
  83. cd78069 USB: fix the idProduct value for USB-3.0 root hubs by Alan Stern · 14 years ago
  84. cceffe9 USB: remove debugging message for uevent constructions by Alan Stern · 14 years ago
  85. 0880aef USB: usbfs_snoop: add data logging back in by Chris Frey · 15 years ago
  86. 385f690 USB: trivial: missing newline in usb core warning message by Thadeu Lima de Souza Cascardo · 15 years ago
  87. 2a9d008 USB: BKL removal from ioctl path of usbfs by Oliver Neukum · 15 years ago
  88. 01412a2 USB: Reduce scope of BKL in usb ioctl handling by Oliver Neukum · 15 years ago
  89. 8626645 USB: Push BKL on open down into the drivers by Oliver Neukum · 15 years ago
  90. f9de332 USB: Remove BKL from lseek implementations by Oliver Neukum · 15 years ago
  91. 063e20e USB: Remove BKL from usbdev_open() by Oliver Neukum · 15 years ago
  92. 554f769 USB: Remove BKL from poll() by Oliver Neukum · 15 years ago
  93. 1e927d9 USB hub: make USB device id constant by Németh Márton · 15 years ago
  94. f7410ce USB: Move hcd free_dev call into usb_disconnect to fix oops by Herbert Xu · 15 years ago
  95. 9bbdf1e USB: convert to the runtime PM framework by Alan Stern · 15 years ago
  96. 0c590e2 USB: rearrange functions in driver.c by Alan Stern · 15 years ago
  97. 5899f1e USB: change handling of negative autosuspend delays by Alan Stern · 15 years ago
  98. 088f7fe USB: implement usb_enable_autosuspend by Alan Stern · 15 years ago
  99. 0c4db6d USB: use the device lock for persist_enabled by Alan Stern · 15 years ago
  100. 0534d46 USB: consolidate remote wakeup routines by Alan Stern · 15 years ago