All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/4] tools/usbip: Patch set summary
@ 2021-11-07 17:13 Lars Gunnarsson
  0 siblings, 0 replies; only message in thread
From: Lars Gunnarsson @ 2021-11-07 17:13 UTC (permalink / raw)
  To: Valentina Manea, Shuah Khan, linux-usb

To forward a remote usb device over usbip the following steps is required:

1. Execute "usbip bind" on remote end.
2. Execute "usbip attach" on local end.

These steps must be perfomed in above order and after usb device is plugged in.
If the usb device is unplugged on the remote end the steps above needs to be
performed again to establish the connection. This patch set implements a feature
to persistently forward devices on a given bus. When using flag "-p|--persistent"
on remot end, the USB device becomes exported when plugged in. When using flag
"-p|--persistent" on local end, the USB device becomes imported when available
on remote end. Thus it is only required to run the usbip command once on each
end, in any order, to persistently forward usb devices on a given bus.

This is sent in four separate patches:
  tools/usbip: update documentation
  tools/usbip: add usb event monitor into libusbip
  tools/usbip: export USB devices on a given bus persistently
  tools/usbip: import USB devices on a given bus persistently

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-11-07 17:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-07 17:13 [PATCH v4 0/4] tools/usbip: Patch set summary Lars Gunnarsson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.