Age | Commit message (Expand) | Author | Files | Lines |
2013-10-16 | usb: Push USB2 LPM disable on disconnect into USB core. | Sarah Sharp | 1 | -0/+4 |
2013-10-16 | xhci: Enable LPM support only for hardwired or BESL devices | Mathias Nyman | 1 | -0/+27 |
2013-10-16 | usb: Don't enable USB 2.0 Link PM by default. | Sarah Sharp | 3 | -2/+8 |
2013-10-16 | usb: Disable USB 2.0 Link PM before device reset. | Sarah Sharp | 1 | -0/+6 |
2013-10-14 | usb/hcd: remove unnecessary local_irq_save | Michael Opdenacker | 1 | -15/+0 |
2013-10-11 | drivers: usb: core: hub.c: Comments shouldnt be C99 // comment style | Matthias Beyer | 1 | -2/+2 |
2013-10-11 | drivers: usb: core: file.c: moved asterisk to variable name | Matthias Beyer | 1 | -1/+1 |
2013-10-11 | drivers: usb: core: {file,hub,sysfs,usb}.c: Whitespace fixes | Matthias Beyer | 4 | -62/+62 |
2013-10-11 | drivers: usb: core: hcd.c: converted busmap from struct to bitmap | Matthias Beyer | 1 | -7/+5 |
2013-10-11 | usb-anchor: Delay usb_wait_anchor_empty_timeout wake up till completion is done | Hans de Goede | 2 | -2/+45 |
2013-10-11 | usb: Remove unnecessary semicolons | Joe Perches | 1 | -1/+1 |
2013-10-05 | drivers: usb: core: hcd: if-else-braces fixed | Matthias Beyer | 1 | -2/+2 |
2013-10-05 | drivers: usb: core: hcd: removed braces for return statements | Matthias Beyer | 1 | -4/+4 |
2013-10-05 | drivers: usb: core: hcd: replaced C99 // comments | Matthias Beyer | 1 | -5/+5 |
2013-10-05 | drivers: usb: core: hcd: Whitespace fixes | Matthias Beyer | 1 | -28/+28 |
2013-10-05 | drivers: usb: core: hcd: moved asterix to variable | Matthias Beyer | 1 | -1/+1 |
2013-09-29 | Merge 3.12-rc3 into usb-next | Greg Kroah-Hartman | 2 | -0/+19 |
2013-09-26 | usb: core: usb_amd_resume_quirk() can be static | Fengguang Wu | 1 | -1/+1 |
2013-09-26 | USB: correct the usb_disconnect() comment about usb_bus_list_lock | Bjorn Helgaas | 1 | -2/+2 |
2013-09-25 | usb/core/devio.c: Don't reject control message to endpoint with wrong directi... | Kurt Garloff | 1 | -0/+16 |
2013-09-25 | USB: fix substandard locking for the sysfs files | Alan Stern | 1 | -27/+26 |
2013-09-25 | usb: core: implement AMD remote wakeup quirk | Huang Rui | 2 | -0/+40 |
2013-09-23 | usbcore: check usb device's state before sending a Set SEL control transfer | Xenia Ragiadakou | 1 | -0/+3 |
2013-09-17 | usbcore: fix read of usbdevfs_ctrltransfer fields in proc_control() | Xenia Ragiadakou | 1 | -4/+2 |
2013-09-17 | usbcore: fix incorrect type in assignment in usb_set_lpm_parameters() | Xenia Ragiadakou | 1 | -2/+2 |
2013-09-17 | usbcore: set lpm_capable field for LPM capable root hubs | Xenia Ragiadakou | 3 | -1/+8 |
2013-09-17 | usb-core: Make usb_free_streams return an error | Hans de Goede | 1 | -4/+7 |
2013-09-17 | USB: see if URB comes from a completion handler | Alan Stern | 1 | -0/+2 |
2013-08-30 | usbcore: fix incorrect type in assignment in descriptors_changed() | Xenia Ragiadakou | 1 | -3/+3 |
2013-08-30 | usbcore: compare and release one bos descriptor in usb_reset_and_verify_device() | Xenia Ragiadakou | 1 | -2/+21 |
2013-08-25 | USB: core: be specific about attribute permissions | Greg Kroah-Hartman | 4 | -197/+166 |
2013-08-23 | USB: core: use DRIVER_ATTR_RW() | Greg Kroah-Hartman | 1 | -15/+13 |
2013-08-23 | usb: don't use bNbrPorts after initialization | Krzysztof Mazur | 1 | -7/+5 |
2013-08-23 | usb: fail on usb_hub_create_port_device() errors | Krzysztof Mazur | 1 | -2/+8 |
2013-08-23 | usb: fix cleanup after failure in hub_configure() | Krzysztof Mazur | 1 | -0/+1 |
2013-08-15 | Merge tag 'for-usb-2013-08-15-step-1' into for-usb-next | Sarah Sharp | 3 | -20/+13 |
2013-08-15 | usb: Don't fail port power resume on device disconnect. | Sarah Sharp | 1 | -8/+5 |
2013-08-15 | usb: don't check pm qos NO_POWER_OFF flag in usb_port_suspend() | Lan Tianyu | 1 | -12/+2 |
2013-08-15 | USB: handle LPM errors during device suspend correctly | Alan Stern | 1 | -33/+38 |
2013-08-14 | usb: add two quirky touchscreen | Oliver Neukum | 1 | -0/+6 |
2013-08-14 | usb: rh_call_control tbuf overflow fix | Sean O. Stalley | 1 | -7/+17 |
2013-08-12 | usb/hcd: Log error code if reset() fails | Mark Brown | 1 | -1/+1 |
2013-08-12 | usb: config->desc.bLength may not exceed amount of data returned by the device | Hans de Goede | 1 | -1/+2 |
2013-08-12 | USB: introduce usb_device_no_sg_constraint() helper | Ming Lei | 1 | -1/+2 |
2013-08-12 | USB: HCD: support giveback of URB in tasklet context | Ming Lei | 1 | -30/+117 |
2013-08-03 | usb: fix some scripts/kernel-doc warnings | Yacine Belkadi | 9 | -83/+165 |
2013-07-31 | USB: handle LPM errors during device suspend correctly | Alan Stern | 1 | -22/+26 |
2013-07-31 | USB: refactor code for enabling/disabling remote wakeup | Alan Stern | 1 | -52/+46 |
2013-07-31 | USB: simplify the interface of usb_get_status() | Alan Stern | 2 | -12/+11 |
2013-07-31 | usb: core: don't try to reset_device() a port that got just disconnected | Julius Werner | 1 | -2/+3 |