diff options
author | Aleksander Morgado <aleksandermj@chromium.org> | 2023-06-15 08:27:13 +0000 |
---|---|---|
committer | Aleksander Morgado <aleksandermj@chromium.org> | 2023-06-16 20:58:04 +0000 |
commit | 3004a3e53263625da0b26e50c9107f1bad5b371e (patch) | |
tree | e9377da944a3ec31e6b297d407716a998f8928fd /docs | |
parent | 547d40009c665d523e15cabfee028fc2604660dd (diff) |
broadband-modem-qmi|mbim: allow limiting multiplexed links with udev tags
Certain QMI or MBIM devices may not be able to support multiplexing at
all, or they may support a limited amount of links.
The new ID_MM_MAX_MULTIPLEXED_LINKS udev tag allows specifying the
maximum number of supported multiplexed links; e.g. 0 to report none
supported or 1 to report that one single multiplexed link is
supported.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/api/ModemManager-sections.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/reference/api/ModemManager-sections.txt b/docs/reference/api/ModemManager-sections.txt index 54398f49..576f1afc 100644 --- a/docs/reference/api/ModemManager-sections.txt +++ b/docs/reference/api/ModemManager-sections.txt @@ -223,6 +223,7 @@ ID_MM_PORT_TYPE_MBIM ID_MM_TTY_BAUDRATE ID_MM_TTY_FLOW_CONTROL ID_MM_REQUIRED +ID_MM_MAX_MULTIPLEXED_LINKS <SUBSECTION Deprecated> ID_MM_TTY_BLACKLIST ID_MM_TTY_MANUAL_SCAN_ONLY |