forked from Ivasoft/openwrt
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>
This commit is contained in:
committed by
John Crispin
parent
b8bdeace39
commit
cb262b0939
5
package/network/utils/wwan/files/data/1e2d-005b
Normal file
5
package/network/utils/wwan/files/data/1e2d-005b
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"desc": "Cinterion ELS61",
|
||||
"control": 1,
|
||||
"data": 0
|
||||
}
|
||||
Reference in New Issue
Block a user