gitextract_pucyyekq/ ├── README.md ├── c/ │ ├── LICENSE │ ├── Makefile │ ├── Makefile.cross │ ├── cdc-acm.c │ ├── hid-keyboard.c │ ├── hid-mouse.c │ ├── usbip.c │ └── usbip.h ├── doc/ │ └── usbip_protocol.txt └── python/ ├── LICENSE ├── USBIP.py ├── hid-keyboard.py └── hid-mouse.py