From cb262b09396edd171eb3903e50ce5ddeb593f963 Mon Sep 17 00:00:00 2001 From: David Thornley Date: Fri, 22 Jun 2018 16:25:22 +1000 Subject: 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 --- package/network/utils/wwan/files/data/1e2d-005b | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 package/network/utils/wwan/files/data/1e2d-005b (limited to 'package/network/utils/wwan/files/data/1e2d-005b') 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 +} -- cgit v1.2.3