<feed xmlns='http://www.w3.org/2005/Atom'>
<title>meta-multitech.git, branch 3.2.0</title>
<subtitle>MultiTech BSP Layer</subtitle>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/meta-multitech.git/'/>
<entry>
<title>linux-3.12.27: bump PR</title>
<updated>2016-05-02T21:58:54+00:00</updated>
<author>
<name>Jesse Gilles</name>
<email>jgilles@multitech.com</email>
</author>
<published>2016-05-02T21:58:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/meta-multitech.git/commit/?id=e39fd4b38c69467e3380b32117fbb39224de5416'/>
<id>e39fd4b38c69467e3380b32117fbb39224de5416</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>linux-3.12.27: mtcdt: update defconfig</title>
<updated>2016-05-02T21:58:43+00:00</updated>
<author>
<name>Jesse Gilles</name>
<email>jgilles@multitech.com</email>
</author>
<published>2016-05-02T21:58:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/meta-multitech.git/commit/?id=e2034d4810d4f561101eccef1092bce93fa9cb2d'/>
<id>e2034d4810d4f561101eccef1092bce93fa9cb2d</id>
<content type='text'>
Enable IPv6, netfilter, VLAN_8021Q
Enable more Bluetooth UART protocols
Enable more crypto options
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Enable IPv6, netfilter, VLAN_8021Q
Enable more Bluetooth UART protocols
Enable more crypto options
</pre>
</div>
</content>
</entry>
<entry>
<title>linux-3.12.27: fix interface blacklist for Telit LE910</title>
<updated>2016-05-02T21:56:13+00:00</updated>
<author>
<name>Jesse Gilles</name>
<email>jgilles@multitech.com</email>
</author>
<published>2016-05-02T21:56:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/meta-multitech.git/commit/?id=bcdefc95d7244c1c86ea826dbd811d0115919241'/>
<id>bcdefc95d7244c1c86ea826dbd811d0115919241</id>
<content type='text'>
Fixes cdc-wdm, wwan interface
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes cdc-wdm, wwan interface
</pre>
</div>
</content>
</entry>
<entry>
<title>machine/mtcdt: mts-io 1.1.4</title>
<updated>2016-01-15T19:41:44+00:00</updated>
<author>
<name>Jesse Gilles</name>
<email>jgilles@multitech.com</email>
</author>
<published>2016-01-15T19:41:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/meta-multitech.git/commit/?id=8aa688d906556c6cdcb0cbba1779f5aee69b8a5a'/>
<id>8aa688d906556c6cdcb0cbba1779f5aee69b8a5a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix logging verbosity when disconnecting from cell modem tty:</title>
<updated>2015-10-13T14:45:17+00:00</updated>
<author>
<name>jhatch</name>
<email>jhatch@multitech.com</email>
</author>
<published>2015-10-13T13:00:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/meta-multitech.git/commit/?id=d57cce5f3f6fb108c2c9e26712cf92705eebc476'/>
<id>d57cce5f3f6fb108c2c9e26712cf92705eebc476</id>
<content type='text'>
    From Linux stable kernel 4ad8d53c777d5b48115b8cb9e73391ac434f9e60:

    USB: option: reduce interrupt-urb logging verbosity

    commit f0e4cba2534cd88476dff920727c81350130f3c5 upstream.

    Do not log normal interrupt-urb shutdowns as errors.

    The option driver has always been logging any nonzero interrupt-urb
    status as an error, including when the urb is killed during normal
    operation.

    Commit 9096f1fbba91 ("USB: usb_wwan: fix potential NULL-deref at
    resume") moved the interrupt urb submission from port probe and release
    to open and close, thus potentially increasing the number of these
    false-positive error messages dramatically.

    Reported-by: Ed Butler &lt;ressy66@ausics.net&gt;
    Tested-by: Ed Butler &lt;ressy66@ausics.net&gt;
    Signed-off-by: Johan Hovold &lt;johan@kernel.org&gt;
    Signed-off-by: Jiri Slaby &lt;jslaby@suse.cz&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
    From Linux stable kernel 4ad8d53c777d5b48115b8cb9e73391ac434f9e60:

    USB: option: reduce interrupt-urb logging verbosity

    commit f0e4cba2534cd88476dff920727c81350130f3c5 upstream.

    Do not log normal interrupt-urb shutdowns as errors.

    The option driver has always been logging any nonzero interrupt-urb
    status as an error, including when the urb is killed during normal
    operation.

    Commit 9096f1fbba91 ("USB: usb_wwan: fix potential NULL-deref at
    resume") moved the interrupt urb submission from port probe and release
    to open and close, thus potentially increasing the number of these
    false-positive error messages dramatically.

    Reported-by: Ed Butler &lt;ressy66@ausics.net&gt;
    Tested-by: Ed Butler &lt;ressy66@ausics.net&gt;
    Signed-off-by: Johan Hovold &lt;johan@kernel.org&gt;
    Signed-off-by: Jiri Slaby &lt;jslaby@suse.cz&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[IN001224] Kernel Oops fix</title>
<updated>2015-07-13T18:03:22+00:00</updated>
<author>
<name>Jeff Hatch</name>
<email>jhatch@multitech.com</email>
</author>
<published>2015-07-13T18:03:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/meta-multitech.git/commit/?id=1dc0c89c86123ef1c876785e4dc806ac3d6024c8'/>
<id>1dc0c89c86123ef1c876785e4dc806ac3d6024c8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>mts-io: create /dev links for MTAC-MFSER cards</title>
<updated>2015-04-27T18:49:25+00:00</updated>
<author>
<name>Jesse Gilles</name>
<email>jgilles@multitech.com</email>
</author>
<published>2015-04-27T18:49:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/meta-multitech.git/commit/?id=2649fb6602531e43eeac8f08b6326cb538babad7'/>
<id>2649fb6602531e43eeac8f08b6326cb538babad7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bumped mts-io</title>
<updated>2015-04-08T15:30:27+00:00</updated>
<author>
<name>Sean Godinez</name>
<email>sgodinez@multitech.com</email>
</author>
<published>2015-04-08T15:30:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/meta-multitech.git/commit/?id=4091fe68514a5c1522210f33ed8cf95e069f7b83'/>
<id>4091fe68514a5c1522210f33ed8cf95e069f7b83</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>u-boot-2012.10: mtcdt: read ethernet addr from EEPROM</title>
<updated>2015-03-31T22:18:02+00:00</updated>
<author>
<name>Jesse Gilles</name>
<email>jgilles@multitech.com</email>
</author>
<published>2015-03-31T22:18:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/meta-multitech.git/commit/?id=54fbe1a67c118d5150af59b2ca73e0e91e2fb255'/>
<id>54fbe1a67c118d5150af59b2ca73e0e91e2fb255</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>mts-io: add radio-reset on reboot</title>
<updated>2015-03-26T21:34:50+00:00</updated>
<author>
<name>Jesse Gilles</name>
<email>jgilles@multitech.com</email>
</author>
<published>2015-03-26T21:34:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/meta-multitech.git/commit/?id=8ffce0d8733757e896e434a725913829de1b416e'/>
<id>8ffce0d8733757e896e434a725913829de1b416e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
