Skip to content

filter: require >1 port in devices with AT-capable ttyACMs

Instead of blindly allowing to be probed all ttyACM ports that report them as AT-capable, we will now instead forbid all ttyACM ports that don't report themselves as AT-capable.

Also, require the modem to expose other additional ports (of any kind usable by ModemManager) in addition to the AT-capable ttyACM port.

This update should avoid automatically probing Arduino devices that wrongly report their exposed single ttyACM port as AT-capable.

https://github.com/arduino/ArduinoCore-avr/pull/92 #140 (closed) #127 (closed) https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=930264

Edited by Aleksander Morgado

Merge request reports