Hello man. I need to have some specific information regarding your tool called "android_external_usbip" from here : https://github.com/trevd/android_external_usbip I may need to install it,to accomplish the project that I'm working on. What I want to do is export an USB device from Linux and import it inside a specific version of Android,version 7.1.1 and I'm forced to use that. I can't use another version of Android. Basically on Linux is attached one USB to PCI controller that has 4 ports : 06:00.0 USB controller: Renesas Electronics Corp. uPD720202 USB 3.0 Host Controller (rev 02) 07:00.0 USB controller: Renesas Electronics Corp. uPD720202 USB 3.0 Host Controller (rev 02) 08:00.0 USB controller: Renesas Electronics Corp. uPD720202 USB 3.0 Host Controller (rev 02) 09:00.0 USB controller: Renesas Electronics Corp. uPD720202 USB 3.0 Host Controller (rev 02) On the port 6 I have attached a mouse and I've passed it to the Linux VM using the bhyve hypervisor. So I want to export that port or the whole USB controller with the devices attached to another VM,this time is Android 7,with the goal to move the mouse inside the Desktop Environment of Android. If I have understood well,this can be done using your tool. Another aspect that I didn't understand is in the scenario that I've explained,does your tool act as a client and server ? Because I read that there is only the client. But I need to install the client on Android and the server on Linux... Thanks. -- Mario.