summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2017-09-04 17:45:15 -0700
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2017-10-03 14:49:43 +0200
commit42e802bb821e2deadcddbbd57419f677da25894d (patch)
treeb997f9eea288926bfd48a4f17bfa40fd2e59c9d9
parentc2c2d625d142889c9219e2586565dd1f70023bf6 (diff)
libusbgx: fix USB vendor ID
So far a generic USB vendor and product ID has been used in the Toradex specific schema files. However, the startup service wrote a Toradex specific USB product ID. This lead to the awkward combination of a generic USB vendor ID and Toradex specific product ID. Use the Toradex vendor ID by default and do not specify the product ID since it will get filled in by the usbg service. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
-rw-r--r--recipes-support/libusbgx/files/apalis-imx6/g1.schema3
-rw-r--r--recipes-support/libusbgx/files/colibri-imx6/g1.schema3
-rw-r--r--recipes-support/libusbgx/files/colibri-vf/g1.schema3
-rw-r--r--recipes-support/libusbgx/files/mx6ull/g1.schema3
-rw-r--r--recipes-support/libusbgx/files/mx7/g1.schema3
5 files changed, 5 insertions, 10 deletions
diff --git a/recipes-support/libusbgx/files/apalis-imx6/g1.schema b/recipes-support/libusbgx/files/apalis-imx6/g1.schema
index c09d478..01d6e0d 100644
--- a/recipes-support/libusbgx/files/apalis-imx6/g1.schema
+++ b/recipes-support/libusbgx/files/apalis-imx6/g1.schema
@@ -5,8 +5,7 @@ attrs :
bDeviceSubClass = 0x0;
bDeviceProtocol = 0x0;
bMaxPacketSize0 = 0x40;
- idVendor = 0x1D6B;
- idProduct = 0x104;
+ idVendor = 0x1b67;
bcdDevice = 0x401;
};
os_descs :
diff --git a/recipes-support/libusbgx/files/colibri-imx6/g1.schema b/recipes-support/libusbgx/files/colibri-imx6/g1.schema
index eda33be..60ed38f 100644
--- a/recipes-support/libusbgx/files/colibri-imx6/g1.schema
+++ b/recipes-support/libusbgx/files/colibri-imx6/g1.schema
@@ -5,8 +5,7 @@ attrs :
bDeviceSubClass = 0x0;
bDeviceProtocol = 0x0;
bMaxPacketSize0 = 0x40;
- idVendor = 0x1D6B;
- idProduct = 0x104;
+ idVendor = 0x1b67;
bcdDevice = 0x401;
};
os_descs :
diff --git a/recipes-support/libusbgx/files/colibri-vf/g1.schema b/recipes-support/libusbgx/files/colibri-vf/g1.schema
index 8f3cff8..2592e3b 100644
--- a/recipes-support/libusbgx/files/colibri-vf/g1.schema
+++ b/recipes-support/libusbgx/files/colibri-vf/g1.schema
@@ -5,8 +5,7 @@ attrs :
bDeviceSubClass = 0x0;
bDeviceProtocol = 0x0;
bMaxPacketSize0 = 0x40;
- idVendor = 0x1D6B;
- idProduct = 0x104;
+ idVendor = 0x1b67;
bcdDevice = 0x401;
};
os_descs :
diff --git a/recipes-support/libusbgx/files/mx6ull/g1.schema b/recipes-support/libusbgx/files/mx6ull/g1.schema
index 13d8fad..1d352c5 100644
--- a/recipes-support/libusbgx/files/mx6ull/g1.schema
+++ b/recipes-support/libusbgx/files/mx6ull/g1.schema
@@ -5,8 +5,7 @@ attrs :
bDeviceSubClass = 0x0;
bDeviceProtocol = 0x0;
bMaxPacketSize0 = 0x40;
- idVendor = 0x1D6B;
- idProduct = 0x104;
+ idVendor = 0x1b67;
bcdDevice = 0x401;
};
os_descs :
diff --git a/recipes-support/libusbgx/files/mx7/g1.schema b/recipes-support/libusbgx/files/mx7/g1.schema
index cbfa505..484fd54 100644
--- a/recipes-support/libusbgx/files/mx7/g1.schema
+++ b/recipes-support/libusbgx/files/mx7/g1.schema
@@ -5,8 +5,7 @@ attrs :
bDeviceSubClass = 0x0;
bDeviceProtocol = 0x0;
bMaxPacketSize0 = 0x40;
- idVendor = 0x1D6B;
- idProduct = 0x104;
+ idVendor = 0x1b67;
bcdDevice = 0x401;
};
os_descs :