aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core
Commit message (Expand)AuthorAgeFilesLines
...
* USB: add device quirk for Joss Optical touchboardAlan Stern2012-09-191-0/+4
* usb: feed USB device information to the /dev/random driverTheodore Ts'o2012-08-101-0/+9
* usbdevfs: Correct amount of data copied to user in processcompl_compatHans de Goede2012-08-021-3/+7
* usb: Add support for root hub port status CASStanislaw Ledwon2012-07-251-8/+10
* USB: fix gathering of interface associationsDaniel Mack2012-06-191-1/+2
* USB: add NO_D3_DURING_SLEEP flag and revert 151b61284776be2Alan Stern2012-06-191-9/+0
* USB: Remove races in devio.cHuajun Li2012-05-311-8/+25
* usbcore: enable USB2 LPM if port suspend failsAndiry Xu2012-05-311-0/+4
* usb: add USB_QUIRK_RESET_RESUME for M-Audio 88esSteffen Müller2012-05-311-0/+3
* USB: move usb_translate_errors to linux/usb.hJohan Hovold2012-05-311-14/+0
* USB: EHCI: fix crash during suspend on ASUS computersAlan Stern2012-05-111-0/+9
* USB: fix deadlock in bConfigurationValue attribute methodAlan Stern2012-05-112-6/+3
* USB: fix bug of device descriptor got from superspeed deviceElric Fu2012-04-221-0/+16
* USB: don't ignore suspend errors for root hubsAlan Stern2012-04-221-2/+7
* USB: don't clear urb->dev in scatter-gather libraryAlan Stern2012-04-221-5/+6
* USB: Set hub depth after USB3 hub resetElric Fu2012-02-291-13/+17
* USB: Don't fail USB3 probe on missing legacy PCI IRQ.Sarah Sharp2012-02-292-3/+8
* usb: fix number of mapped SG DMA entriesClemens Ladisch2012-01-121-3/+2
* USB: add quirk for another cameraOliver Neukum2012-01-121-1/+4
* usbfs: Fix oops related to user namespace conversion.Sarah Sharp2012-01-121-1/+2
* USB: quirks: adding more quirky webcams to avoid squeaky audiosordna2011-11-141-0/+24
* USB: add quirk for Logitech C600 web camJosh Boyer2011-11-141-0/+3
* Merge branch 'for-usb-linus' of git.kernel.org/pub/scm/linux/kernel/git/sarah...Greg Kroah-Hartman2011-11-141-0/+6
|\
| * usb, xhci: Clear warm reset change event during initDon Zickus2011-11-041-0/+6
* | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-062-0/+2
|\ \
| * | usb: Add export.h for EXPORT_SYMBOL/THIS_MODULE where neededPaul Gortmaker2011-10-312-0/+2
| |/
* | USB: Update last_busy time after autosuspend failsAlan Stern2011-11-041-0/+5
|/
* Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2011-10-253-17/+16
|\
| * Merge branch 'pm-runtime' into pm-for-linusRafael J. Wysocki2011-10-073-17/+16
| |\
| | * USB: Add wakeup info to debugging messagesAlan Stern2011-09-272-8/+8
| | * PM / Runtime: Add macro to test for runtime PM eventsAlan Stern2011-08-193-12/+11
* | | xHCI/USB: Make xHCI driver have a BOS descriptor.Sarah Sharp2011-10-181-2/+16
* | | USB: add quirk for Logitech C300 web camJon Levell2011-09-291-0/+3
* | | user namespace: usb: make usb urbs user namespace aware (v2)Serge Hallyn2011-09-291-17/+13
* | | USB: message: cleanup min_t() cast in usb_sg_init()Dan Carpenter2011-09-291-1/+1
* | | usb/core/devio.c: Check for printer class specific requestMatthias Dellweg2011-09-261-3/+18
* | | USB: pid_ns: ensure pid is not freed during kill_pid_info_as_uidSerge Hallyn2011-09-261-2/+4
* | | USB: Update USB default wakeup settingsAlan Stern2011-09-261-1/+8
* | | usbcore: add sysfs support to xHCI usb2 hardware LPMAndiry Xu2011-09-261-1/+58
* | | xHCI: set USB2 hardware LPMAndiry Xu2011-09-263-0/+28
* | | usbcore: check device's LPM capabilityAndiry Xu2011-09-261-2/+8
* | | usbcore: get BOS descriptor setAndiry Xu2011-09-264-0/+109
* | | USB: When hot reset for USB3 fails, try warm reset.Sarah Sharp2011-09-201-0/+43
* | | usbcore: refine warm reset logicAndiry Xu2011-09-201-104/+112
* | | USB: add RESET_RESUME for webcams shown to be quirkyOliver Neukum2011-09-181-0/+21
* | | USB: irq: Remove IRQF_DISABLEDYong Zhang2011-09-181-1/+1
* | | usb: Provide usb_speed_string() functionMichal Nazarewicz2011-09-181-18/+9
* | | USB: for usb_autopm_get_interface_async -EINPROGRESS is not an errorJim Wylder2011-09-091-1/+1
* | | Merge 3.1-rc4 into usb-nextGreg Kroah-Hartman2011-08-295-14/+9
|\ \ \ | |/ / |/| |
| * | USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto2011-08-235-9/+9