summaryrefslogtreecommitdiff
path: root/drivers/usb/core
AgeCommit message (Expand)AuthorFilesLines
2013-11-13USB: quirks: add touchscreen that is dazzeled by remote wakeupOliver Neukum1-0/+3
2013-11-13USB: quirks.c: add one device that cannot deal with suspensionOliver Neukum1-0/+3
2013-10-05usb/core/devio.c: Don't reject control message to endpoint with wrong directi...Kurt Garloff1-0/+16
2013-09-26usb: don't check pm qos NO_POWER_OFF flag in usb_port_suspend()Lan Tianyu1-12/+2
2013-09-26USB: handle LPM errors during device suspend correctlyAlan Stern1-33/+38
2013-09-26usb: config->desc.bLength may not exceed amount of data returned by the deviceHans de Goede1-1/+2
2013-09-26usb: Don't fail port power resume on device disconnect.Sarah Sharp1-8/+5
2013-08-20usb: add two quirky touchscreenOliver Neukum1-0/+6
2013-08-14usb: core: don't try to reset_device() a port that got just disconnectedJulius Werner1-2/+3
2013-08-04USB: global suspend and remote wakeup don't mixAlan Stern2-8/+34
2013-08-04usb: Clear both buffers when clearing a control transfer TT buffer.William Gulland1-0/+9
2013-05-29usbfs: Increase arbitrary limit for USB 3 isopkt lengthFederico Manzan1-3/+7
2013-05-16USB: reset resume quirk needed by a hubOliver Neukum1-0/+3
2013-05-15USB: remove remaining instances of USB_SUSPENDAlan Stern1-1/+1
2013-04-29Merge tag 'usb-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds13-209/+251
2013-04-17usbfs: Always allow ctrl requests with USB_RECIP_ENDPOINT on the ctrl epHans de Goede1-0/+2
2013-04-14Merge 3.9-rc7 into driver-core-nextGreg Kroah-Hartman1-1/+0
2013-04-11driver core: handle user namespaces properly with the uid/gid devtmpfs changeGreg Kroah-Hartman1-1/+1
2013-04-09USB: regroup all depends on USB within an if USB blockFlorian Fainelli1-6/+0
2013-04-08Merge 3.9-rc6 into usb-nextGreg Kroah-Hartman1-1/+0
2013-04-08driver core: add uid and gid to devtmpfsKay Sievers1-1/+2
2013-04-02USB / PM: Don't try to hide PM QoS flags from usb_port_device_release()Rafael J. Wysocki1-1/+0
2013-04-01USB: driver.c: processing failure, maching resume condition with suspend cond...Chen Gang1-4/+6
2013-03-29usb: Make USB persist default configurableJulius Werner2-11/+21
2013-03-28USB: improve port transitions when EHCI starts upAlan Stern1-85/+129
2013-03-28USB: remove CONFIG_USB_SUSPEND optionAlan Stern8-65/+21
2013-03-28USB: use "global suspend" for system sleep on USB-2 busesAlan Stern1-6/+21
2013-03-28USB: avoid error messages when a device is disconnectedAlan Stern2-30/+37
2013-03-28Merge branch 'usb-linus' into usb-nextGreg Kroah-Hartman2-1/+15
2013-03-25USB: fix urb-poison imbalanceJohan Hovold1-1/+4
2013-03-25USB: hub: Avoid NULL pointer dereference when hub doesn't have any portsDavid Linares1-0/+4
2013-03-25USB: adds comment on suspend callbackMing Lei1-3/+8
2013-03-25usb/acpi: binding xhci root hub usb port with ACPILan Tianyu1-1/+7
2013-03-25usb: add find_raw_port_number callback to struct hc_driver()Lan Tianyu1-0/+8
2013-03-15USB: xhci: correctly enable interruptsHannes Reinecke1-9/+14
2013-03-04ACPI / glue: Add .match() callback to struct acpi_bus_typeRafael J. Wysocki1-2/+7
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-5/+5
2013-02-23usb: forbid memory allocation with I/O during bus resetMing Lei1-0/+13
2013-02-22new helper: file_inode(file)Al Viro2-5/+5
2013-02-08Merge usb-linus branch into usb-nextGreg Kroah-Hartman2-18/+96
2013-02-06drivers/usb/core: using strlcpy instead of strncpyChen Gang1-1/+2
2013-01-29Revert "usb: Register usb port's acpi power resources"Lan Tianyu3-30/+0
2013-01-25USB: add usb_hcd_{start,end}_port_resumeAlan Stern1-0/+44
2013-01-25usb: enable usb port device's async suspend.Lan Tianyu1-0/+1
2013-01-25usb: expose usb port's pm qos flags to user spaceLan Tianyu1-1/+10
2013-01-25usb: add usb port auto power off mechanismLan Tianyu3-58/+164
2013-01-25usb: add runtime pm support for usb port deviceLan Tianyu3-0/+77
2013-01-25usb: Register usb port's acpi power resourcesLan Tianyu3-0/+29
2013-01-24USB: fix sign-extension bug in the hub driverAlan Stern1-1/+1
2013-01-24usb: Using correct way to clear usb3.0 device's remote wakeup feature.Lan Tianyu1-18/+52