Skip to content

Commit a00dfd4

Browse files
Magnus Dammgregkh
authored andcommitted
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>
1 parent 203b7ee commit a00dfd4

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

tools/usb/usbip/README

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -138,28 +138,28 @@ attached to this host.
138138
Local USB devices
139139
=================
140140
- busid 1-1 (05a9:a511)
141-
1-1:1.0 -> ov511
141+
1-1:1.0
142142

143143
- busid 3-2 (0711:0902)
144-
3-2:1.0 -> none
144+
3-2:1.0
145145

146146
- 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
149149

150150
- busid 3-3.2 (04bb:0206)
151-
3-3.2:1.0 -> usb-storage
151+
3-3.2:1.0
152152

153153
- busid 3-3 (0409:0058)
154-
3-3:1.0 -> hub
154+
3-3:1.0
155155

156156
- 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
160160

161161
- busid 5-2 (058f:9254)
162-
5-2:1.0 -> hub
162+
5-2:1.0
163163

164164
A USB storage device of busid 3-3.2 is now bound to the usb-storage
165165
driver. To export this device, we first mark the device as
@@ -180,7 +180,7 @@ Mark the device of busid 3-3.2 as exportable:
180180
...
181181

182182
- busid 3-3.2 (04bb:0206)
183-
3-3.2:1.0 -> usbip-host
183+
3-3.2:1.0
184184
...
185185

186186
---------------------------

0 commit comments

Comments
 (0)