mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-04-18 16:17:49 +07:00
staging: usbip: userspace: README: update example output
Change a missed reference to the `list' command, and update the output from `usbip bind ...' and `usbip list -r ...' Signed-off-by: matt mooney <mfm@muteddisk.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
2435ab147b
commit
45dd9a98f7
@ -79,7 +79,7 @@ Physically attach your USB devices to this host.
|
|||||||
In another terminal, let's look up what USB devices are physically
|
In another terminal, let's look up what USB devices are physically
|
||||||
attached to this host.
|
attached to this host.
|
||||||
|
|
||||||
trois:# usbip_bind_driver --list
|
trois:# usbip list -l
|
||||||
Local USB devices
|
Local USB devices
|
||||||
=================
|
=================
|
||||||
- busid 1-1 (05a9:a511)
|
- busid 1-1 (05a9:a511)
|
||||||
@ -115,8 +115,9 @@ Mark the device of busid 3-3.2 as exportable:
|
|||||||
|
|
||||||
trois:# usbip --debug bind --busid 3-3.2
|
trois:# usbip --debug bind --busid 3-3.2
|
||||||
...
|
...
|
||||||
usbip dbg: utils.c: 52 (modify_match_busid) write "add 3-3.2" to...
|
usbip debug: usbip_bind.c:162:[unbind_other] 3-3.2:1.0 -> usb-storage
|
||||||
usbip dbg: usbip_bind.c: 231 (use_device_by_usbip) bind 3-3.2 complete!
|
...
|
||||||
|
bind device on busid 3-3.2: complete
|
||||||
|
|
||||||
trois:# usbip list -l
|
trois:# usbip list -l
|
||||||
Local USB devices
|
Local USB devices
|
||||||
@ -137,6 +138,8 @@ exportable on the host.
|
|||||||
deux:# insmod path/to/vhci-hcd.ko
|
deux:# insmod path/to/vhci-hcd.ko
|
||||||
|
|
||||||
deux:# usbip list --remote 10.0.0.3
|
deux:# usbip list --remote 10.0.0.3
|
||||||
|
Exportable USB devices
|
||||||
|
======================
|
||||||
- 10.0.0.3
|
- 10.0.0.3
|
||||||
1-1: Prolific Technology, Inc. : unknown product (067b:3507)
|
1-1: Prolific Technology, Inc. : unknown product (067b:3507)
|
||||||
: /sys/devices/pci0000:00/0000:00:1f.2/usb1/1-1
|
: /sys/devices/pci0000:00/0000:00:1f.2/usb1/1-1
|
||||||
|
Loading…
Reference in New Issue
Block a user