diff options
author | Aleksander Morgado <aleksandermj@chromium.org> | 2023-08-05 22:01:53 +0000 |
---|---|---|
committer | Aleksander Morgado <aleksandermj@chromium.org> | 2023-08-05 22:08:01 +0000 |
commit | 50caac4bdd679eada5002c0b5da93a52b26f239a (patch) | |
tree | 72d037a57f2feaec87b060f24413485b8c62b545 | |
parent | 3008012adc1726e9dd9e9f5de5e96b67f086ea21 (diff) |
fibocom: disable multiplexing support in NL668
The NL668 doesn't seem to support multiplexing, as it fails to
transfer data even in the one multiplexed PDN case.
-rw-r--r-- | src/plugins/fibocom/77-mm-fibocom-port-types.rules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/fibocom/77-mm-fibocom-port-types.rules b/src/plugins/fibocom/77-mm-fibocom-port-types.rules index e2cabefc..5793cd62 100644 --- a/src/plugins/fibocom/77-mm-fibocom-port-types.rules +++ b/src/plugins/fibocom/77-mm-fibocom-port-types.rules @@ -25,8 +25,8 @@ ATTRS{idVendor}=="2cb7", ATTRS{idProduct}=="01a0", ENV{.MM_USBIFNUM}=="02", SUBS 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" -# Fibocom NL668 only supports one single multiplexed PDN connection -ATTRS{idVendor}=="2cb7", ATTRS{idProduct}=="01a0", ENV{ID_MM_MAX_MULTIPLEXED_LINKS}="1" +# Fibocom NL668 doesn't support multiplexing properly +ATTRS{idVendor}=="2cb7", ATTRS{idProduct}=="01a0", ENV{ID_MM_MAX_MULTIPLEXED_LINKS}="0" # Fibocom FM150 # ttyUSB0 (if #0): QCDM port |