Lines Matching +full:3 +full:a
9 network. Server is a machine which provides (shares) a USB device. Client is
10 a machine which uses USB device provided by server over the network.
11 The USB device may be either physical device connected to a server or
12 software entity created on a server using USB gadget subsystem.
16 A client side kernel module which provides a virtual USB Host Controller
17 and allows to import a USB device from a remote machine.
20 A server side module which provides a USB device driver which can be
21 bound to a physical USB device to make it exportable.
24 A server side module which provides a virtual USB Device Controller and allows
25 to export a USB device created using USB Gadget Subsystem.
28 A set of userspace tools used to handle connection and management.
62 On a server side there are two entities which can be shared.
83 on a server machine. To make it available below steps should be executed:
86 - Currently the most preferable way of creating a new USB gadget
89 - See vudc_server_example.sh for a short example of USB gadget creation
114 - When using vudc on a server side busid is really vudc instance name.
143 - busid 3-2 (0711:0902)
144 3-2:1.0
146 - busid 3-3.1 (08bb:2702)
147 3-3.1:1.0
148 3-3.1:1.1
150 - busid 3-3.2 (04bb:0206)
151 3-3.2:1.0
153 - busid 3-3 (0409:0058)
154 3-3:1.0
164 A USB storage device of busid 3-3.2 is now bound to the usb-storage
167 remember you can not export a USB hub.
169 Mark the device of busid 3-3.2 as exportable:
171 trois:# usbip --debug bind --busid 3-3.2
173 usbip debug: usbip_bind.c:162:[unbind_other] 3-3.2:1.0 -> usb-storage
175 bind device on busid 3-3.2: complete
182 - busid 3-3.2 (04bb:0206)
183 3-3.2:1.0
209 1-2.2.3: OmniVision Technologies, Inc. : OV511+ WebCam (05a9:a511)
210 : /sys/devices/pci0000:00/0000:00:1f.2/usb1/1-2/1-2.2/1-2.2.3
214 3-1: Logitech, Inc. : QuickCam Pro 4000 (046d:08b2)
215 : /sys/devices/pci0000:00/0000:00:1e.0/0000:02:0a.0/usb3/3-1
217 : 0 - Data / unknown subclass / unknown protocol (0a/ff/00)
221 Attach a remote USB device: