• Home
  • Raw
  • Download

Lines Matching refs:device

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
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.
25 to export a USB device created using USB Gadget Subsystem.
32 - USB/IP device drivers
47 Contains USB device identification data.
63 First of them is physical usb device connected to the machine.
66 server:# (Physically attach your USB device.)
78 - Bind usbip-host.ko to the device with busid 1-2.
79 - The USB device 1-2 is now exportable to other hosts!
80 - Use `usbip unbind --busid 1-2' to stop exporting the device.
101 server:# usbipd -D --device
104 To attach new device to client machine below commands should be used:
113 - Connect the remote USB device.
121 - Detach the USB device.
164 A USB storage device of busid 3-3.2 is now bound to the usb-storage
165 driver. To export this device, we first mark the device as
166 "exportable"; the device is bound to the usbip-host driver. Please
169 Mark the device of busid 3-3.2 as exportable:
175 bind device on busid 3-3.2: complete
221 Attach a remote USB device:
233 /sys/class/scsi_device/0:0:0:0/device
234 /sys/class/scsi_host/host0/device
235 /sys/block/sda/device
237 Detach the imported device:
246 - usbip-host.ko must be bound to the target device.
247 - See /sys/kernel/debug/usb/devices and find "Driver=..." lines of the device.