-
Notifications
You must be signed in to change notification settings - Fork 5
/
cdc.xml
54 lines (51 loc) · 1.94 KB
/
cdc.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<?xml version="1.0" encoding="UTF-8" ?>
<usb>
<device
bDeviceClass="2"
bcdDevice="1"
iManufacturer="Bluegiga"
idVendor="2458"
idProduct="0001"
iProduct="Low Energy Dongle"
iSerialNumber="1"
bcdUSB="200"
>
<configuration
iConfiguration="CDC"
bmAttributes="80"
bMaxPower="25">
<interface
bInterfaceClass="2"
bInterfaceSubClass="2"
bInterfaceProtocol="1"
iInterface="CDC control"
>
<descriptor Type="24">
<data>001001</data>
</descriptor>
<descriptor Type="24">
<data>0202</data>
</descriptor>
<descriptor Type="24">
<data>060001</data>
</descriptor>
<descriptor Type="24">
<data>010301</data>
</descriptor>
<endpoint bEndpointAddress="82" bmAttributes="3" wMaxPacketSize="40" bInterval="40">
</endpoint>
</interface>
<interface
bInterfaceClass="A"
bInterfaceSubClass="0"
bInterfaceProtocol="0"
iInterface="CDC data"
>
<endpoint bEndpointAddress="84" bmAttributes="2" wMaxPacketSize="40" bInterval="1">
</endpoint>
<endpoint bEndpointAddress="4" bmAttributes="2" wMaxPacketSize="40" bInterval="1">
</endpoint>
</interface>
</configuration>
</device>
</usb>