From 42e802bb821e2deadcddbbd57419f677da25894d Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Mon, 4 Sep 2017 17:45:15 -0700 Subject: 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 Acked-by: Marcel Ziswiler --- recipes-support/libusbgx/files/apalis-imx6/g1.schema | 3 +-- recipes-support/libusbgx/files/colibri-imx6/g1.schema | 3 +-- recipes-support/libusbgx/files/colibri-vf/g1.schema | 3 +-- recipes-support/libusbgx/files/mx6ull/g1.schema | 3 +-- recipes-support/libusbgx/files/mx7/g1.schema | 3 +-- 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 : -- cgit v1.2.3