summaryrefslogtreecommitdiff
path: root/drivers/usb/core
AgeCommit message (Expand)AuthorFilesLines
2012-08-10usb: feed USB device information to the /dev/random driverTheodore Ts'o1-0/+9
2012-08-02usbdevfs: Correct amount of data copied to user in processcompl_compatHans de Goede1-3/+7
2012-07-25usb: Add support for root hub port status CASStanislaw Ledwon1-8/+10
2012-06-20USB: fix gathering of interface associationsDaniel Mack1-1/+2
2012-06-20USB: add NO_D3_DURING_SLEEP flag and revert 151b61284776be2Alan Stern1-9/+0
2012-05-31USB: Remove races in devio.cHuajun Li1-8/+25
2012-05-31usbcore: enable USB2 LPM if port suspend failsAndiry Xu1-0/+4
2012-05-31usb: add USB_QUIRK_RESET_RESUME for M-Audio 88esSteffen Müller1-0/+3
2012-05-31USB: move usb_translate_errors to linux/usb.hJohan Hovold1-14/+0
2012-05-11USB: EHCI: fix crash during suspend on ASUS computersAlan Stern1-0/+9
2012-05-11USB: fix deadlock in bConfigurationValue attribute methodAlan Stern2-6/+3
2012-04-23USB: fix bug of device descriptor got from superspeed deviceElric Fu1-0/+16
2012-04-23USB: don't ignore suspend errors for root hubsAlan Stern1-2/+7
2012-04-23USB: don't clear urb->dev in scatter-gather libraryAlan Stern1-5/+6
2012-03-01USB: Set hub depth after USB3 hub resetElric Fu1-13/+17
2012-03-01USB: Don't fail USB3 probe on missing legacy PCI IRQ.Sarah Sharp2-3/+8
2012-01-12usb: fix number of mapped SG DMA entriesClemens Ladisch1-3/+2
2012-01-12USB: add quirk for another cameraOliver Neukum1-1/+4
2012-01-12usbfs: Fix oops related to user namespace conversion.Sarah Sharp1-1/+2
2011-11-15USB: quirks: adding more quirky webcams to avoid squeaky audiosordna1-0/+24
2011-11-15USB: add quirk for Logitech C600 web camJosh Boyer1-0/+3
2011-11-14Merge branch 'for-usb-linus' of git.kernel.org/pub/scm/linux/kernel/git/sarah...Greg Kroah-Hartman1-0/+6
2011-11-07Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-0/+2
2011-11-05USB: Update last_busy time after autosuspend failsAlan Stern1-0/+5
2011-11-04usb, xhci: Clear warm reset change event during initDon Zickus1-0/+6
2011-11-01usb: Add export.h for EXPORT_SYMBOL/THIS_MODULE where neededPaul Gortmaker2-0/+2
2011-10-25Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-17/+16
2011-10-19xHCI/USB: Make xHCI driver have a BOS descriptor.Sarah Sharp1-2/+16
2011-10-08Merge branch 'pm-runtime' into pm-for-linusRafael J. Wysocki3-17/+16
2011-09-30USB: add quirk for Logitech C300 web camJon Levell1-0/+3
2011-09-30user namespace: usb: make usb urbs user namespace aware (v2)Serge Hallyn1-17/+13
2011-09-30USB: message: cleanup min_t() cast in usb_sg_init()Dan Carpenter1-1/+1
2011-09-27USB: Add wakeup info to debugging messagesAlan Stern2-8/+8
2011-09-27usb/core/devio.c: Check for printer class specific requestMatthias Dellweg1-3/+18
2011-09-27USB: pid_ns: ensure pid is not freed during kill_pid_info_as_uidSerge Hallyn1-2/+4
2011-09-27USB: Update USB default wakeup settingsAlan Stern1-1/+8
2011-09-27usbcore: add sysfs support to xHCI usb2 hardware LPMAndiry Xu1-1/+58
2011-09-27xHCI: set USB2 hardware LPMAndiry Xu3-0/+28
2011-09-27usbcore: check device's LPM capabilityAndiry Xu1-2/+8
2011-09-27usbcore: get BOS descriptor setAndiry Xu4-0/+109
2011-09-20USB: When hot reset for USB3 fails, try warm reset.Sarah Sharp1-0/+43
2011-09-20usbcore: refine warm reset logicAndiry Xu1-104/+112
2011-09-18USB: add RESET_RESUME for webcams shown to be quirkyOliver Neukum1-0/+21
2011-09-18USB: irq: Remove IRQF_DISABLEDYong Zhang1-1/+1
2011-09-18usb: Provide usb_speed_string() functionMichal Nazarewicz1-18/+9
2011-09-10USB: for usb_autopm_get_interface_async -EINPROGRESS is not an errorJim Wylder1-1/+1
2011-08-29Merge 3.1-rc4 into usb-nextGreg Kroah-Hartman5-14/+9
2011-08-23USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto5-9/+9
2011-08-23USB: Remove test for NULL that'll never happen in usb_disconnect()Jesper Juhl1-5/+0
2011-08-20PM / Runtime: Add macro to test for runtime PM eventsAlan Stern3-12/+11