summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-05-221-3/+3
|\
| * sysfs: get rid of some lockdep false positivesAlan Stern2012-05-141-3/+3
* | USB: Fix core compile with CONFIG_USB_SUSPEND=nSarah Sharp2012-05-211-0/+4
* | USB: Remove races in devio.cHuajun Li2012-05-181-8/+25
* | USB: Disable USB 3.0 LPM in critical sections.Sarah Sharp2012-05-183-1/+118
* | USB: Add support to enable/disable USB3 link states.Sarah Sharp2012-05-181-0/+414
* | USB: Calculate USB 3.0 exit latencies for LPM.Sarah Sharp2012-05-181-1/+210
* | USB: Refactor code to set LPM support flag.Sarah Sharp2012-05-181-5/+17
* | USB: Make sure to fetch the BOS desc for roothubs.Sarah Sharp2012-05-181-0/+9
* | usbcore: enable USB2 LPM if port suspend failsAndiry Xu2012-05-171-0/+4
* | usb: fix breakage on systems without ACPISasha Levin2012-05-161-4/+1
* | USB: add read support to usb-serial/../new_idBjørn Mork2012-05-141-3/+10
* | USB: let both new_id and remove_id show dynamic id listBjørn Mork2012-05-141-2/+19
* | Revert "usb: add struct usb_hub_port to store port related members."Greg Kroah-Hartman2012-05-141-16/+13
* | Revert "usb: move struct usb_device->children to struct usb_hub_port->child"Greg Kroah-Hartman2012-05-142-42/+28
* | usb: Kconfig: remove unneeded default valueDavid Herrmann2012-05-141-1/+0
* | usb: move struct usb_device->children to struct usb_hub_port->childLan Tianyu2012-05-112-28/+42
* | usb: add struct usb_hub_port to store port related members.Lan Tianyu2012-05-111-13/+16
* | usb: Set device removable state based on ACPI USB dataMatthew Garrett2012-05-111-0/+57
* | usb: Bind devices to ACPI devices when possibleMatthew Garrett2012-05-114-0/+74
* | USB: make vendor id of root hubs greppablePaul Bolle2012-05-071-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-011-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-292-72/+0
* | USB: remove CONFIG_USB_DEVICEFSGreg Kroah-Hartman2012-04-296-814/+2
|/
* USB: fix deadlock in bConfigurationValue attribute methodAlan Stern2012-04-172-6/+3
* 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-091-0/+12
* USB: don't ignore suspend errors for root hubsAlan Stern2012-04-091-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-051-9/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-03-211-20/+3
|\
| * usbfs: kill racy detection of simple_pin_fs()Al Viro2012-03-201-9/+1
| * tidy up after d_make_root() conversionAl Viro2012-03-201-4/+2
| * switch open-coded instances of d_make_root() to new helperAl Viro2012-03-201-8/+1
* | 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-021-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/+2
| | * 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