Merge pull request #143 from solokeys/paranoid-modemmanager

Do not signal "AT modem" for ACM-CDC serial
This commit is contained in:
Conor Patrick
2019-03-23 01:48:18 -04:00
committed by GitHub
2 changed files with 3 additions and 1 deletions

View File

@@ -110,7 +110,7 @@ __ALIGN_BEGIN uint8_t COMPOSITE_CDC_HID_DESCRIPTOR[COMPOSITE_CDC_HID_DESCRIPTOR_
0x03, /* bNumEndpoints: 3 endpoints used */
0x02, /* bInterfaceClass: Communication Interface Class */
0x02, /* bInterfaceSubClass: Abstract Control Model */
0x01, /* bInterfaceProtocol: Common AT commands */
0x00, /* bInterfaceProtocol: Common AT commands */
0x00, /* iInterface: */
/*Header Functional Descriptor*/