- libusbip is shipped as DLL
- The installer has option to install VC++ runtime libraries
usbip detach --allmust be used to detach all devices,detach -p 0ordetach -p -1are no longer valid commands- New feature - attach remote devices each time the driver is loaded or on demand
usbip port --stashsaves listed devices as multi-string value of key "PersistentDevices" in HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\usbip2_ude\Parameters- Only devices listed by the command will be saved, for example
usbip port --stashsaves all currently attached devicesusbip port --stash 1 2saves attached devices on the given ports, if any- If the output is empty, empty list will be saved
usbip list --stashedshows devices saved byusbip port --stashusbip attach --stashedwill attach to devices saved byusbip port --stash- Devices saved by
usbip port --stashwill be attached each time the driver is loaded- The driver will try to attach a device indefinitely if a connection with a server cannot be established
- Maximum delay between attempts is 30 minutes
- The driver stops attempts to attach the device if it is removed from "PersistentDevices"
- The driver will not try to reattach the device if the connection was established but closed later (the server was rebooted, etc.)