index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
core
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'usb-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2019-03-07
15
-91
/
+234
|
\
|
*
usb: core: make default autosuspend delay configurable
Mans Rullgard
2019-03-01
2
-2
/
+14
|
*
usb: core: Fix typo in description of "authorized_default"
Jakub Wilk
2019-02-27
1
-1
/
+1
|
*
usb: core: add option of only authorizing internal devices
Dmitry Torokhov
2019-02-22
2
-27
/
+57
|
*
usb: core: Replace hardcoded check with inline function from usb.h
Keyur Patel
2019-02-20
1
-1
/
+1
|
*
usb: core: skip interfaces disabled in devicetree
Mans Rullgard
2019-02-20
1
-0
/
+7
|
*
usb: core: config: Use struct_size() in kzalloc()
Gustavo A. R. Silva
2019-02-19
1
-3
/
+3
|
*
USB: Fix configuration selection issues introduced in v4.20.0
Nikolay Yakimov
2019-02-08
1
-19
/
+25
|
*
usb: handle warm-reset port requests on hub resume
Jan-Marek Glogowski
2019-02-08
1
-0
/
+7
|
*
usb: core: Move variable initialization to appropriate place
Suwan Kim
2019-02-04
1
-2
/
+1
|
*
usb: core: comply to PHY framework
Miquel Raynal
2019-01-30
3
-0
/
+35
|
*
Merge 5.0-rc4 into usb-next
Greg Kroah-Hartman
2019-01-28
1
-7
/
+10
|
|
\
|
*
|
USB: add missing SPDX lines to Kconfig and Makefiles
Greg Kroah-Hartman
2019-01-22
1
-0
/
+1
|
*
|
USB: Consolidate LPM checks to avoid enabling LPM twice
Kai-Heng Feng
2019-01-18
3
-13
/
+13
|
*
|
USB: Add new USB LPM helpers
Kai-Heng Feng
2019-01-18
5
-11
/
+30
|
*
|
usb: hub: add retry routine after intr URB submit error
Nicolas Saenz Julienne
2019-01-18
2
-6
/
+39
|
*
|
Merge 5.0-rc2 into usb-next
Greg Kroah-Hartman
2019-01-15
2
-4
/
+8
|
|
\
\
|
*
|
|
USB: core: urb: Use struct_size() in kmalloc()
Gustavo A. R. Silva
2019-01-08
1
-3
/
+2
|
*
|
|
usb: devio: update max count of DPs per interval for ISOC
Chunfeng Yun
2019-01-07
1
-5
/
+3
|
*
|
|
usb: core: Simplify return value of usb_get_configuration()
Suwan Kim
2019-01-07
1
-4
/
+1
*
|
|
|
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
2019-02-25
1
-63
/
+100
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
usb: assign ACPI companions for embedded USB devices
Dmitry Torokhov
2019-01-25
1
-9
/
+35
|
*
|
|
usb: split code locating ACPI companion into port and device
Dmitry Torokhov
2019-01-25
1
-61
/
+72
|
|
|
/
|
|
/
|
*
/
|
USB: leds: fix regression in usbport led trigger
Christian Lamparter
2019-01-18
1
-7
/
+10
|
/
/
*
|
USB: Add USB_QUIRK_DELAY_CTRL_MSG quirk for Corsair K70 RGB
Jack Stocker
2019-01-07
1
-1
/
+2
*
|
usbcore: Select only first configuration for non-UAC3 compliant devices
Saranya Gopal
2019-01-07
1
-3
/
+6
|
/
*
Remove 'type' argument from access_ok() function
Linus Torvalds
2019-01-04
2
-5
/
+4
*
usb: core: Remove unnecessary memset()
Suwan Kim
2018-12-12
1
-2
/
+0
*
Merge 4.20-rc6 into usb-next
Greg Kroah-Hartman
2018-12-10
3
-5
/
+10
|
\
|
*
USB: check usb_get_extra_descriptor for proper size
Mathias Payer
2018-12-05
2
-4
/
+4
|
*
usb: quirk: add no-LPM quirk on SanDisk Ultra Flair device
Harry Pan
2018-12-05
1
-0
/
+4
|
*
USB: Fix invalid-free bug in port_over_current_notify()
Alan Stern
2018-12-05
1
-1
/
+2
*
|
usb: hub: delay hub autosuspend if USB3 port is still link training
Mathias Nyman
2018-12-05
1
-0
/
+10
|
/
*
usb: core: quirks: add RESET_RESUME quirk for Cherry G230 Stream series
Michael Niewöhner
2018-11-26
1
-0
/
+3
*
usb: core: Fix hub port connection events lost
Dennis Wassenberg
2018-11-14
1
-1
/
+3
*
USB: quirks: Add no-lpm quirk for Raydium touchscreens
Kai-Heng Feng
2018-11-07
1
-0
/
+5
*
usb: quirks: Add delay-init quirk for Corsair K70 LUX RGB
Emmanuel Pescosta
2018-11-07
1
-0
/
+3
*
USB: Wait for extra delay time after USB_PORT_FEAT_RESET for quirky hub
Kai-Heng Feng
2018-11-07
2
-3
/
+17
*
Merge tag 'usb-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2018-10-26
7
-27
/
+84
|
\
|
*
USB: core: remove set but not used variable 'udev'
YueHaibing
2018-10-09
1
-3
/
+0
|
*
usb: core: fix memory leak on port_dev_path allocation
Colin Ian King
2018-10-09
1
-1
/
+3
|
*
usb: export firmware port location in sysfs
Bjørn Mork
2018-10-02
1
-0
/
+10
|
*
usb: hub: try old enumeration scheme first for high speed devices
Zeng Tao
2018-10-02
1
-1
/
+3
|
*
Merge 4.19-rc6 into usb-next
Greg Kroah-Hartman
2018-09-30
4
-18
/
+39
|
|
\
|
*
|
usb: core: added uevent for over-current
Jon Flatley
2018-09-28
1
-0
/
+36
|
*
|
usbcore: Select UAC3 configuration for audio if present
Saranya Gopal
2018-09-20
1
-0
/
+27
|
*
|
Merge 4.19-rc4 into usb-next
Greg Kroah-Hartman
2018-09-16
4
-28
/
+18
|
|
\
\
|
*
|
|
usb: core: remove flags variable in __usb_hcd_giveback_urb()
Sebastian Andrzej Siewior
2018-09-11
1
-1
/
+0
|
*
|
|
usb: core: phy: clean up return value check about devm_of_phy_get_by_index()
Chunfeng Yun
2018-09-10
1
-3
/
+4
|
*
|
|
USB: Removing NULL check for pool since dma_pool_destroy is safe
Salil Kapur
2018-09-10
1
-6
/
+2
[next]