Lines Matching refs:USB

8 USB/IP protocol allows to pass USB device from server to client over the
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.
32 - USB/IP device drivers
47 Contains USB device identification data.
58 2. Compile & install USB/IP drivers.
66 server:# (Physically attach your USB device.)
75 - List driver assignments for USB devices.
79 - The USB device 1-2 is now exportable to other hosts!
82 Second of shareable entities is USB Gadget created using USB Gadget Subsystem
85 server:# (Create your USB gadget)
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
96 - Assign your new gadget to USB/IP UDC
110 - List exported USB devices on the <host>.
113 - Connect the remote USB device.
121 - Detach the USB device.
128 Physically attach your USB devices to this host.
134 In another terminal, let's look up what USB devices are physically
138 Local USB devices
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.
178 Local USB devices
196 Exportable USB devices
221 Attach a remote USB device:
248 - Target USB gadget must be bound to vudc
249 (using USB gadget susbsys, not usbip bind command)