| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'usb-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2013-04-29 | 13 | -209/+251 |
|\ |
|
| * | usbfs: Always allow ctrl requests with USB_RECIP_ENDPOINT on the ctrl ep | Hans de Goede | 2013-04-17 | 1 | -0/+2 |
| * | USB: regroup all depends on USB within an if USB block | Florian Fainelli | 2013-04-09 | 1 | -6/+0 |
| * | Merge 3.9-rc6 into usb-next | Greg Kroah-Hartman | 2013-04-08 | 1 | -1/+0 |
| |\ |
|
| * | | USB: driver.c: processing failure, maching resume condition with suspend cond... | Chen Gang | 2013-04-01 | 1 | -4/+6 |
| * | | usb: Make USB persist default configurable | Julius Werner | 2013-03-29 | 2 | -11/+21 |
| * | | USB: improve port transitions when EHCI starts up | Alan Stern | 2013-03-28 | 1 | -85/+129 |
| * | | USB: remove CONFIG_USB_SUSPEND option | Alan Stern | 2013-03-28 | 8 | -65/+21 |
| * | | USB: use "global suspend" for system sleep on USB-2 buses | Alan Stern | 2013-03-28 | 1 | -6/+21 |
| * | | USB: avoid error messages when a device is disconnected | Alan Stern | 2013-03-28 | 2 | -30/+37 |
| * | | Merge branch 'usb-linus' into usb-next | Greg Kroah-Hartman | 2013-03-28 | 2 | -1/+15 |
| |\ \ |
|
| * | | | USB: fix urb-poison imbalance | Johan Hovold | 2013-03-25 | 1 | -1/+4 |
| * | | | USB: hub: Avoid NULL pointer dereference when hub doesn't have any ports | David Linares | 2013-03-25 | 1 | -0/+4 |
| * | | | USB: adds comment on suspend callback | Ming Lei | 2013-03-25 | 1 | -3/+8 |
* | | | | Merge 3.9-rc7 into driver-core-next | Greg Kroah-Hartman | 2013-04-14 | 1 | -1/+0 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | USB / PM: Don't try to hide PM QoS flags from usb_port_device_release() | Rafael J. Wysocki | 2013-04-02 | 1 | -1/+0 |
| | |/
| |/| |
|
* | | | driver core: handle user namespaces properly with the uid/gid devtmpfs change | Greg Kroah-Hartman | 2013-04-11 | 1 | -1/+1 |
* | | | driver core: add uid and gid to devtmpfs | Kay Sievers | 2013-04-08 | 1 | -1/+2 |
|/ / |
|
* | | usb/acpi: binding xhci root hub usb port with ACPI | Lan Tianyu | 2013-03-25 | 1 | -1/+7 |
* | | usb: add find_raw_port_number callback to struct hc_driver() | Lan Tianyu | 2013-03-25 | 1 | -0/+8 |
|/ |
|
* | USB: xhci: correctly enable interrupts | Hannes Reinecke | 2013-03-15 | 1 | -9/+14 |
* | ACPI / glue: Add .match() callback to struct acpi_bus_type | Rafael J. Wysocki | 2013-03-04 | 1 | -2/+7 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2013-02-26 | 2 | -5/+5 |
|\ |
|
| * | new helper: file_inode(file) | Al Viro | 2013-02-22 | 2 | -5/+5 |
* | | usb: forbid memory allocation with I/O during bus reset | Ming Lei | 2013-02-23 | 1 | -0/+13 |
* | | Merge usb-linus branch into usb-next | Greg Kroah-Hartman | 2013-02-08 | 2 | -18/+96 |
|\ \ |
|
| * | | USB: add usb_hcd_{start,end}_port_resume | Alan Stern | 2013-01-25 | 1 | -0/+44 |
| * | | usb: Using correct way to clear usb3.0 device's remote wakeup feature. | Lan Tianyu | 2013-01-24 | 1 | -18/+52 |
| |/ |
|
* | | drivers/usb/core: using strlcpy instead of strncpy | Chen Gang | 2013-02-06 | 1 | -1/+2 |
* | | Revert "usb: Register usb port's acpi power resources" | Lan Tianyu | 2013-01-29 | 3 | -30/+0 |
* | | usb: enable usb port device's async suspend. | Lan Tianyu | 2013-01-25 | 1 | -0/+1 |
* | | usb: expose usb port's pm qos flags to user space | Lan Tianyu | 2013-01-25 | 1 | -1/+10 |
* | | usb: add usb port auto power off mechanism | Lan Tianyu | 2013-01-25 | 3 | -58/+164 |
* | | usb: add runtime pm support for usb port device | Lan Tianyu | 2013-01-25 | 3 | -0/+77 |
* | | usb: Register usb port's acpi power resources | Lan Tianyu | 2013-01-25 | 3 | -0/+29 |
* | | USB: fix sign-extension bug in the hub driver | Alan Stern | 2013-01-24 | 1 | -1/+1 |
* | | USB: Set usb port's DeviceRemovable according acpi information | Lan Tianyu | 2013-01-21 | 3 | -0/+50 |
* | | usb: Create link files between child device and usb port device. | Lan Tianyu | 2013-01-20 | 1 | -0/+26 |
* | | usb: Add "portX/connect_type" attribute to expose usb port's connect type | Lan Tianyu | 2013-01-20 | 1 | -0/+43 |
* | | usb: fix compilation error and warning of driver/usb/core/port.c on arm and b... | Lan Tianyu | 2013-01-20 | 1 | -0/+2 |
* | | usb: Add driver/usb/core/(port.c,hub.h) files | Lan Tianyu | 2013-01-18 | 4 | -106/+165 |
* | | Merge 3.8-rc4 into usb-next | Greg Kroah-Hartman | 2013-01-18 | 2 | -2/+11 |
|\ \
| |/ |
|
| * | USB: Add device quirk for Microsoft VX700 webcam | Andreas Fleig | 2013-01-11 | 1 | -0/+3 |
| * | USB: hub: handle claim of enabled remote wakeup after reset | Oliver Neukum | 2013-01-11 | 1 | -2/+8 |
* | | usb/core: update power budget for SuperSpeed | Sebastian Andrzej Siewior | 2013-01-11 | 2 | -17/+41 |
* | | usb/core: consider link speed while looking at bMaxPower | Sebastian Andrzej Siewior | 2013-01-11 | 6 | -15/+44 |
* | | USB: Refactor hub_port_wait_reset. | Sarah Sharp | 2013-01-03 | 1 | -36/+37 |
* | | USB: Use helper function hub_set_port_link_state | Sarah Sharp | 2013-01-03 | 1 | -6/+2 |
* | | USB: Fix connected device switch to Inactive state. | Sarah Sharp | 2013-01-03 | 1 | -5/+25 |
* | | USB: Rip out recursive call on warm port reset. | Sarah Sharp | 2013-01-03 | 1 | -82/+68 |