summaryrefslogtreecommitdiff
path: root/recipes-support/libusbgx/files/colibri-vf/g1.schema
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-support/libusbgx/files/colibri-vf/g1.schema')
-rw-r--r--recipes-support/libusbgx/files/colibri-vf/g1.schema64
1 files changed, 0 insertions, 64 deletions
diff --git a/recipes-support/libusbgx/files/colibri-vf/g1.schema b/recipes-support/libusbgx/files/colibri-vf/g1.schema
deleted file mode 100644
index 4f3a1d8..0000000
--- a/recipes-support/libusbgx/files/colibri-vf/g1.schema
+++ /dev/null
@@ -1,64 +0,0 @@
-attrs :
-{
- bcdUSB = 0x200;
- bDeviceClass = 0x2;
- bDeviceSubClass = 0x0;
- bDeviceProtocol = 0x0;
- bMaxPacketSize0 = 0x40;
- idVendor = 0x1b67;
- bcdDevice = 0x401;
-};
-os_descs :
-{
- config_id = 1;
- use = 1;
- qw_sign = "MSFT100";
- b_vendor_code = 0xcd;
-};
-strings = (
- {
- lang = 0x409;
- manufacturer = "Toradex";
- product = "Toradex Colibri VF50/VF61";
- 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 = (
- {
- id = 1;
- name = "c";
- attrs :
- {
- bmAttributes = 0xC0;
- bMaxPower = 0x1;
- };
- strings = (
- {
- lang = 0x409;
- configuration = "RNDIS";
- } );
- functions = (
- {
- name = "rndis.usb0";
- function = "rndis_usb0";
- } );
- } );