update repo usbip-win2

This commit is contained in:
2026-02-19 09:09:32 +01:00
parent e2a97fa774
commit e2b853840d
3 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -31,7 +31,7 @@ func FindUsbipExe() (string, error) {
return x86Path, nil
}
return "", fmt.Errorf("usbip.exe nicht gefunden. Bitte usbip-win2 installieren: https://github.com/cezanne/usbip-win2/releases")
return "", fmt.Errorf("usbip.exe nicht gefunden. Bitte usbip-win2 installieren: https://github.com/vadimgrn/usbip-win2/releases")
}
// IsVHCIAvailable checks if usbip-win2 is installed
@@ -46,7 +46,7 @@ func VHCIUnavailableError() error {
if IsVHCIAvailable() {
return nil
}
return fmt.Errorf("usbip-win2 nicht installiert. Der Use-Modus benoetigt den usbip-win2 VHCI-Treiber. Download: https://github.com/cezanne/usbip-win2/releases")
return fmt.Errorf("usbip-win2 nicht installiert. Der Use-Modus benoetigt den usbip-win2 VHCI-Treiber. Download: https://github.com/vadimgrn/usbip-win2/releases")
}
// DetachDevice detaches a device from the VHCI driver using usbip.exe