| Commit message (Expand) | Author | Age | Files | Lines |
* | usb: Make DELAY_INIT quirk wait 100ms between Get Configuration requests | Julius Werner | 2014-03-07 | 1 | -0/+4 |
* | usb: Add device quirk for Logitech HD Pro Webcams C920 and C930e | Julius Werner | 2014-03-07 | 1 | -0/+4 |
* | usb: core: Fix potential memory leak adding dyn USBdevice IDs | Christian Engelmayer | 2014-02-05 | 1 | -7/+17 |
* | Merge tag 'for-usb-linus-2014-02-04' of git://git.kernel.org/pub/scm/linux/ke... | Greg Kroah-Hartman | 2014-02-04 | 3 | -8/+1 |
|\ |
|
| * | Revert "usbcore: set lpm_capable field for LPM capable root hubs" | Sarah Sharp | 2014-01-22 | 3 | -8/+1 |
* | | Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2014-01-24 | 1 | -21/+20 |
|\ \
| |/
|/| |
|
| * | Merge branch 'acpi-hotplug' | Rafael J. Wysocki | 2014-01-12 | 1 | -20/+20 |
| |\ |
|
| | * | ACPI / bind: Rework struct acpi_bus_type | Rafael J. Wysocki | 2013-12-07 | 1 | -20/+20 |
| * | | Merge branch 'acpi-cleanup' | Rafael J. Wysocki | 2014-01-12 | 1 | -1/+0 |
| |\ \
| | |/ |
|
| | * | ACPI: Clean up inclusions of ACPI header files | Lv Zheng | 2013-12-07 | 1 | -1/+0 |
* | | | usb: core: check for valid id_table when using the RefId feature | Wolfram Sang | 2014-01-13 | 1 | -0/+3 |
* | | | usb: core: bail out if user gives an unknown RefId when using new_id | Wolfram Sang | 2014-01-12 | 1 | -3/+6 |
* | | | usb: core: allow a reference device for new_id | Wolfram Sang | 2014-01-10 | 1 | -3/+15 |
* | | | usb: core: add sanity checks when using bInterfaceClass with new_id | Wolfram Sang | 2014-01-10 | 1 | -1/+4 |
* | | | usb: delete non-required instances of include <linux/init.h> | Paul Gortmaker | 2014-01-08 | 3 | -3/+0 |
* | | | usb:hub set hub->change_bits when over-current happens | Shen Guang | 2014-01-08 | 1 | -1/+2 |
* | | | USB: core: correct spelling mistakes in comments and warning | Rahul Bedarkar | 2014-01-07 | 9 | -13/+14 |
* | | | USB: fix race between hub_disconnect and recursively_mark_NOTATTACHED | Alan Stern | 2014-01-07 | 1 | -5/+9 |
* | | | USB: core: remove CONFIG_USB_DEBUG usage | Greg Kroah-Hartman | 2013-12-21 | 3 | -18/+7 |
* | | | Merge branch 3.13-rc4 into usb-next | Greg Kroah-Hartman | 2013-12-16 | 7 | -56/+86 |
|\ \ \
| |/ /
|/| | |
|
| * | | usb: xhci: change enumeration scheme to 'new scheme' by default | Dan Williams | 2013-12-10 | 1 | -3/+43 |
| * | | usb: core: get config and string descriptors for unauthorized devices | Thomas Pugliese | 2013-12-09 | 2 | -39/+7 |
| * | | usb: core: allow isoc URBs for wireless devices with an interval < 6 | Thomas Pugliese | 2013-12-09 | 1 | -2/+2 |
| * | | Revert "USB: quirks: add touchscreen that is dazzeled by remote wakeup" | Oliver Neukum | 2013-12-08 | 1 | -3/+0 |
| * | | usb: hcd: move controller wakeup setting initialization to individual driver | Peter Chen | 2013-12-08 | 2 | -6/+1 |
| * | | usb: hcd: Initialize USB phy if needed | Valentine Barshak | 2013-12-08 | 1 | -0/+18 |
| * | | usb: hcd: Remove USB phy if needed | Valentine Barshak | 2013-12-08 | 1 | -1/+13 |
| * | | usb: core: Remove superfluous name casts | Geert Uytterhoeven | 2013-12-03 | 1 | -2/+2 |
| |/ |
|
* | | usb: hub: Use correct reset for wedged USB3 devices that are NOTATTACHED | Julius Werner | 2013-12-04 | 1 | -2/+3 |
|/ |
|
* | Merge tag 'pm+acpi-2-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2013-11-20 | 2 | -3/+3 |
|\ |
|
| * | ACPI: Eliminate the DEVICE_ACPI_HANDLE() macro | Rafael J. Wysocki | 2013-11-14 | 2 | -3/+3 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2013-11-15 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | treewide: Fix typo in Kconfig | Masanari Iida | 2013-10-14 | 1 | -1/+1 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2013-11-13 | 1 | -12/+4 |
|\ \ |
|
| * | | consolidate the reassignments of ->f_op in ->open() instances | Al Viro | 2013-10-24 | 1 | -12/+4 |
* | | | USB: change dev_warn about missing reset-resume to dev_dbg | Alan Stern | 2013-10-19 | 1 | -2/+2 |
* | | | Merge tag 'for-usb-next-2013-10-17' of git://git.kernel.org/pub/scm/linux/ker... | Greg Kroah-Hartman | 2013-10-19 | 4 | -9/+49 |
|\ \ \ |
|
| * | | | usb: hub_activate kill an 'else' | Dan Williams | 2013-10-16 | 1 | -7/+4 |
| * | | | usb: Push USB2 LPM disable on disconnect into USB core. | Sarah Sharp | 2013-10-16 | 1 | -0/+4 |
| * | | | xhci: Enable LPM support only for hardwired or BESL devices | Mathias Nyman | 2013-10-16 | 1 | -0/+27 |
| * | | | usb: Don't enable USB 2.0 Link PM by default. | Sarah Sharp | 2013-10-16 | 3 | -2/+8 |
| * | | | usb: Disable USB 2.0 Link PM before device reset. | Sarah Sharp | 2013-10-16 | 1 | -0/+6 |
* | | | | Merge 3.12-rc6 into usb-next. | Greg Kroah-Hartman | 2013-10-19 | 1 | -0/+6 |
|\ \ \ \ |
|
| * | | | | USB: quirks: add touchscreen that is dazzeled by remote wakeup | Oliver Neukum | 2013-10-16 | 1 | -0/+3 |
| * | | | | USB: quirks.c: add one device that cannot deal with suspension | Oliver Neukum | 2013-10-14 | 1 | -0/+3 |
| | |/ /
| |/| | |
|
* | | | | usb: hub: Clear Port Reset Change during init/resume | Julius Werner | 2013-10-16 | 1 | -0/+5 |
* | | | | drivers: usb: core: devio.c: Spaces to tabs for proc_control_compat() | Matthias Beyer | 2013-10-16 | 1 | -10/+10 |
* | | | | drivers: usb: core: devio.c: Spaces to tabs for proc_reapurbnonblock() | Matthias Beyer | 2013-10-16 | 1 | -6/+6 |
| |/ /
|/| | |
|
* | | | usb/hcd: remove unnecessary local_irq_save | Michael Opdenacker | 2013-10-14 | 1 | -15/+0 |
* | | | drivers: usb: core: hub.c: Comments shouldnt be C99 // comment style | Matthias Beyer | 2013-10-11 | 1 | -2/+2 |