diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2018-06-02 16:48:07 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2018-06-02 16:51:07 +0200 |
commit | 4bc7d6862d3b908476e8bddd70cfc9e571dc9622 (patch) | |
tree | 4baac126e4b2fe7be0cba011a6adaed100c0f370 | |
parent | 6c37488d4ebbbb2afdefce193e6fb4070cde8ab3 (diff) |
u-blox: wait 20s before probing TOBY-L200 ports
https://bugs.freedesktop.org/show_bug.cgi?id=106623
-rw-r--r-- | plugins/ublox/77-mm-ublox-port-types.rules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/ublox/77-mm-ublox-port-types.rules b/plugins/ublox/77-mm-ublox-port-types.rules index 168d1571..71b1c569 100644 --- a/plugins/ublox/77-mm-ublox-port-types.rules +++ b/plugins/ublox/77-mm-ublox-port-types.rules @@ -18,6 +18,12 @@ ATTRS{idVendor}=="1546", ATTRS{idProduct}=="1010", ENV{.MM_USBIFNUM}=="04", ENV{ ATTRS{idVendor}=="1546", ATTRS{idProduct}=="1010", ENV{.MM_USBIFNUM}=="06", ENV{ID_MM_UBLOX_PORT_READY_DELAY}="20" ATTRS{idVendor}=="1546", ATTRS{idProduct}=="1010", ENV{.MM_USBIFNUM}=="08", ENV{ID_MM_PORT_IGNORE}="1" +# TOBY-L200 +# Wait up to 20s before probing AT ports +ATTRS{idVendor}=="1546", ATTRS{idProduct}=="1141", ENV{ID_MM_UBLOX_PORT_READY_DELAY}="20" +ATTRS{idVendor}=="1546", ATTRS{idProduct}=="1143", ENV{ID_MM_UBLOX_PORT_READY_DELAY}="20" +ATTRS{idVendor}=="1546", ATTRS{idProduct}=="1146", ENV{ID_MM_UBLOX_PORT_READY_DELAY}="20" + # TOBY-R2 port types # ttyACM0 (if #0): primary # ttyACM1 (if #2): secondary |