MicrosoftDocs / WSL

Source code behind the Windows Subsystem for Linux documentation.
https://docs.microsoft.com/windows/wsl
Other
1.88k stars 554 forks source link

The latest version of usbipd(v4) has change its command line interface #1878

Closed zjhken closed 6 months ago

zjhken commented 6 months ago

Documentation Issue

usbipd wsl list should change to usbipd list and before attach to wsl, should bind the device first, run usbipd bind -b <BUSID> in admin mode. and the attach command changed as well, the new one is usbipd attach -w --busid <BUSID>

Link to documentation page

https://learn.microsoft.com/en-us/windows/wsl/connect-usb

Suggested Improvements

usbipd wsl list should change to usbipd list and before attach to wsl, should bind the device first, run usbipd bind -b <BUSID> in admin mode. and the attach command changed as well, the new one is usbipd attach -w --busid <BUSID>

mattwojo commented 6 months ago

Thanks for filing. Resolved in https://github.com/MicrosoftDocs/WSL/pull/1870