usb: max endpoints is 10, not 8

This commit is contained in:
Maxim Devaev 2025-01-05 02:02:21 +02:00
parent f1256ee74a
commit e120b50f50

View File

@ -568,7 +568,7 @@ def _get_config_scheme() -> dict:
"gadget": Option("kvmd", type=valid_otg_gadget),
"config": Option("PiKVM device", type=valid_stripped_string_not_empty),
"udc": Option("", type=valid_stripped_string),
"endpoints": Option(8, type=valid_int_f0),
"endpoints": Option(10, type=valid_int_f0),
"init_delay": Option(3.0, type=valid_float_f01),
"user": Option("kvmd", type=valid_user),