Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,14 +200,14 @@ Listing devices:
usbipd list
```

Binding the Speed Editor (persists reboot, your BUSID will be different to mine):
Binding the Speed Editor (persists reboot):
```bash
sudo usbipd bind --busid=4-9
sudo usbipd bind -i 1edb:da0e
```

Attaching to WSL (does not persist reboot):
```bash
sudo usbipd attach --wsl --busid=4-9
sudo usbipd attach --wsl -i 1edb:da0e
```

To confirm w/ [lshid](https://github.com/FFY00/lshid) within WSL:
Expand Down
Loading