haimgel / display-switch

Turn a $30 USB switch into a full-featured multi-monitor KVM switch
https://haim.dev/posts/2020-07-28-dual-monitor-kvm/
MIT License
2.85k stars 112 forks source link

Instructions on finding USB device ID #16

Closed cocowalla closed 3 years ago

cocowalla commented 3 years ago

It will not be obvious to some how to find the USB device ID, so it would be great to add a section to the readme for this. Would you accept a PR for this? (I can do it for Windows, not MacOS tho)

kcorey commented 3 years ago

On a Mac...install home-brew. (https://brew.sh). Use a regular keyboard not attached to the faux kvm.

Open a terminal.

brew install lsusb

$ lsusb > a

$ lsusb > b $ opendiff a b The lines that are highlighted should show you which usb ID to pay attention to.
haimgel commented 3 years ago

@cocowalla of course, I'd gladly accept a PR for documentation improvements, I agree this info is missing.

cocowalla commented 3 years ago

Fixed by #23