summaryrefslogtreecommitdiff
path: root/recipes-support/libusbgx/files/mx7/g1.schema
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-support/libusbgx/files/mx7/g1.schema')
-rw-r--r--recipes-support/libusbgx/files/mx7/g1.schema11
1 files changed, 4 insertions, 7 deletions
diff --git a/recipes-support/libusbgx/files/mx7/g1.schema b/recipes-support/libusbgx/files/mx7/g1.schema
index 484fd54..79b8882 100644
--- a/recipes-support/libusbgx/files/mx7/g1.schema
+++ b/recipes-support/libusbgx/files/mx7/g1.schema
@@ -10,10 +10,10 @@ attrs :
};
os_descs :
{
- config = "c_1";
+ config_id = 1;
use = 1;
qw_sign = "MSFT100";
- b_vendor_code = 0xCD;
+ b_vendor_code = 0xcd;
};
strings = (
{
@@ -42,9 +42,7 @@ functions :
} );
};
};
-configs :
-{
- c_1 :
+configs = (
{
id = 1;
name = "c";
@@ -63,5 +61,4 @@ configs :
name = "rndis.usb0";
function = "rndis_usb0";
} );
- };
-};
+ } );