smulikHakipod / USB-Emulation

Emulates USB Devices In Python
Other
213 stars 127 forks source link

How do I change to my own USB device #2

Open fangliangs opened 4 years ago

fangliangs commented 4 years ago

How do I change to my own USB device usbPath='/sys/devices/pci0000:00/0000:00:01.2/usb1/1-1', busID='1-1', /sys/devices/pci0000:00/0000:00:01.2/usb1/1-1 How do I determine my device

smulikHakipod commented 4 years ago

I don't fully understand what you are trying to do. https://www.geeksforgeeks.org/lsusb-command-in-linux-with-examples/ Is that it?

DavidBerdik commented 4 years ago

@smulikHakipod I am interested in doing this as well. I have a webcam on my computer that I want to fake a copy of so that I can connect my webcam to a virtual machine using VMware without disconnecting the physical webcam from the host system.