Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

matt mooney and committed by
Greg Kroah-Hartman
45dd9a98 2435ab14

+25 -22
+25 -22
drivers/staging/usbip/userspace/README
··· 79 79 In another terminal, let's look up what USB devices are physically 80 80 attached to this host. 81 81 82 - trois:# usbip_bind_driver --list 82 + trois:# usbip list -l 83 83 Local USB devices 84 84 ================= 85 85 - busid 1-1 (05a9:a511) ··· 115 115 116 116 trois:# usbip --debug bind --busid 3-3.2 117 117 ... 118 - usbip dbg: utils.c: 52 (modify_match_busid) write "add 3-3.2" to... 119 - usbip dbg: usbip_bind.c: 231 (use_device_by_usbip) bind 3-3.2 complete! 118 + usbip debug: usbip_bind.c:162:[unbind_other] 3-3.2:1.0 -> usb-storage 119 + ... 120 + bind device on busid 3-3.2: complete 120 121 121 122 trois:# usbip list -l 122 123 Local USB devices ··· 138 137 deux:# insmod path/to/vhci-hcd.ko 139 138 140 139 deux:# usbip list --remote 10.0.0.3 141 - - 10.0.0.3 142 - 1-1: Prolific Technology, Inc. : unknown product (067b:3507) 143 - : /sys/devices/pci0000:00/0000:00:1f.2/usb1/1-1 144 - : (Defined at Interface level) / unknown subclass / unknown protocol (00/00/00) 145 - : 0 - Mass Storage / SCSI / Bulk (Zip) (08/06/50) 140 + Exportable USB devices 141 + ====================== 142 + - 10.0.0.3 143 + 1-1: Prolific Technology, Inc. : unknown product (067b:3507) 144 + : /sys/devices/pci0000:00/0000:00:1f.2/usb1/1-1 145 + : (Defined at Interface level) / unknown subclass / unknown protocol (00/00/00) 146 + : 0 - Mass Storage / SCSI / Bulk (Zip) (08/06/50) 146 147 147 - 1-2.2.1: Apple Computer, Inc. : unknown product (05ac:0203) 148 - : /sys/devices/pci0000:00/0000:00:1f.2/usb1/1-2/1-2.2/1-2.2.1 149 - : (Defined at Interface level) / unknown subclass / unknown protocol (00/00/00) 150 - : 0 - Human Interface Devices / Boot Interface Subclass / Keyboard (03/01/01) 148 + 1-2.2.1: Apple Computer, Inc. : unknown product (05ac:0203) 149 + : /sys/devices/pci0000:00/0000:00:1f.2/usb1/1-2/1-2.2/1-2.2.1 150 + : (Defined at Interface level) / unknown subclass / unknown protocol (00/00/00) 151 + : 0 - Human Interface Devices / Boot Interface Subclass / Keyboard (03/01/01) 151 152 152 - 1-2.2.3: OmniVision Technologies, Inc. : OV511+ WebCam (05a9:a511) 153 - : /sys/devices/pci0000:00/0000:00:1f.2/usb1/1-2/1-2.2/1-2.2.3 154 - : (Defined at Interface level) / unknown subclass / unknown protocol (00/00/00) 155 - : 0 - Vendor Specific Class / unknown subclass / unknown protocol (ff/00/00) 153 + 1-2.2.3: OmniVision Technologies, Inc. : OV511+ WebCam (05a9:a511) 154 + : /sys/devices/pci0000:00/0000:00:1f.2/usb1/1-2/1-2.2/1-2.2.3 155 + : (Defined at Interface level) / unknown subclass / unknown protocol (00/00/00) 156 + : 0 - Vendor Specific Class / unknown subclass / unknown protocol (ff/00/00) 156 157 157 - 3-1: Logitech, Inc. : QuickCam Pro 4000 (046d:08b2) 158 - : /sys/devices/pci0000:00/0000:00:1e.0/0000:02:0a.0/usb3/3-1 159 - : (Defined at Interface level) / unknown subclass / unknown protocol (00/00/00) 160 - : 0 - Data / unknown subclass / unknown protocol (0a/ff/00) 161 - : 1 - Audio / Control Device / unknown protocol (01/01/00) 162 - : 2 - Audio / Streaming / unknown protocol (01/02/00) 158 + 3-1: Logitech, Inc. : QuickCam Pro 4000 (046d:08b2) 159 + : /sys/devices/pci0000:00/0000:00:1e.0/0000:02:0a.0/usb3/3-1 160 + : (Defined at Interface level) / unknown subclass / unknown protocol (00/00/00) 161 + : 0 - Data / unknown subclass / unknown protocol (0a/ff/00) 162 + : 1 - Audio / Control Device / unknown protocol (01/01/00) 163 + : 2 - Audio / Streaming / unknown protocol (01/02/00) 163 164 164 165 Attach a remote USB device: 165 166