Hi,
How do you determine whether or not a laptop is docked? I have a Lenovo W520 with the standard Lenovo docking station.
I tried looking at dmesg, and saw the following, conceivably after I disconnected the dock:
So how do I find the device that I would need to manipulate in devd.conf?
thanks.
How do you determine whether or not a laptop is docked? I have a Lenovo W520 with the standard Lenovo docking station.
I tried looking at dmesg, and saw the following, conceivably after I disconnected the dock:
Code:
uhid0 on uhub4
uhid0: <vendor 0x0765 product 0x5001, class 0/0, rev 1.10/0.01, addr 3> on usbus0
ums0 on uhub4
ums0: <MOSART Semi. 2.4G Keyboard Mouse, class 0/0, rev 1.10/1.02, addr 4> on usbus0
ums0: 5 buttons and [XYZT] coordinates ID=3
ugen0.5: <vendor 0x17ef product 0x100a> at usbus0 (disconnected)
uhub5: at uhub4, port 5, addr 5 (disconnected)
uhub5: detached
em0: link state changed to DOWN
So how do I find the device that I would need to manipulate in devd.conf?
thanks.