diff options
author | Aleksander Morgado <aleksandermj@chromium.org> | 2024-08-23 16:26:34 +0000 |
---|---|---|
committer | Aleksander Morgado <aleksandermj@chromium.org> | 2024-08-23 16:26:34 +0000 |
commit | 2b3f4f22c28317c134f8fbe244398c7b1ed7e4f2 (patch) | |
tree | 1026666816083f8a0e9aae31df17eeac0f64a9ba | |
parent | e30ed1bc4799fea776e03f2090f22900a7710af0 (diff) |
fibocom: NL668 ttys are managed by the option driver
So they are ttyUSB instead of ttyACM.
-rw-r--r-- | src/plugins/fibocom/77-mm-fibocom-port-types.rules | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/fibocom/77-mm-fibocom-port-types.rules b/src/plugins/fibocom/77-mm-fibocom-port-types.rules index 9e0e42ad..f2dae538 100644 --- a/src/plugins/fibocom/77-mm-fibocom-port-types.rules +++ b/src/plugins/fibocom/77-mm-fibocom-port-types.rules @@ -17,9 +17,9 @@ ATTRS{idVendor}=="2cb7", ATTRS{idProduct}=="0007", ENV{.MM_USBIFNUM}=="04", ENV{ ATTRS{idVendor}=="2cb7", ATTRS{idProduct}=="0007", ENV{.MM_USBIFNUM}=="06", SUBSYSTEM=="tty", ENV{ID_MM_PORT_TYPE_AT_SECONDARY}="1" # Fibocom NL668-AM -# ttyACM0 (if #2): AT port -# ttyACM1 (if #3): AT port -# ttyACM2 (if #4): debug port (ignore) +# ttyUSB0 (if #2): AT port +# ttyUSB1 (if #3): AT port +# ttyUSB2 (if #4): debug port (ignore) ATTRS{idVendor}=="2cb7", ATTRS{idProduct}=="01a0", ENV{.MM_USBIFNUM}=="02", SUBSYSTEM=="tty", ENV{ID_MM_PORT_TYPE_AT_PRIMARY}="1" ATTRS{idVendor}=="2cb7", ATTRS{idProduct}=="01a0", ENV{.MM_USBIFNUM}=="03", SUBSYSTEM=="tty", ENV{ID_MM_PORT_TYPE_AT_SECONDARY}="1" ATTRS{idVendor}=="2cb7", ATTRS{idProduct}=="01a0", ENV{.MM_USBIFNUM}=="04", ENV{ID_MM_PORT_IGNORE}="1" |