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

tools: usb: usbip: Get rid of driver name printout in README

Driver name is no longer printed out so update the README
examples to avoid confusion.

Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
Acked-by: Shuah Khan <skhan@linuxfoundation.org>
Link: https://lore.kernel.org/r/157677692518.684.15385402529285904844.sendpatchset@octo
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Magnus Damm and committed by
Greg Kroah-Hartman
a00dfd4d 203b7ee1

+11 -11
+11 -11
tools/usb/usbip/README
··· 138 138 Local USB devices 139 139 ================= 140 140 - busid 1-1 (05a9:a511) 141 - 1-1:1.0 -> ov511 141 + 1-1:1.0 142 142 143 143 - busid 3-2 (0711:0902) 144 - 3-2:1.0 -> none 144 + 3-2:1.0 145 145 146 146 - busid 3-3.1 (08bb:2702) 147 - 3-3.1:1.0 -> snd-usb-audio 148 - 3-3.1:1.1 -> snd-usb-audio 147 + 3-3.1:1.0 148 + 3-3.1:1.1 149 149 150 150 - busid 3-3.2 (04bb:0206) 151 - 3-3.2:1.0 -> usb-storage 151 + 3-3.2:1.0 152 152 153 153 - busid 3-3 (0409:0058) 154 - 3-3:1.0 -> hub 154 + 3-3:1.0 155 155 156 156 - busid 4-1 (046d:08b2) 157 - 4-1:1.0 -> none 158 - 4-1:1.1 -> none 159 - 4-1:1.2 -> none 157 + 4-1:1.0 158 + 4-1:1.1 159 + 4-1:1.2 160 160 161 161 - busid 5-2 (058f:9254) 162 - 5-2:1.0 -> hub 162 + 5-2:1.0 163 163 164 164 A USB storage device of busid 3-3.2 is now bound to the usb-storage 165 165 driver. To export this device, we first mark the device as ··· 180 180 ... 181 181 182 182 - busid 3-3.2 (04bb:0206) 183 - 3-3.2:1.0 -> usbip-host 183 + 3-3.2:1.0 184 184 ... 185 185 186 186 ---------------------------