summaryrefslogtreecommitdiff
path: root/openembedded-layer/recipes-support/libusbg/libusbg/g1.schema
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2016-08-09 16:54:38 +0200
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2016-09-29 06:35:15 +0200
commit617e615193dd297f1cb5e4be29677c7e24803d97 (patch)
treed638b709c0da5a275a08d618c4339c34741ebe1a /openembedded-layer/recipes-support/libusbg/libusbg/g1.schema
parent71a8f744943ae4358ea414d743be8ae8cfceb9fa (diff)
meta-openembedded layer bbappends
Move the appends on recipe's which are not in an essential required layer into a target layer specific directory and add them only if said layer is active in build/conf/bblayers.conf. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Stefan Agner <stefan.agner@toradex.com>
Diffstat (limited to 'openembedded-layer/recipes-support/libusbg/libusbg/g1.schema')
-rw-r--r--openembedded-layer/recipes-support/libusbg/libusbg/g1.schema65
1 files changed, 65 insertions, 0 deletions
diff --git a/openembedded-layer/recipes-support/libusbg/libusbg/g1.schema b/openembedded-layer/recipes-support/libusbg/libusbg/g1.schema
new file mode 100644
index 0000000..ebe91b4
--- /dev/null
+++ b/openembedded-layer/recipes-support/libusbg/libusbg/g1.schema
@@ -0,0 +1,65 @@
+attrs :
+{
+ bcdUSB = 0x0;
+ bDeviceClass = 0x0;
+ bDeviceSubClass = 0x0;
+ bDeviceProtocol = 0x0;
+ bMaxPacketSize0 = 0x40;
+ idVendor = 0x1d6b;
+ idProduct = 0x0104;
+ bcdDevice = 0x400;
+};
+strings = (
+ {
+ lang = 0x409;
+ manufacturer = "Toradex";
+ product = "Unknown";
+ serialnumber = "";
+ } );
+functions :
+{
+ acm_GS0 :
+ {
+ instance = "GS0";
+ type = "acm";
+ attrs :
+ {
+ port_num = 0;
+ };
+ };
+ rndis_0 :
+ {
+ instance = "0";
+ type = "rndis";
+ attrs :
+ {
+ dev_addr = "00:14:2d:ff:ff:ff";
+ host_addr = "00:14:2d:ff:ff:fe";
+ qmult = 5;
+ };
+ };
+};
+configs = (
+ {
+ id = 1;
+ name = "c";
+ attrs :
+ {
+ bmAttributes = 0x80;
+ bMaxPower = 0x2;
+ };
+ strings = (
+ {
+ lang = 0x409;
+ configuration = "Conf 1";
+ } );
+ functions = (
+ {
+ name = "acm.GS0";
+ function = "acm_GS0";
+ },
+ {
+ name = "rndis.0";
+ function = "rndis_0";
+ } );
+ } );