Hi, On Thu, Nov 12, 2020 at 07:55:23AM +0100, Christian Eggers wrote: > Hi, > > sorry for asking "user" questions directly to developers. But I didn't find a > better place for asking. > > I own a "hp zbook thunderbolt 3 dock". This docking station has 2 thunderbolt > connectors, the first (primary?) is connected to my personal laptop and the > other port I use for my company's laptop for working at home. It seems that > only one laptop at a time can access the dock peripherals (display port, > ethernet, usb) at a time.
Yes, this is the way the protocol works. Only one host can enumerate a device. > Unfortunately there is no button for selecting the "active" port (like on a > KVM > switch), so the only way for switching between the two laptops is pulling the > cable every time (unplugging the "active" laptop for a short period lets the > dock automatically switch to the "inactive" laptop). > > Is there a possibility to do this "short disconnect" in software (either > - by raising an "unplug" sequence to to the thunderbolt itself, or > - by temporarily removing the thunderbolt controller from the PCI bus)? Not with the currect systems out there. With USB4 and software based connection manager this could be done by disabling the lanes but that is not implemented in the driver. > My concern is that pulling the cables multiple times a day would wear out the > connectors quickly and render my hardware unusable. Additionally I see not > much > value having two connectors on the dock when I have to manually plug cables > anyway (although the dock may offer the ability to establish a "thunderbolt > networking connection" between both laptops). The idea of the two connectors (and with USB4 more than two) is that you can plug more periperals there as a sort of "daisy chain". TBT3 it is up to 6 peripherals and then you can plug in a monitor as 7th device and another host of course to allow networking or so. What I've seen many docks actually only charge at one port so you may need to physically unplug and plug the laptops anyway. The Type-C connectors I've used seem to be pretty durable compared to USB micro-B connectors so hard to imagine that they would "wear out" from this.