You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Assign the device with *DEVICE_ID* from *BACKEND_DOMAIN* to the domain *VMNAME*
106
+
Assign the device from *BACKEND_DOMAIN* and port with *PORT_ID* to domain *VMNAME*.
107
+
If optional *DEVICE_ID* is not provided it device id of the plugged device is loaded.
108
+
If *DEVICE_ID* is not provided and no device is currently plugged into the port, the assignment process will fail.
103
109
104
110
.. option:: --option, -o
105
111
@@ -122,29 +128,33 @@ Assign the device with *DEVICE_ID* from *BACKEND_DOMAIN* to the domain *VMNAME*
122
128
123
129
.. option:: --port, --only-port
124
130
125
-
Ignore device presented identity and attach any device connected to the given port number.
131
+
Ignore device presented identity and attach automatically any device connected to this port in the future.
132
+
It is equivalent of providing `BACKEND_DOMAIN:PORT_ID:*` as argument.
126
133
127
134
.. option:: --device, --only-device
128
135
129
-
Ignore current port identity and attach this device connected to any port.
136
+
Ignore the current port where the device is plugged in and ensure that this device will be attached automatically in the future, regardless of which port it is connected to.
137
+
It is equivalent of providing `BACKEND_DOMAIN:*:DEVICE_ID` as argument.
0 commit comments