mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 00:51:53 +08:00
RNDIS Version 5 for Windows XP, automatic driver load on Windows using ncm (#77)
* rndis version 5 implementation for windows xp * make windows pick the ncm usb ethernet driver automatically
This commit is contained in:
@@ -55,4 +55,4 @@ def valid_otg_id(arg: Any) -> int:
|
||||
|
||||
|
||||
def valid_otg_ethernet(arg: Any) -> str:
|
||||
return check_string_in_list(arg, "OTG Ethernet driver", ["ecm", "eem", "ncm", "rndis"])
|
||||
return check_string_in_list(arg, "OTG Ethernet driver", ["ecm", "eem", "ncm", "rndis", "rndis5"])
|
||||
|
||||
Reference in New Issue
Block a user