summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core
Commit message (Expand)AuthorAgeFilesLines
* usb: Clear both buffers when clearing a control transfer TT buffer.William Gulland2013-07-251-0/+9
* USB: global suspend and remote wakeup don't mixAlan Stern2013-07-172-8/+34
* Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-07-032-2/+2
|\
| * Merge branch 'pm-assorted'Rafael J. Wysocki2013-06-282-2/+2
| |\
| | * PM / Runtime: Rework the "runtime idle" helper routineRafael J. Wysocki2013-06-032-2/+2
* | | usb: check usb_hub_to_struct_hub() return valueMathias Nyman2013-06-183-10/+19
* | | Merge 3.10-rc5 into usb-nextGreg Kroah-Hartman2013-06-091-3/+7
|\| |
| * | usbfs: Increase arbitrary limit for USB 3 isopkt lengthFederico Manzan2013-05-291-3/+7
| |/
* | Merge tag 'for-usb-next-2013-06-06' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman2013-06-071-0/+54
|\ \
| * | usb: add usb2 Link PM variables to sysfs and usb_deviceMathias Nyman2013-06-061-0/+54
* | | USB: fix PTR_ERR translation in init_usb_class()Alexey Khoroshilov2013-06-061-1/+1
|/ /
* | Allow the USB HCD to create Wireless USB root hubsThomas Pugliese2013-06-031-0/+28
* | Merge 3.10-rc3 into usb-nextGreg Kroah-Hartman2013-05-272-1/+4
|\|
| * USB: reset resume quirk needed by a hubOliver Neukum2013-05-171-0/+3
| * USB: remove remaining instances of USB_SUSPENDAlan Stern2013-05-151-1/+1
* | usb: ehci: Only sleep for post-resume handover if devices use persistJulius Werner2013-05-201-0/+33
* | usb: message: Fixed parenthesis error in sizeof function.Tülin İzer2013-05-171-1/+1
* | usb: message: Fixed error: 'no space before bracket'Tülin İzer2013-05-171-7/+7
* | usb: devio: Fixed error: 'do not use assignment in if condition'Tülin İzer2013-05-171-1/+2
* | usb: devio: Fixed macro parenthesis errorTülin İzer2013-05-171-1/+1
* | usb: devio: Fixed warning: 'use <linux/uacces.h> instead <asm/uacces.h>'Tülin İzer2013-05-171-1/+1
|/
* Merge tag 'usb-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2013-04-2913-209/+251
|\
| * usbfs: Always allow ctrl requests with USB_RECIP_ENDPOINT on the ctrl epHans de Goede2013-04-171-0/+2
| * USB: regroup all depends on USB within an if USB blockFlorian Fainelli2013-04-101-6/+0Star
| * Merge 3.9-rc6 into usb-nextGreg Kroah-Hartman2013-04-081-1/+0Star
| |\
| * | USB: driver.c: processing failure, maching resume condition with suspend cond...Chen Gang2013-04-011-4/+6
| * | usb: Make USB persist default configurableJulius Werner2013-03-292-11/+21
| * | USB: improve port transitions when EHCI starts upAlan Stern2013-03-281-85/+129
| * | USB: remove CONFIG_USB_SUSPEND optionAlan Stern2013-03-288-65/+21Star
| * | USB: use "global suspend" for system sleep on USB-2 busesAlan Stern2013-03-281-6/+21
| * | USB: avoid error messages when a device is disconnectedAlan Stern2013-03-282-30/+37
| * | Merge branch 'usb-linus' into usb-nextGreg Kroah-Hartman2013-03-282-1/+15
| |\ \
| * | | USB: fix urb-poison imbalanceJohan Hovold2013-03-251-1/+4
| * | | USB: hub: Avoid NULL pointer dereference when hub doesn't have any portsDavid Linares2013-03-251-0/+4
| * | | USB: adds comment on suspend callbackMing Lei2013-03-251-3/+8
* | | | Merge 3.9-rc7 into driver-core-nextGreg Kroah-Hartman2013-04-151-1/+0Star
|\ \ \ \ | | |_|/ | |/| |
| * | | USB / PM: Don't try to hide PM QoS flags from usb_port_device_release()Rafael J. Wysocki2013-04-021-1/+0Star
| | |/ | |/|
* | | driver core: handle user namespaces properly with the uid/gid devtmpfs changeGreg Kroah-Hartman2013-04-111-1/+1
* | | driver core: add uid and gid to devtmpfsKay Sievers2013-04-081-1/+2
|/ /
* | usb/acpi: binding xhci root hub usb port with ACPILan Tianyu2013-03-251-1/+7
* | usb: add find_raw_port_number callback to struct hc_driver()Lan Tianyu2013-03-251-0/+8
|/
* USB: xhci: correctly enable interruptsHannes Reinecke2013-03-151-9/+14
* ACPI / glue: Add .match() callback to struct acpi_bus_typeRafael J. Wysocki2013-03-041-2/+7
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-272-5/+5
|\
| * new helper: file_inode(file)Al Viro2013-02-232-5/+5
* | usb: forbid memory allocation with I/O during bus resetMing Lei2013-02-241-0/+13
* | Merge usb-linus branch into usb-nextGreg Kroah-Hartman2013-02-082-18/+96
|\ \
| * | USB: add usb_hcd_{start,end}_port_resumeAlan Stern2013-01-261-0/+44
| * | usb: Using correct way to clear usb3.0 device's remote wakeup feature.Lan Tianyu2013-01-241-18/+52
| |/
* | drivers/usb/core: using strlcpy instead of strncpyChen Gang2013-02-061-1/+2