aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-02usb: Add support for root hub port status CASStanislaw Ledwon1-8/+10
2012-06-14USB: fix gathering of interface associationsDaniel Mack1-1/+2
2012-06-13Merge tag 'for-usb-linus-2012-06-13' of git://git.kernel.org/pub/scm/linux/kernel/git/sarah/xhci into usb-linusGreg Kroah-Hartman1-1/+1
2012-06-13USB: Checking the wrong variable in usb_disable_lpm()Dan Carpenter1-1/+1
2012-06-13USB: add NO_D3_DURING_SLEEP flag and revert 151b61284776be2Alan Stern1-9/+0
2012-05-22Merge tag 'driver-core-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-3/+3
2012-05-21USB: Fix core compile with CONFIG_USB_SUSPEND=nSarah Sharp1-0/+4
2012-05-18USB: Remove races in devio.cHuajun Li1-8/+25
2012-05-18USB: Disable USB 3.0 LPM in critical sections.Sarah Sharp3-1/+118
2012-05-18USB: Add support to enable/disable USB3 link states.Sarah Sharp1-0/+414
2012-05-18USB: Calculate USB 3.0 exit latencies for LPM.Sarah Sharp1-1/+210
2012-05-18USB: Refactor code to set LPM support flag.Sarah Sharp1-5/+17
2012-05-18USB: Make sure to fetch the BOS desc for roothubs.Sarah Sharp1-0/+9
2012-05-17usbcore: enable USB2 LPM if port suspend failsAndiry Xu1-0/+4
2012-05-16usb: fix breakage on systems without ACPISasha Levin1-4/+1
2012-05-14sysfs: get rid of some lockdep false positivesAlan Stern1-3/+3
2012-05-14USB: add read support to usb-serial/../new_idBjørn Mork1-3/+10
2012-05-14USB: let both new_id and remove_id show dynamic id listBjørn Mork1-2/+19
2012-05-14Revert "usb: add struct usb_hub_port to store port related members."Greg Kroah-Hartman1-16/+13
2012-05-14Revert "usb: move struct usb_device->children to struct usb_hub_port->child"Greg Kroah-Hartman2-42/+28
2012-05-14usb: Kconfig: remove unneeded default valueDavid Herrmann1-1/+0
2012-05-11usb: move struct usb_device->children to struct usb_hub_port->childLan Tianyu2-28/+42
2012-05-11usb: add struct usb_hub_port to store port related members.Lan Tianyu1-13/+16
2012-05-11usb: Set device removable state based on ACPI USB dataMatthew Garrett1-0/+57
2012-05-11usb: Bind devices to ACPI devices when possibleMatthew Garrett4-0/+74
2012-05-07USB: make vendor id of root hubs greppablePaul Bolle1-3/+3
2012-05-07Merge 3.4-rc6 into usb-nextGreg Kroah-Hartman1-0/+9
2012-05-01USB: file.c: remove dbg() usageGreg Kroah-Hartman1-2/+2
2012-05-01usbhid: prevent deadlock during timeoutOliver Neukum1-0/+21
2012-04-30usb: add USB_QUIRK_RESET_RESUME for M-Audio 88esSteffen Müller1-0/+3
2012-04-29USB: remove CONFIG_USB_DEVICE_CLASSGreg Kroah-Hartman2-72/+0
2012-04-29USB: remove CONFIG_USB_DEVICEFSGreg Kroah-Hartman6-814/+2
2012-04-24USB: EHCI: fix crash during suspend on ASUS computersAlan Stern1-0/+9
2012-04-17USB: fix deadlock in bConfigurationValue attribute methodAlan Stern2-6/+3
2012-04-11USB: fix bug of device descriptor got from superspeed deviceElric Fu1-0/+16
2012-04-09USB: fix race between root-hub suspend and remote wakeupAlan Stern1-0/+12
2012-04-09USB: don't ignore suspend errors for root hubsAlan Stern1-2/+7
2012-04-08Merge 3.2-rc1 into usb-linusGreg Kroah-Hartman2-5/+18
2012-04-06USB documentation: explain lifetime rules for unlinking URBsAlan Stern1-0/+12
2012-04-06USB: don't clear urb->dev in scatter-gather libraryAlan Stern1-5/+6
2012-04-05simple_open: automatically convert to simple_open()Stephen Boyd1-9/+1
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-20/+3
2012-03-20usbfs: kill racy detection of simple_pin_fs()Al Viro1-9/+1
2012-03-20tidy up after d_make_root() conversionAl Viro1-4/+2
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro1-8/+1
2012-03-20Merge tag 'usb-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds8-113/+285
2012-03-13USB: dynamically allocate usb_device children pointers instead of using a fix arrayHuajun Li1-3/+7
2012-03-09Merge 3.3-rc6 into driver-core-nextGreg Kroah-Hartman3-16/+25
2012-03-02usb/core: remove "always" from usb_unlink_urb() kernel doc entrySebastian Andrzej Siewior1-4/+7
2012-03-01usb: core: hcd: make hcd->irq unsignedFelipe Balbi1-3/+3