Skip to content

Commit

Permalink
Add proper USB/IP client source code from cezanne/usbip-win
Browse files Browse the repository at this point in the history
Addresses one part of #19
  • Loading branch information
cmdli committed Dec 8, 2022
1 parent e05aa21 commit 215f2a8
Show file tree
Hide file tree
Showing 18 changed files with 25,267 additions and 25,262 deletions.
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

[submodule "usbip/usbip-win"]
path = usbip/usbip-win
url = https://github.com/cezanne/usbip-win
2 changes: 1 addition & 1 deletion cmd/demo/exec_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ import "os/exec"

// Execute USB IP attach for Windows
func platformUSBIPExec() *exec.Cmd {
return exec.Command("./usbip/usbip.exe", "attach", "-r", "127.0.0.1", "-b", "2-2")
return exec.Command("./usbip/bin/usbip.exe", "attach", "-r", "127.0.0.1", "-b", "2-2")
}
File renamed without changes.
Loading

0 comments on commit 215f2a8

Please sign in to comment.