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
commit 74a1f0e21b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 */ 0x03, /* bNumEndpoints: 3 endpoints used */
0x02, /* bInterfaceClass: Communication Interface Class */ 0x02, /* bInterfaceClass: Communication Interface Class */
0x02, /* bInterfaceSubClass: Abstract Control Model */ 0x02, /* bInterfaceSubClass: Abstract Control Model */
0x01, /* bInterfaceProtocol: Common AT commands */ 0x00, /* bInterfaceProtocol: Common AT commands */
0x00, /* iInterface: */ 0x00, /* iInterface: */
/*Header Functional Descriptor*/ /*Header Functional Descriptor*/

View File

@ -10,6 +10,8 @@
setup: install activate setup: install activate
legacy-setup: install-legacy activate legacy-setup: install-legacy activate
# Symlinks can be setup, we don't officially supply any
# symlinks: install-symlinks activate # symlinks: install-symlinks activate
RULES_PATH=/etc/udev/rules.d RULES_PATH=/etc/udev/rules.d