From df098bd075e26fb6ecc75b2f7be5923371741677 Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Sun, 15 Aug 2021 17:34:42 +0300 Subject: win95 runtime switching --- kvmd/validators/hid.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kvmd/validators') diff --git a/kvmd/validators/hid.py b/kvmd/validators/hid.py index 7d942969..b41bd5c8 100644 --- a/kvmd/validators/hid.py +++ b/kvmd/validators/hid.py @@ -37,7 +37,7 @@ def valid_hid_keyboard_output(arg: Any) -> str: def valid_hid_mouse_output(arg: Any) -> str: - return check_string_in_list(arg, "Mouse output", ["usb", "usb_rel", "ps2", "disabled"]) + return check_string_in_list(arg, "Mouse output", ["usb", "usb_win98", "usb_rel", "ps2", "disabled"]) def valid_hid_key(arg: Any) -> str: -- cgit v1.2.3