github vadimgrn/usbip-win2 v.0.9.5.1
usbip-win2 UDE 0.9.5.1

latest releases: v.0.9.7.4, V.0.9.7.3, v.0.9.7.2...
pre-release2 years ago
  • libusbip is shipped as DLL
  • The installer has option to install VC++ runtime libraries
  • usbip detach --all must be used to detach all devices, detach -p 0 or detach -p -1 are no longer valid commands
  • New feature - attach remote devices each time the driver is loaded or on demand
    • usbip port --stash saves 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 --stash saves all currently attached devices
      • usbip port --stash 1 2 saves attached devices on the given ports, if any
      • If the output is empty, empty list will be saved
    • usbip list --stashed shows devices saved by usbip port --stash
    • usbip attach --stashed will attach to devices saved by usbip port --stash
    • Devices saved by usbip port --stash will 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.)

Don't miss a new usbip-win2 release

NewReleases is sending notifications on new releases.