index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
core
/
hub.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge 6.9-rc7 into usb-next
Greg Kroah-Hartman
2024-05-10
1
-2
/
+3
|
\
|
*
usb: Fix regression caused by invalid ep0 maxpacket in virtual SuperSpeed device
Alan Stern
2024-04-30
1
-2
/
+3
*
|
usb: core: Remove the useless struct usb_devmap which is just a bitmap
Christophe JAILLET
2024-05-04
1
-5
/
+4
*
|
Merge 6.9-rc2 into usb-next
Greg Kroah-Hartman
2024-04-01
1
-7
/
+16
|
\
|
|
*
USB: core: Add hub_get() and hub_put() routines
Alan Stern
2024-03-26
1
-7
/
+16
*
|
usb: misc: onboard_hub: rename to onboard_dev
Javier Carrasco
2024-03-27
1
-4
/
+4
|
/
*
Merge 6.8-rc3 into usb-next
Greg Kroah-Hartman
2024-02-04
1
-14
/
+32
|
\
|
*
USB: hub: check for alternate port before enabling A_ALT_HNP_SUPPORT
Oliver Neukum
2024-01-27
1
-11
/
+19
|
*
usb: core: Prevent null pointer dereference in update_port_device_state
Udipto Goswami
2024-01-27
1
-3
/
+13
*
|
usb: core: add phy notify connect and disconnect
Stanley Chang
2024-01-27
1
-0
/
+29
|
/
*
usb: hub: Add quirk to decrease IN-ep poll interval for Microchip USB491x hub
Hardik Gajjar
2023-12-06
1
-0
/
+29
*
usb: hub: Replace hardcoded quirk value with BIT() macro
Hardik Gajjar
2023-12-06
1
-2
/
+2
*
Merge 6.7-rc3 into usb-next
Greg Kroah-Hartman
2023-11-27
1
-23
/
+0
|
\
|
*
Revert "usb: phy: add usb phy notify port status API"
Johan Hovold
2023-11-06
1
-23
/
+0
*
|
usb: new quirk to reduce the SET_ADDRESS request timeout
Hardik Gajjar
2023-11-23
1
-2
/
+13
*
|
usb: xhci: Add timeout argument in address_device USB HCD callback
Hardik Gajjar
2023-11-23
1
-1
/
+1
|
/
*
usb: Inform the USB Type-C class about enumerated devices
Heikki Krogerus
2023-10-16
1
-0
/
+4
*
usb: hub: Guard against accesses to uninitialized BOS descriptors
Ricardo CaƱuelo
2023-10-02
1
-3
/
+22
*
USB: core: Fix oversight in SuperSpeed initialization
Alan Stern
2023-08-12
1
-12
/
+24
*
USB: Remove remnants of Wireless USB and UWB
Alan Stern
2023-08-09
1
-110
/
+45
*
USB: core: Fix race by not overwriting udev->descriptor in hub_port_init()
Alan Stern
2023-08-08
1
-44
/
+70
*
USB: core: Change usb_get_device_descriptor() API
Alan Stern
2023-08-08
1
-21
/
+23
*
USB: core: Unite old scheme and new scheme descriptor reads
Alan Stern
2023-08-08
1
-79
/
+94
*
usb: phy: add usb phy notify port status API
Stanley Chang
2023-07-26
1
-0
/
+23
*
usb: core: add sysfs entry for usb device state
Roy Luo
2023-06-13
1
-0
/
+15
*
USB: core: Don't hold device lock while reading the "descriptors" sysfs file
Alan Stern
2023-01-31
1
-3
/
+2
*
usb: core: hub: disable autosuspend for TI TUSB8041
Flavio Suligoi
2023-01-17
1
-0
/
+13
*
usb: core: stop USB enumeration if too many retries
Ray Chi
2022-11-08
1
-0
/
+60
*
USB: core: Fix RST error in hub.c
Alan Stern
2022-09-05
1
-1
/
+1
*
USB: core: Prevent nested device-reset calls
Alan Stern
2022-08-30
1
-0
/
+10
*
usb: core: hub: Create platform devices for onboard hubs in hub_probe()
Matthias Kaehlcke
2022-07-08
1
-1
/
+8
*
usb: Avoid extra usb SET_SEL requests when enabling link power management
Mathias Nyman
2022-06-12
1
-39
/
+21
*
usb: hub: port: add sysfs entry to switch port power
Michael Grzeschik
2022-06-12
1
-19
/
+20
*
usb: hub: Simplify error and success path in port_over_current_notify
Bhuvanesh Surachari
2022-05-19
1
-5
/
+3
*
usb: remove third argument of usb_maxpacket()
Vincent Mailhol
2022-04-23
1
-1
/
+1
*
usb: remove Link Powermanagement (LPM) disable before port reset.
Mathias Nyman
2022-02-17
1
-12
/
+1
*
usb: core: Bail out when port is stuck in reset loop
Kai-Heng Feng
2022-01-26
1
-2
/
+6
*
USB: core: Fix bug in resuming hub's handling of wakeup requests
Alan Stern
2022-01-03
1
-1
/
+1
*
usb: hub: Add delay for SuperSpeed hub resume to let links transit to U0
Kai-Heng Feng
2021-12-17
1
-1
/
+4
*
usb: hub: make wait_for_connected() take an int instead of a pointer to int
Dan Carpenter
2021-12-17
1
-3
/
+3
*
usb: hub: avoid warm port reset during USB3 disconnect
Mathias Nyman
2021-12-15
1
-5
/
+19
*
usb: hub: Fix locking issues with address0_mutex
Mathias Nyman
2021-11-23
1
-8
/
+12
*
usb: hub: Fix usb enumeration issue due to address0 race
Mathias Nyman
2021-11-17
1
-3
/
+11
*
usb: hub: Disable USB 3 device initiated lpm if exit latency is too high
Mathias Nyman
2021-07-21
1
-12
/
+56
*
usb: hub: Fix link power management max exit latency (MEL) calculations
Mathias Nyman
2021-07-21
1
-24
/
+28
*
Merge tag 'v5.13-rc7' into usb-next
Greg Kroah-Hartman
2021-06-21
1
-0
/
+7
|
\
|
*
usb: core: hub: Disable autosuspend for Cypress CY7C65632
Andrew Lunn
2021-06-17
1
-0
/
+7
*
|
driver core: Move the "removable" attribute from USB to core
Rajat Jain
2021-05-27
1
-6
/
+7
*
|
USB: Verify the port status when timeout happens during port suspend
Chris Chiu
2021-05-21
1
-0
/
+21
|
/
*
usb: core: hub: fix race condition about TRSMRCY of resume
Chunfeng Yun
2021-05-13
1
-3
/
+3
[next]