summaryrefslogtreecommitdiff
path: root/drivers/usb/core
AgeCommit message (Expand)AuthorFilesLines
2013-02-11usb: Using correct way to clear usb3.0 device's remote wakeup feature.Lan Tianyu1-18/+52
2013-01-17USB: fix endpoint-disabling for failed config changesAlan Stern1-22/+31
2013-01-17USB: hub: handle claim of enabled remote wakeup after resetOliver Neukum1-2/+8
2013-01-17USB: Handle warm reset failure on empty port.Sarah Sharp1-1/+11
2013-01-17USB: Ignore port state until reset completes.Sarah Sharp1-7/+7
2013-01-17USB: Increase reset timeout.Sarah Sharp1-1/+1
2013-01-17USB: Allow USB 3.0 ports to be disabled.Sarah Sharp1-2/+61
2013-01-17USB: Ignore xHCI Reset Device status.Sarah Sharp1-8/+5
2013-01-17USB: Handle auto-transition from hot to warm reset.Sarah Sharp1-3/+3
2012-10-31usb hub: send clear_tt_buffer_complete events when canceling TT clear workOctavian Purdila1-2/+5
2012-10-02USB: Fix race condition when removing host controllersAlan Stern2-5/+3
2012-10-02USB: add device quirk for Joss Optical touchboardAlan Stern1-0/+4
2012-08-15usb: feed USB device information to the /dev/random driverTheodore Ts'o1-0/+9
2012-08-09usbdevfs: Correct amount of data copied to user in processcompl_compatHans de Goede1-3/+7
2012-07-16usb: Add support for root hub port status CASStanislaw Ledwon1-8/+10
2012-06-22USB: fix gathering of interface associationsDaniel Mack1-1/+2
2012-06-22USB: add NO_D3_DURING_SLEEP flag and revert 151b61284776be2Alan Stern1-9/+0
2012-06-01usbcore: enable USB2 LPM if port suspend failsAndiry Xu1-0/+4
2012-06-01usb: add USB_QUIRK_RESET_RESUME for M-Audio 88esSteffen Müller1-0/+3
2012-06-01USB: Remove races in devio.cHuajun Li1-8/+25
2012-06-01usbhid: prevent deadlock during timeoutOliver Neukum1-0/+21
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/vir...Linus 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...Huajun 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
2012-02-28usb: fix defined but not used warnings in hcd-pci.cPaul Gortmaker1-0/+2
2012-02-23Merge branch 'usb-3.3-rc4' into usb-nextGreg Kroah-Hartman6-103/+266
2012-02-21USB: Set hub depth after USB3 hub resetElric Fu1-13/+17
2012-02-14USB: Turn on auto-suspend for USB 3.0 hubs.Sarah Sharp1-8/+2
2012-02-14USB: Set wakeup bits for all children hubs.Sarah Sharp1-7/+15
2012-02-14USB/xHCI: Support device-initiated USB 3.0 resume.Sarah Sharp1-12/+39
2012-02-14USB: Refactor hub remote wake handling.Sarah Sharp1-24/+35
2012-02-14USB/xHCI: Enable USB 3.0 hub remote wakeup.Sarah Sharp1-0/+12
2012-02-14USB: Suspend functions before putting dev into U3.Sarah Sharp1-1/+2
2012-02-14USB/xhci: Enable remote wakeup for USB3 devices.Sarah Sharp1-5/+20
2012-02-14USB: Don't fail USB3 probe on missing legacy PCI IRQ.Sarah Sharp2-3/+8