summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--recipes-support/libusbgx/files/g1.schema.in16
1 files changed, 8 insertions, 8 deletions
diff --git a/recipes-support/libusbgx/files/g1.schema.in b/recipes-support/libusbgx/files/g1.schema.in
index 03b7b80..99b39cc 100644
--- a/recipes-support/libusbgx/files/g1.schema.in
+++ b/recipes-support/libusbgx/files/g1.schema.in
@@ -24,19 +24,19 @@ strings = (
} );
functions :
{
- rndis_usb0 :
+ ncm_usb0 :
{
instance = "usb0";
- type = "rndis";
+ type = "ncm";
attrs :
{
qmult = 5;
};
os_descs = (
{
- interface = "rndis";
- compatible_id = "RNDIS";
- sub_compatible_id = "5162001";
+ interface = "ncm";
+ compatible_id = "WINNCM";
+ sub_compatible_id = "";
} );
};
};
@@ -52,11 +52,11 @@ configs = (
strings = (
{
lang = 0x409;
- configuration = "RNDIS";
+ configuration = "WINNCM";
} );
functions = (
{
- name = "rndis.usb0";
- function = "rndis_usb0";
+ name = "ncm.usb0";
+ function = "ncm_usb0";
} );
} );