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:
mfunkey
2022-01-20 07:44:46 +01:00
committed by GitHub
parent 3ab43edeb9
commit ba1f66db9c
3 changed files with 20 additions and 6 deletions

View File

@@ -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"])