Skip to content

Commit 2af0fc7

Browse files
author
Alexander Brinkman
committed
Updated README
1 parent fccf4bf commit 2af0fc7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ Make sure you have a Python environment, with the required packages present. Or
4848
./usbipd.py bind --bus-id <bus-id>
4949
```
5050

51+
Note that the application requires a bus-id, but the bindings are actually stored using the device's VID:PID:serial for persistence, so device binding remains valid even
52+
if the bus-id changes. Devices without a serial number are matched by VID:PID only.
53+
5154
3. Start the USBIP server:
5255

5356
```bash

0 commit comments

Comments
 (0)