summaryrefslogtreecommitdiff
path: root/recipes-support/libusbgx/files/g1.schema.in
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-support/libusbgx/files/g1.schema.in')
-rw-r--r--recipes-support/libusbgx/files/g1.schema.in18
1 files changed, 8 insertions, 10 deletions
diff --git a/recipes-support/libusbgx/files/g1.schema.in b/recipes-support/libusbgx/files/g1.schema.in
index 7bfaf70..99b39cc 100644
--- a/recipes-support/libusbgx/files/g1.schema.in
+++ b/recipes-support/libusbgx/files/g1.schema.in
@@ -24,21 +24,19 @@ strings = (
} );
functions :
{
- rndis_usb0 :
+ ncm_usb0 :
{
instance = "usb0";
- type = "rndis";
+ type = "ncm";
attrs :
{
- dev_addr = "00:14:2d:ff:ff:ff";
- host_addr = "00:14:2d:ff:ff:fe";
qmult = 5;
};
os_descs = (
{
- interface = "rndis";
- compatible_id = "RNDIS";
- sub_compatible_id = "5162001";
+ interface = "ncm";
+ compatible_id = "WINNCM";
+ sub_compatible_id = "";
} );
};
};
@@ -54,11 +52,11 @@ configs = (
strings = (
{
lang = 0x409;
- configuration = "RNDIS";
+ configuration = "WINNCM";
} );
functions = (
{
- name = "rndis.usb0";
- function = "rndis_usb0";
+ name = "ncm.usb0";
+ function = "ncm_usb0";
} );
} );