<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtk-20170518/package/network/utils/wwan/files/data, branch master</title>
<subtitle>MTK 20170518 : Mediatek SDK based on OpenWRT Barrier Breaker</subtitle>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/'/>
<entry>
<title>wwan: Add support for Gemalto Cinterion cellular modules</title>
<updated>2018-06-22T07:31:32+00:00</updated>
<author>
<name>David Thornley</name>
<email>david.thornley@touchstargroup.com</email>
</author>
<published>2018-06-22T06:25:22+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=cb262b09396edd171eb3903e50ce5ddeb593f963'/>
<id>cb262b09396edd171eb3903e50ce5ddeb593f963</id>
<content type='text'>
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 &lt;david.thornley@touchstargroup.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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 &lt;david.thornley@touchstargroup.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>wwan: json format in some modem definitions</title>
<updated>2017-09-16T21:04:46+00:00</updated>
<author>
<name>Alexandru Ardelean</name>
<email>ardeleanalex@gmail.com</email>
</author>
<published>2017-09-04T13:16:00+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=ad510c4d62fd6dd879a02cb2253eb37c2179d9c0'/>
<id>ad510c4d62fd6dd879a02cb2253eb37c2179d9c0</id>
<content type='text'>
Method used:
```
cd package/network/utils/wwan/files/data
sed -e 's/}}/}/g' -i *
sed -e 's/}\t"acm": 1/\t"acm": 1/g' -i *
sed -e 's/}\t"generic": 1/\t"generic": 1/g' -i *
```

Manually adjusted commas.
Validated with
```
for f in `ls` ; do echo $f ; python -m json.tool &lt; $f || break ; done
```

Thanks to @lynxis for pointing out the commas.

Signed-off-by: Alexandru Ardelean &lt;ardeleanalex@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Method used:
```
cd package/network/utils/wwan/files/data
sed -e 's/}}/}/g' -i *
sed -e 's/}\t"acm": 1/\t"acm": 1/g' -i *
sed -e 's/}\t"generic": 1/\t"generic": 1/g' -i *
```

Manually adjusted commas.
Validated with
```
for f in `ls` ; do echo $f ; python -m json.tool &lt; $f || break ; done
```

Thanks to @lynxis for pointing out the commas.

Signed-off-by: Alexandru Ardelean &lt;ardeleanalex@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>wwan: rename data files</title>
<updated>2016-10-26T13:16:51+00:00</updated>
<author>
<name>Simon Hailes</name>
<email>btsimonh@googlemail.com</email>
</author>
<published>2016-10-11T19:30:15+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=86c6b07e15b25d1f6dbb7c0b1ef428c5c4c05395'/>
<id>86c6b07e15b25d1f6dbb7c0b1ef428c5c4c05395</id>
<content type='text'>
This is to ensure that git can be cloned onto a windows drive without failing.

Signed-off-by: Simon Hailes &lt;btsimonh@googlemail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is to ensure that git can be cloned onto a windows drive without failing.

Signed-off-by: Simon Hailes &lt;btsimonh@googlemail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>comgt, wwan: Move USB data files to wwan package</title>
<updated>2015-03-09T14:06:20+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2015-03-09T14:06:20+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=dfb9e7c31c9bbe43641c4a28ca0506e698dd8f2a'/>
<id>dfb9e7c31c9bbe43641c4a28ca0506e698dd8f2a</id>
<content type='text'>
USB modem data files should be a part of the wwan package, which
actually uses them unlike comgt.

Signed-off-by: Matti Laakso &lt;malaakso@elisanet.fi&gt;

SVN-Revision: 44628
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
USB modem data files should be a part of the wwan package, which
actually uses them unlike comgt.

Signed-off-by: Matti Laakso &lt;malaakso@elisanet.fi&gt;

SVN-Revision: 44628
</pre>
</div>
</content>
</entry>
</feed>
