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
*
usb: core: safely deal with the dynamic quirk lists
Harry Pan
2018-09-20
1
-1
/
+2
*
USB: handle NULL config in usb_find_alt_setting()
Alan Stern
2018-09-20
1
-0
/
+2
*
USB: fix error handling in usb_driver_claim_interface()
Alan Stern
2018-09-20
1
-0
/
+15
*
USB: remove LPM management from usb_driver_claim_interface()
Alan Stern
2018-09-20
1
-15
/
+0
*
USB: usbdevfs: restore warning for nonsensical flags
Oliver Neukum
2018-09-20
1
-0
/
+5
*
USB: usbdevfs: sanitize flags more
Oliver Neukum
2018-09-20
1
-3
/
+16
*
usb: Change usb_of_get_companion_dev() place to usb/common
Yoshihiro Shimoda
2018-09-10
1
-26
/
+0
*
usb: Avoid use-after-free by flushing endpoints early in usb_set_interface()
Mathias Nyman
2018-09-05
1
-0
/
+11
*
usb: Don't die twice if PCI xhci host is not responding in resume
Mathias Nyman
2018-09-05
1
-2
/
+0
*
USB: Add quirk to support DJI CineSSD
Tim Anderson
2018-09-05
1
-0
/
+3
*
USB: add quirk for WORLDE Controller KS49 or Prodipe MIDI 49C USB controller
Maxence Duprès
2018-09-05
1
-0
/
+4
*
Merge tag 'usb-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2018-08-18
3
-6
/
+50
|
\
|
*
Merge 4.18-rc7 into usb-next
Greg Kroah-Hartman
2018-07-30
1
-2
/
+6
|
|
\
|
*
\
Merge 4.18-rc5 into usb-next
Greg Kroah-Hartman
2018-07-16
1
-0
/
+4
|
|
\
\
|
*
|
|
usb: usbfs: use irqsave() in USB's complete callback
Sebastian Andrzej Siewior
2018-06-28
1
-2
/
+3
|
*
|
|
usb: core: use irqsave() in sg_complete() complete callback
Sebastian Andrzej Siewior
2018-06-28
1
-4
/
+5
|
*
|
|
USB: Report wakeup events on root-hub ports
Alan Stern
2018-06-25
1
-0
/
+42
*
|
|
|
Merge tag 'leds-for-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2018-08-14
1
-21
/
+13
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
usb: simplify usbport trigger
Uwe Kleine-König
2018-07-05
1
-20
/
+11
|
*
|
|
leds: triggers: let struct led_trigger::activate() return an error code
Uwe Kleine-König
2018-07-05
1
-3
/
+4
|
|
/
/
*
|
/
usb: core: handle hub C_PORT_OVER_CURRENT condition
Bin Liu
2018-07-21
1
-2
/
+6
|
|
/
|
/
|
*
|
usb: quirks: add delay quirks for Corsair Strafe
Nico Sneck
2018-07-06
1
-0
/
+4
|
/
*
treewide: kzalloc() -> kcalloc()
Kees Cook
2018-06-13
1
-1
/
+1
*
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2018-06-13
2
-6
/
+7
*
Merge tag 'driver-core-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2018-06-06
1
-0
/
+1
|
\
|
*
driver core: hold dev's parent lock when needed
Martin Liu
2018-05-31
1
-0
/
+1
*
|
USB: core: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
2018-05-31
1
-21
/
+5
*
|
usb: hub: Per-port setting to reduce TRSTRCY to 10 ms
Nicolas Boichat
2018-05-31
1
-1
/
+5
*
|
usb: hub: Per-port setting to use old enumeration scheme
Nicolas Boichat
2018-05-31
3
-4
/
+33
*
|
usb: core: message: remove extra endianness conversion in usb_set_isoch_delay
Ruslan Bilovol
2018-05-31
1
-1
/
+1
*
|
Merge 4.17-rc4 into usb-next
Greg Kroah-Hartman
2018-05-08
1
-1
/
+3
|
\
\
|
*
|
USB: Accept bulk endpoints with 1024-byte maxpacket
Alan Stern
2018-05-03
1
-1
/
+3
|
|
/
*
|
Merge 4.17-rc3 into usb-next
Greg Kroah-Hartman
2018-04-30
5
-33
/
+110
|
\
|
|
*
usb: core: phy: add the SPDX-License-Identifier and include guard
Martin Blumenstingl
2018-04-23
1
-0
/
+12
|
*
usb: core: phy: add missing forward declaration for "struct device"
Martin Blumenstingl
2018-04-22
1
-0
/
+1
|
*
usb: core: phy: make it a no-op if CONFIG_GENERIC_PHY is disabled
Martin Blumenstingl
2018-04-22
1
-0
/
+3
|
*
usb: core: use phy_exit during suspend if wake up is not supported
Martin Blumenstingl
2018-04-22
3
-3
/
+45
|
*
usb: core: split usb_phy_roothub_{init,alloc}
Martin Blumenstingl
2018-04-22
3
-30
/
+37
|
*
usb: core: phy: fix return value of usb_phy_roothub_exit()
Martin Blumenstingl
2018-04-22
1
-1
/
+1
|
*
usb: core: Add quirk for HP v222w 16GB Mini
Kamil Lulko
2018-04-22
1
-0
/
+3
|
*
USB: Increment wakeup count on remote wakeup.
Ravi Chandra Sadineni
2018-04-22
2
-1
/
+10
*
|
usb: do not reset if a low-speed or full-speed device timed out
Maxim Moseychuk
2018-04-25
1
-1
/
+3
*
|
usb: core: hcd: mark expected switch fall-through
Gustavo A. R. Silva
2018-04-23
1
-0
/
+1
*
|
USB: USB 3.2 Add sysfs entries for a usb device rx_lanes and tx_lanes
Mathias Nyman
2018-04-22
1
-0
/
+22
*
|
USB: show USB 3.2 Dual-lane devices as Gen Xx2 during device enumeration
Mathias Nyman
2018-04-22
1
-2
/
+5
*
|
usb: set root hub lane counts
Mathias Nyman
2018-04-22
1
-0
/
+5
*
|
USB: Add support to store lane count used by USB 3.2
Mathias Nyman
2018-04-22
1
-0
/
+8
*
|
usb: define HCD_USB32 speed option for hosts that support USB 3.2 dual-lane
Mathias Nyman
2018-04-22
1
-0
/
+3
*
|
usb: hub: Don't wait for connect state at resume for powered-off ports
Dominik Bozek
2018-04-22
1
-0
/
+4
*
|
USB: core: hcd: drop support for legacy phys
Johan Hovold
2018-04-22
1
-35
/
+3
|
/
[next]