diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2020-06-22 14:10:28 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2020-06-22 14:10:28 +0200 |
commit | 71d65bbe7e98248c21c4c35f4ec4210264ba745a (patch) | |
tree | f7cf47f81e9d3a61ae7fc36d7575750484961953 | |
parent | fbf38753441ee6eb9635a0f7b24e7a1b3ac818c3 (diff) |
u-blox: always ignore M8 and M9 GPS modules
-rw-r--r-- | plugins/ublox/77-mm-ublox-port-types.rules | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/ublox/77-mm-ublox-port-types.rules b/plugins/ublox/77-mm-ublox-port-types.rules index c07de334..c2a1ac99 100644 --- a/plugins/ublox/77-mm-ublox-port-types.rules +++ b/plugins/ublox/77-mm-ublox-port-types.rules @@ -11,6 +11,8 @@ SUBSYSTEMS=="usb", ATTRS{bInterfaceNumber}=="?*", ENV{.MM_USBIFNUM}="$attr{bInte ATTRS{idVendor}=="1546", ATTRS{idProduct}=="01a5", ENV{ID_MM_DEVICE_IGNORE}="1" ATTRS{idVendor}=="1546", ATTRS{idProduct}=="01a6", ENV{ID_MM_DEVICE_IGNORE}="1" ATTRS{idVendor}=="1546", ATTRS{idProduct}=="01a7", ENV{ID_MM_DEVICE_IGNORE}="1" +ATTRS{idVendor}=="1546", ATTRS{idProduct}=="01a8", ENV{ID_MM_DEVICE_IGNORE}="1" +ATTRS{idVendor}=="1546", ATTRS{idProduct}=="01a9", ENV{ID_MM_DEVICE_IGNORE}="1" # Toby-L4 port types # ttyACM0 (if #2): secondary (ignore) |