summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core
Commit message (Expand)AuthorAgeFilesLines
* USB: make vendor id of root hubs greppablePaul Bolle2012-05-081-3/+3
* Merge 3.4-rc6 into usb-nextGreg Kroah-Hartman2012-05-071-0/+9
|\
| * USB: EHCI: fix crash during suspend on ASUS computersAlan Stern2012-04-241-0/+9
* | USB: file.c: remove dbg() usageGreg Kroah-Hartman2012-05-021-2/+2
* | usbhid: prevent deadlock during timeoutOliver Neukum2012-05-011-0/+21
* | usb: add USB_QUIRK_RESET_RESUME for M-Audio 88esSteffen Müller2012-04-301-0/+3
* | USB: remove CONFIG_USB_DEVICE_CLASSGreg Kroah-Hartman2012-04-302-72/+0Star
* | USB: remove CONFIG_USB_DEVICEFSGreg Kroah-Hartman2012-04-306-814/+2Star
|/
* USB: fix deadlock in bConfigurationValue attribute methodAlan Stern2012-04-182-6/+3Star
* USB: fix bug of device descriptor got from superspeed deviceElric Fu2012-04-111-0/+16
* USB: fix race between root-hub suspend and remote wakeupAlan Stern2012-04-101-0/+12
* USB: don't ignore suspend errors for root hubsAlan Stern2012-04-101-2/+7
* Merge 3.2-rc1 into usb-linusGreg Kroah-Hartman2012-04-082-5/+18
|\
| * USB documentation: explain lifetime rules for unlinking URBsAlan Stern2012-04-061-0/+12
| * USB: don't clear urb->dev in scatter-gather libraryAlan Stern2012-04-061-5/+6
* | simple_open: automatically convert to simple_open()Stephen Boyd2012-04-061-9/+1Star
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-03-211-20/+3Star
|\
| * usbfs: kill racy detection of simple_pin_fs()Al Viro2012-03-211-9/+1Star
| * tidy up after d_make_root() conversionAl Viro2012-03-211-4/+2Star
| * switch open-coded instances of d_make_root() to new helperAl Viro2012-03-211-8/+1Star
* | Merge tag 'usb-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds2012-03-208-113/+285
|\ \
| * | USB: dynamically allocate usb_device children pointers instead of using a fix...Huajun Li2012-03-131-3/+7
| * | usb/core: remove "always" from usb_unlink_urb() kernel doc entrySebastian Andrzej Siewior2012-03-031-4/+7
| * | usb: core: hcd: make hcd->irq unsignedFelipe Balbi2012-03-011-3/+3
| * | usb: fix defined but not used warnings in hcd-pci.cPaul Gortmaker2012-02-281-0/+2
| * | Merge branch 'usb-3.3-rc4' into usb-nextGreg Kroah-Hartman2012-02-236-103/+266
| |\ \ | | |/ | |/|
| | * USB: Turn on auto-suspend for USB 3.0 hubs.Sarah Sharp2012-02-141-8/+2Star
| | * USB: Set wakeup bits for all children hubs.Sarah Sharp2012-02-141-7/+15
| | * USB/xHCI: Support device-initiated USB 3.0 resume.Sarah Sharp2012-02-141-12/+39
| | * USB: Refactor hub remote wake handling.Sarah Sharp2012-02-141-24/+35
| | * USB/xHCI: Enable USB 3.0 hub remote wakeup.Sarah Sharp2012-02-141-0/+12
| | * USB: Suspend functions before putting dev into U3.Sarah Sharp2012-02-141-1/+2
| | * USB/xhci: Enable remote wakeup for USB3 devices.Sarah Sharp2012-02-141-5/+20
| | * usb: Use hub port data to determine whether a port is removableMatthew Garrett2012-02-091-0/+40
| | * usb: Add support for indicating whether a port is removableMatthew Garrett2012-02-091-0/+23
| | * USB: debugging code shouldn't alter control flowAlan Stern2012-02-031-13/+8Star
| | * USB: cleanup the handling of the PM complete callOliver Neukum2012-01-243-18/+22
| | * USB: code cleanup in suspend/resume path (3rd try)Oliver Neukum2012-01-241-30/+63
* | | Merge 3.3-rc6 into driver-core-nextGreg Kroah-Hartman2012-03-093-16/+25
|\| |
| * | USB: Set hub depth after USB3 hub resetElric Fu2012-02-221-13/+17
| * | USB: Don't fail USB3 probe on missing legacy PCI IRQ.Sarah Sharp2012-02-142-3/+8
| |/
* | USB/PCI/PCMCIA: Clean up new_id and remove_id sysfs attribute routinesAlan Stern2012-01-271-41/+20Star
* | Dynamic ID addition doesn't need get_driver()Alan Stern2012-01-251-4/+1Star
|/
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-133-6/+6
* Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-01-097-175/+193
|\
| * USB: remove dead code from suspend/resume pathOliver Neukum2012-01-041-21/+7Star
| * USB: add quirk for another cameraOliver Neukum2012-01-041-1/+4
| * usbfs: Fix oops related to user namespace conversion.Sarah Sharp2011-12-221-1/+2
| * USB: Adding #define in hub_configure() and hcd.c fileAman Deep2011-12-102-45/+45
| * usb: fix number of mapped SG DMA entriesClemens Ladisch2011-12-101-3/+2Star