Lines Matching +full:usb +full:- +full:port +full:- +full:id
3 usbipd \- USB/IP server daemon
10 provides USB/IP clients access to exported USB devices.
16 The daemon accepts connections from USB/IP clients
17 on TCP port 3240 by default.
21 \fB\-4\fR, \fB\-\-ipv4\fR
27 \fB\-6\fR, \fB\-\-ipv6\fR
33 \fB\-D\fR, \fB\-\-daemon\fR
39 \fB\-d\fR, \fB\-\-debug\fR
45 \fB\-PFILE\fR, \fB\-\-pid FILE\fR
47 Write process id to FILE.
52 \fB\-tPORT\fR, \fB\-\-tcp\-port PORT\fR
54 Listen on TCP/IP port PORT.
57 \fB\-h\fR, \fB\-\-help\fR
63 \fB\-v\fR, \fB\-\-version\fR
71 offers no authentication or authorization for USB/IP. Any
76 server:# modprobe usbip-host
78 server:# usbipd -D
79 - Start usbip daemon.
81 server:# usbip list --local
82 - List driver assignments for usb devices.
84 server:# usbip bind --busid=1-2
85 - Bind usbip-host.ko to the device of busid 1-2.
86 - A usb device 1-2 is now exportable to other hosts!
87 … - Use 'usbip unbind --busid=1-2' when you want to shutdown exporting and use the device locally.