Message ID | 20240131135728.3100070-1-sean@geanix.com (mailing list archive) |
---|---|
State | Accepted, archived |
Headers | show |
Series | udevng: Add support for Quectel EG96 modem | expand |
Hi Sean, On 1/31/24 07:57, Sean Nyekjaer wrote: > --- > plugins/udevng.c | 2 ++ > 1 file changed, 2 insertions(+) > Applied, thanks. Regards, -Denis
diff --git a/plugins/udevng.c b/plugins/udevng.c index 3458fe89..6fc98c3f 100644 --- a/plugins/udevng.c +++ b/plugins/udevng.c @@ -1839,6 +1839,8 @@ static struct { { "quectelqmi", "qcserial", "2c7c", "0121" }, { "quectelqmi", "qmi_wwan", "2c7c", "0125" }, { "quectelqmi", "qcserial", "2c7c", "0125" }, + { "quectelqmi", "qmi_wwan", "2c7c", "0195" }, + { "quectelqmi", "qcserial", "2c7c", "0195" }, { "quectelqmi", "qmi_wwan", "2c7c", "0296" }, { "quectelqmi", "qcserial", "2c7c", "0296" }, { "ublox", "cdc_acm", "1546", "1010" },