diff options
author | David Thornley <david.thornley@touchstargroup.com> | 2018-06-22 16:25:22 +1000 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-06-22 09:45:08 +0200 |
commit | c4a0c0718af301076809b700d243be6bcf4a958d (patch) | |
tree | 2e10540a9b3f6069860eb48c53250568079a6623 /package/network/utils/wwan/files/data/1e2d-005b | |
parent | 2ac5800fd945e41f27954942afa6742c2b6c9781 (diff) | |
download | upstream-c4a0c0718af301076809b700d243be6bcf4a958d.tar.gz upstream-c4a0c0718af301076809b700d243be6bcf4a958d.tar.bz2 upstream-c4a0c0718af301076809b700d243be6bcf4a958d.zip |
wwan: Add support for Gemalto Cinterion cellular modules
Includes specific support for PH8(1e2d-0053) / ELS61(1e2d-005b) modules.
Note for ELS61, the serial driver changes from serial option(ttyUSB) to usb-cdc (ttyACM).
Two additional fixes in this commit resolve issues with ttyACM devices: -
* wwan.sh - sys-fs has a subdirectory indirection (*/tty/ttyACMx) which was not handled properly
* wwan.usb - dependent scripts were not included, so this never actually called proto_set_available for example (and relied on inadvertent call for ttyUSB case)
Signed-off-by: David Thornley <david.thornley@touchstargroup.com>
(cherry picked from commit cb262b09396edd171eb3903e50ce5ddeb593f963)
Diffstat (limited to 'package/network/utils/wwan/files/data/1e2d-005b')
-rw-r--r-- | package/network/utils/wwan/files/data/1e2d-005b | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/package/network/utils/wwan/files/data/1e2d-005b b/package/network/utils/wwan/files/data/1e2d-005b new file mode 100644 index 0000000000..6678ff080c --- /dev/null +++ b/package/network/utils/wwan/files/data/1e2d-005b @@ -0,0 +1,5 @@ +{ + "desc": "Cinterion ELS61", + "control": 1, + "data": 0 +} |