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
Bluetooth to USB HID relay. Handles Bluetooth keyboard and mouse events from multiple input devices and translates them to USB using Linux's gadget mode.
188
+
Bluetooth to USB HID relay. Handles Bluetooth keyboard and mouse events from multiple input devices and translates them to
189
+
USB using Linux's gadget mode.
188
190
189
191
options:
190
192
-h, --help show this help message and exit
191
193
--device_ids DEVICE_IDS, -i DEVICE_IDS
192
-
Comma-separated list of identifiers for input devices to be relayed. An identifier is either the input device path, the MAC address or any case-insensitive substring of the device name. Default is None. Example: --device_ids '/dev/input/event2,a1:b2:c3:d4:e5:f6,0A-1B-2C-3D-4E-5F,logi'
194
+
Comma-separated list of identifiers for input devices to be relayed. An identifier is either the
195
+
input device path, the MAC address or any case-insensitive substring of the device name. Default is
0 commit comments