summaryrefslogtreecommitdiff
path: root/recipes-support
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2017-08-27 14:34:31 +0200
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2017-10-03 14:42:41 +0200
commit5ee1c7a312ff0928a2d6c2099f6f0f3601f0a82d (patch)
tree5a366caceb7ce3c021a73659dda7c54bb6af0793 /recipes-support
parente9e75bfe2f12001bdf16c04305a768f67c0c06ef (diff)
libusbgx: add i.mx 6ull
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Diffstat (limited to 'recipes-support')
-rw-r--r--recipes-support/libusbgx/files/mx6ull/g1.schema68
1 files changed, 68 insertions, 0 deletions
diff --git a/recipes-support/libusbgx/files/mx6ull/g1.schema b/recipes-support/libusbgx/files/mx6ull/g1.schema
new file mode 100644
index 0000000..13d8fad
--- /dev/null
+++ b/recipes-support/libusbgx/files/mx6ull/g1.schema
@@ -0,0 +1,68 @@
+attrs :
+{
+ bcdUSB = 0x200;
+ bDeviceClass = 0x2;
+ bDeviceSubClass = 0x0;
+ bDeviceProtocol = 0x0;
+ bMaxPacketSize0 = 0x40;
+ idVendor = 0x1D6B;
+ idProduct = 0x104;
+ bcdDevice = 0x401;
+};
+os_descs :
+{
+ config = "c_1";
+ use = 1;
+ qw_sign = "MSFT100";
+ b_vendor_code = 0xCD;
+};
+strings = (
+ {
+ lang = 0x409;
+ manufacturer = "Toradex";
+ product = "Toradex Colibri iMX6ULL";
+ serialnumber = "00000000";
+ } );
+functions :
+{
+ rndis_usb0 :
+ {
+ instance = "usb0";
+ type = "rndis";
+ 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";
+ } );
+ };
+};
+configs :
+{
+ c_1 :
+ {
+ id = 1;
+ name = "c";
+ attrs :
+ {
+ bmAttributes = 0xC0;
+ bMaxPower = 0x1;
+ };
+ strings = (
+ {
+ lang = 0x409;
+ configuration = "RNDIS";
+ } );
+ functions = (
+ {
+ name = "rndis.usb0";
+ function = "rndis_usb0";
+ } );
+ };
+};