@@ -79,15 +79,15 @@ const u8 USB_ConfigDescriptor[] = {
79
79
0x08 , // bMaxDataSize
80
80
0x00 , 0x00 , // ???
81
81
82
- // Endpoint 1: Control Data Out
82
+ // Endpoint 1: Control Surface Send
83
83
0x07 , // bLength
84
84
0x05 , // bDescriptorType (ENDPOINT)
85
85
0x81 , // bEndpointAddress (IN, 1)
86
86
0x03 , // bmAttributes
87
87
0x20 , 0x00 , // wMaxPacketSize
88
88
0x04 , // bInterval
89
89
90
- // Endpoint 1: Control Data In
90
+ // Endpoint 1: Control Surface Receive
91
91
0x07 , // bLength
92
92
0x05 , // bDescriptorType (ENDPOINT)
93
93
0x02 , // bEndpointAddress (OUT, 2)
@@ -124,31 +124,31 @@ const u8 USB_ConfigDescriptor[] = {
124
124
0x00 , // bMaxDataSize
125
125
0x00 , 0x00 , 0x00 , 0x00 , 0x00 , // ???
126
126
127
- // Endpoint 2: Microphone Data Out
127
+ // Endpoint 2: Microphone Data Send
128
128
0x07 , // bLength
129
129
0x05 , // bDescriptorType (ENDPOINT)
130
130
0x83 , // bEndpointAddress (IN, 3)
131
131
0x03 , // bmAttributes
132
132
0x20 , 0x00 , // wMaxPacketSize
133
133
0x02 , // bInterval
134
134
135
- // Endpoint 2: Headset Audio In
135
+ // Endpoint 2: Headset Audio Receive
136
136
0x07 , // bLength
137
137
0x05 , // bDescriptorType (ENDPOINT)
138
138
0x04 , // bEndpointAddress (OUT, 4)
139
139
0x03 , // bmAttributes
140
140
0x20 , 0x00 , // wMaxPacketSize
141
141
0x04 , // bInterval
142
142
143
- // Endpoint 3: Unknown, Out
143
+ // Endpoint 3: Unknown, Send
144
144
0x07 , // bLength
145
145
0x05 , // bDescriptorType (ENDPOINT)
146
146
0x85 , // bEndpointAddress (IN, 5)
147
147
0x03 , // bmAttributes
148
148
0x20 , 0x00 , // wMaxPacketSize
149
149
0x40 , // bInterval
150
150
151
- // Endpoint 3: Unknown, In
151
+ // Endpoint 3: Unknown, Receive
152
152
0x07 , // bLength
153
153
0x05 , // bDescriptorType (ENDPOINT)
154
154
0x05 , // bEndpointAddress (OUT, 5)
@@ -176,7 +176,7 @@ const u8 USB_ConfigDescriptor[] = {
176
176
0x07 , // bMaxDataSize
177
177
0x00 , // ???
178
178
179
- // Endpoint 4: Unknown, Out
179
+ // Endpoint 4: Unknown, Send
180
180
0x07 , // bLength
181
181
0x05 , // bDescriptorType (ENDPOINT)
182
182
0x86 , // bEndpointAddress (IN, 6)
0 commit comments