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
2015-10-04
usb: Add device quirk for Logitech PTZ cameras
Vincent Palatin
1
-0
/
+7
2015-10-04
USB: Add reset-resume quirk for two Plantronics usb headphones.
Yao-Wen Mao
1
-0
/
+6
2015-09-21
usb: Use the USB_SS_MULT() macro to get the burst multiplier.
Mathias Nyman
1
-2
/
+3
2015-08-18
Revert "usb: interface authorization: Introduces the default interface author...
Greg Kroah-Hartman
2
-48
/
+0
2015-08-18
Revert "usb: interface authorization: Control interface probing and claiming"
Greg Kroah-Hartman
1
-8
/
+0
2015-08-18
Revert "usb: interface authorization: Introduces the USB interface authorizat...
Greg Kroah-Hartman
2
-40
/
+0
2015-08-18
Revert "usb: interface authorization: SysFS part of USB interface authorization"
Greg Kroah-Hartman
1
-36
/
+0
2015-08-18
Revert "usb: interface authorization: Use a flag for the default device autho...
Greg Kroah-Hartman
2
-22
/
+11
2015-08-14
usb: core: hub: Removed some warnings generated by checkpatch.pl
Chase Metzger
1
-12
/
+12
2015-08-14
usb: interface authorization: Use a flag for the default device authorization
Stefan Koch
2
-11
/
+22
2015-08-14
usb: interface authorization: SysFS part of USB interface authorization
Stefan Koch
1
-0
/
+36
2015-08-14
usb: interface authorization: Introduces the USB interface authorization
Stefan Koch
2
-0
/
+40
2015-08-14
usb: interface authorization: Control interface probing and claiming
Stefan Koch
1
-0
/
+8
2015-08-14
usb: interface authorization: Introduces the default interface authorization
Stefan Koch
2
-0
/
+48
2015-08-14
usb: hub: remove assignment from if condition
Kris Borer
1
-2
/
+2
2015-08-14
usb: endpoint: convert spaces to tabs
Kris Borer
1
-1
/
+1
2015-08-14
usb: otg_whitelist: remove whitespace
Kris Borer
1
-1
/
+1
2015-08-08
usb: core: hub.c: Removed some warnings generated by checkpatch.pl
Chase Metzger
1
-20
/
+20
2015-08-08
usb: devio: fix spacing
Kris Borer
1
-2
/
+2
2015-08-05
usb: devio: remove assignment from if condition
Kris Borer
1
-5
/
+10
2015-07-27
Merge 4.2-rc4 into usb-next
Greg Kroah-Hartman
3
-3
/
+7
2015-07-22
usbcore: add sysfs support to xHCI usb3 hardware LPM
Kevin Strasser
2
-0
/
+35
2015-07-22
usb: move assignment out of if condition
Kris Borer
1
-6
/
+13
2015-07-22
usb: fix coding style issue
Kris Borer
1
-0
/
+1
2015-07-22
usb: core: lpm: set lpm_capable for root hub device
Lu Baolu
3
-3
/
+7
2015-06-02
Merge tag 'usb-for-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...
Greg Kroah-Hartman
1
-0
/
+20
2015-05-31
usb: core: Fix USB 3.0 devices lost in NOTATTACHED state after a hub port reset
Robert Schlabbach
1
-49
/
+33
2015-05-24
USB: devio: fix a condition in async_completed()
Dan Carpenter
1
-1
/
+1
2015-05-18
Merge 4.1-rc4 into usb-next
Greg Kroah-Hartman
1
-0
/
+3
2015-05-13
usb: add bus type for USB ULPI
Heikki Krogerus
1
-0
/
+20
2015-05-10
USB: hub.c: move assignment out of if () block
Greg Kroah-Hartman
1
-1
/
+2
2015-05-10
USB: hcd.c: move assignment out of if () block
Greg Kroah-Hartman
1
-1
/
+2
2015-05-10
Usb: core: buffer: fixed the checkpatch warning
Nizam Haider
1
-1
/
+2
2015-05-09
Added another USB product ID for ELAN touchscreen quirks.
Logan Gunthorpe
1
-0
/
+3
2015-05-08
usb: Enable LPM for USB 2.01+ full-speed devices
Rupesh Tatiya
1
-1
/
+1
2015-05-08
usb: Set unused ports to "fixed" rather than "unknown"
Matthew Garrett
1
-0
/
+3
2015-05-08
usb: Prefer firmware values when determining whether a port is removable
Matthew Garrett
1
-15
/
+17
2015-04-10
drivers/usb/core: devio.c: Removed an uneeded space before tab
Chase Metzger
1
-1
/
+1
2015-04-10
Merge tag 'usb-for-v4.1-part2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Greg Kroah-Hartman
1
-2
/
+2
2015-04-07
usb: core: hub: use new USB_RESUME_TIMEOUT
Felipe Balbi
1
-2
/
+2
2015-03-26
USB: Move usb_disabled() towards top of the file
Viresh Kumar
1
-16
/
+16
2015-03-26
USB: Use usb_disabled() consistently
Viresh Kumar
1
-2
/
+2
2015-02-24
USB: usbfs: don't leak kernel data in siginfo
Alan Stern
1
-0
/
+2
2015-02-15
Merge tag 'usb-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
7
-126
/
+114
2015-02-08
USB / PM: Remove unneeded #ifdef and associated dead code
Andreas Ruprecht
1
-12
/
+0
2015-02-03
usb: Retry port status check on resume to work around RH bugs
Julius Werner
1
-3
/
+12
2015-02-03
Revert "usb: Reset USB-3 devices on USB-3 link bounce"
Zhuang Jin Can
1
-25
/
+9
2015-02-02
Merge 3.19-rc7 into usb-next
Greg Kroah-Hartman
2
-0
/
+9
2015-01-31
USB: fix use-after-free bug in usb_hcd_unlink_urb()
Alan Stern
1
-8
/
+8
2015-01-31
USB: add flag for HCDs that can't receive wakeup requests (isp1760-hcd)
Alan Stern
1
-0
/
+12
[next]