summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--recipes-support/libusbgx/files/apalis-imx6/g1.schema11
-rw-r--r--recipes-support/libusbgx/files/colibri-imx6/g1.schema11
-rw-r--r--recipes-support/libusbgx/files/colibri-vf/g1.schema11
-rw-r--r--recipes-support/libusbgx/files/mx6ull/g1.schema11
-rw-r--r--recipes-support/libusbgx/files/mx7/g1.schema11
5 files changed, 20 insertions, 35 deletions
diff --git a/recipes-support/libusbgx/files/apalis-imx6/g1.schema b/recipes-support/libusbgx/files/apalis-imx6/g1.schema
index 01d6e0d..5d6dab2 100644
--- a/recipes-support/libusbgx/files/apalis-imx6/g1.schema
+++ b/recipes-support/libusbgx/files/apalis-imx6/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";
} );
- };
-};
+ } );
diff --git a/recipes-support/libusbgx/files/colibri-imx6/g1.schema b/recipes-support/libusbgx/files/colibri-imx6/g1.schema
index 60ed38f..300dcd2 100644
--- a/recipes-support/libusbgx/files/colibri-imx6/g1.schema
+++ b/recipes-support/libusbgx/files/colibri-imx6/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";
} );
- };
-};
+ } );
diff --git a/recipes-support/libusbgx/files/colibri-vf/g1.schema b/recipes-support/libusbgx/files/colibri-vf/g1.schema
index 2592e3b..4f3a1d8 100644
--- a/recipes-support/libusbgx/files/colibri-vf/g1.schema
+++ b/recipes-support/libusbgx/files/colibri-vf/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";
} );
- };
-};
+ } );
diff --git a/recipes-support/libusbgx/files/mx6ull/g1.schema b/recipes-support/libusbgx/files/mx6ull/g1.schema
index 1d352c5..1050225 100644
--- a/recipes-support/libusbgx/files/mx6ull/g1.schema
+++ b/recipes-support/libusbgx/files/mx6ull/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";
} );
- };
-};
+ } );
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";
} );
- };
-};
+ } );