configurable bcdUSB

This commit is contained in:
Maxim Devaev
2021-08-31 18:12:42 +03:00
parent 49faa1d28e
commit 066a2a4625
2 changed files with 4 additions and 3 deletions

View File

@@ -478,6 +478,7 @@ def _get_config_scheme() -> Dict:
"manufacturer": Option("Pi-KVM"),
"product": Option("Composite KVM Device"),
"serial": Option("CAFEBABE"),
"usb_version": Option(0x0200, type=valid_otg_id),
"remote_wakeup": Option(False, type=valid_bool),
"gadget": Option("kvmd", type=valid_otg_gadget),