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