From 028b90e3cd87089b3cda35b7a635e4ab7517c0ae Mon Sep 17 00:00:00 2001 From: Epagris Date: Sat, 27 Apr 2024 22:13:27 +0200 Subject: [PATCH] - EEM example added --- desc/usb_config_eem.json | 45 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 desc/usb_config_eem.json diff --git a/desc/usb_config_eem.json b/desc/usb_config_eem.json new file mode 100644 index 0000000..bf19fda --- /dev/null +++ b/desc/usb_config_eem.json @@ -0,0 +1,45 @@ +{ + "class": "0x02", + "subclass": "0x00", + "protocol_code": "0x00", + "max_ep0_packet_size": 64, + "vendor_id": "0x0925", + "product_id": "0x9050", + "device_release_bcd": "0x0100", + "vendor_string": "Epagris", + "product_string": "Testdevice", + "serial_number": "1552", + "configurations": [ + { + "id": 1, + "is_bus_powered": true, + "can_wake_up_host": false, + "max_power_mA": 200, + "interfaces": [ + { + "id": 0, + "class": "0x02", + "subclass": "0x0C", + "protocol_code": "0x07", + "additional_interfaces": [], + "endpoints": [ + { + "n": 3, + "direction": "in", + "transfer_type": "bulk", + "max_packet_size": 64, + "service_interval": 0 + }, + { + "n": 3, + "direction": "out", + "transfer_type": "bulk", + "max_packet_size": 64, + "service_interval": 0 + } + ] + } + ] + } + ] +}