Searched refs:usbip (Results 1 – 11 of 11) sorted by relevance
2 # README for usbip-utils41 server:# insmod usbip-core.ko42 server:# insmod usbip-host.ko45 - Start usbip daemon.47 server:# usbip list -l50 server:# usbip bind --busid 1-251 - Bind usbip-host.ko to the device with busid 1-2.53 - Use `usbip unbind --busid 1-2' to stop exporting the device.55 client:# insmod usbip-core.ko58 client:# usbip list --remote <host>[all …]
2 includedir = @includedir@/usbip6 dist_man_MANS := $(addprefix doc/, usbip.8 usbipd.8)
27 src/usbip
4 AC_INIT([usbip-utils], [2.0], [linux-usb@vger.kernel.org])
3 obj-$(CONFIG_USBIP_CORE) += usbip-core.o4 usbip-core-y := usbip_common.o usbip_event.o9 obj-$(CONFIG_USBIP_HOST) += usbip-host.o10 usbip-host-y := stub_dev.o stub_main.o stub_rx.o stub_tx.o
10 programs, please see <http://usbip.sourceforge.net/>.13 be called usbip-core.35 module will be called usbip-host.
5 sbin_PROGRAMS := usbip usbipd program7 usbip_SOURCES := usbip.h utils.h usbip.c utils.c usbip_network.c \
64 obj-$(CONFIG_USBIP_CORE) += usbip/
95 source "drivers/usb/usbip/Kconfig"
414 header-y += usbip.h
10365 F: drivers/usb/usbip/10366 F: tools/usb/usbip/