Skip to content

Commit f208ce4

Browse files
committed
Merge tag 'thunderbolt-for-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt into usb-linus
Mika writes: "thunderbolt: Fix for v6.0 final This includes a single fix from Mario that resets the plug event delay back to the USB4 spec value. This has been in linux-next with no reported issues." * tag 'thunderbolt-for-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt: thunderbolt: Explicitly reset plug events delay back to USB4 spec value
2 parents f76349c + 31f87f7 commit f208ce4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/thunderbolt/switch.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2413,6 +2413,7 @@ int tb_switch_configure(struct tb_switch *sw)
24132413
* additional capabilities.
24142414
*/
24152415
sw->config.cmuv = USB4_VERSION_1_0;
2416+
sw->config.plug_events_delay = 0xa;
24162417

24172418
/* Enumerate the switch */
24182419
ret = tb_sw_write(sw, (u32 *)&sw->config + 1, TB_CFG_SWITCH,

0 commit comments

Comments
 (0)