<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/ModemManager.git/src, branch 06-api</title>
<subtitle>gitlab.freedesktop.org: mobile-broadband/ModemManager.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ModemManager.git/'/>
<entry>
<title>plugin-base: avoid launching AT probing on new ports if the modem expects only one</title>
<updated>2012-03-13T17:20:01+00:00</updated>
<author>
<name>Aleksander Morgado</name>
<email>aleksander@lanedo.com</email>
</author>
<published>2012-03-13T17:20:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ModemManager.git/commit/?id=c799aed5c6c479bfeb6bba8c5541761319ca3e8c'/>
<id>c799aed5c6c479bfeb6bba8c5541761319ca3e8c</id>
<content type='text'>
If we got an existing modem showing a new port, and the plugin handling that modem
said that only one AT port was expected, we shouldn't be AT-probing it any more.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If we got an existing modem showing a new port, and the plugin handling that modem
said that only one AT port was expected, we shouldn't be AT-probing it any more.
</pre>
</div>
</content>
</entry>
<entry>
<title>base-modem: new method to check if the modem got any AT port</title>
<updated>2012-03-13T17:18:43+00:00</updated>
<author>
<name>Aleksander Morgado</name>
<email>aleksander@lanedo.com</email>
</author>
<published>2012-03-13T17:18:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ModemManager.git/commit/?id=810d0d4ac636daafb8b792ffe23a8bdd8a2046b2'/>
<id>810d0d4ac636daafb8b792ffe23a8bdd8a2046b2</id>
<content type='text'>
Required for the single-at logic in the plugins.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Required for the single-at logic in the plugins.
</pre>
</div>
</content>
</entry>
<entry>
<title>port-probe: new probing result setters</title>
<updated>2012-03-13T17:17:53+00:00</updated>
<author>
<name>Aleksander Morgado</name>
<email>aleksander@lanedo.com</email>
</author>
<published>2012-03-13T17:17:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ModemManager.git/commit/?id=5248e8b776287610412dc5ba8dc3aaf88e1d818c'/>
<id>5248e8b776287610412dc5ba8dc3aaf88e1d818c</id>
<content type='text'>
We make them public, so that we can set results before actually running the
probing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We make them public, so that we can set results before actually running the
probing.
</pre>
</div>
</content>
</entry>
<entry>
<title>plugin-base: only cancel AT probing in probes of the same device</title>
<updated>2012-03-13T15:47:06+00:00</updated>
<author>
<name>Aleksander Morgado</name>
<email>aleksander@lanedo.com</email>
</author>
<published>2012-03-13T15:47:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ModemManager.git/commit/?id=8fe6c1441dd3f39d37aba0a2b3bb3a9b2f75f40e'/>
<id>8fe6c1441dd3f39d37aba0a2b3bb3a9b2f75f40e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>build: require gudev &gt;= 147</title>
<updated>2012-03-13T15:42:49+00:00</updated>
<author>
<name>Aleksander Morgado</name>
<email>aleksander@lanedo.com</email>
</author>
<published>2012-03-13T15:42:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ModemManager.git/commit/?id=1ef8dade8cbf60e19b12fe1f51895b1f38463ff0'/>
<id>1ef8dade8cbf60e19b12fe1f51895b1f38463ff0</id>
<content type='text'>
Since udev 147 the gudev API is no longer marked as experimental, and therefore
`G_UDEV_API_IS_SUBJECT_TO_CHANGE' is no longer needed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since udev 147 the gudev API is no longer marked as experimental, and therefore
`G_UDEV_API_IS_SUBJECT_TO_CHANGE' is no longer needed.
</pre>
</div>
</content>
</entry>
<entry>
<title>port-probe: probing may just require vendor or product probing</title>
<updated>2012-03-13T13:58:42+00:00</updated>
<author>
<name>Aleksander Morgado</name>
<email>aleksander@lanedo.com</email>
</author>
<published>2012-03-13T13:58:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ModemManager.git/commit/?id=000b0bb81100599a3c487bc3cf39dd3628758299'/>
<id>000b0bb81100599a3c487bc3cf39dd3628758299</id>
<content type='text'>
If we already had probed, e.g. AT capabilities, and a next plugin requires
Vendor AT probing, the task will only show that VENDOR_AT is requested.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If we already had probed, e.g. AT capabilities, and a next plugin requires
Vendor AT probing, the task will only show that VENDOR_AT is requested.
</pre>
</div>
</content>
</entry>
<entry>
<title>base-modem: ensure we cancel any ongoing operation when we're disposing</title>
<updated>2012-03-13T12:49:25+00:00</updated>
<author>
<name>Aleksander Morgado</name>
<email>aleksander@lanedo.com</email>
</author>
<published>2012-03-13T12:49:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ModemManager.git/commit/?id=ab53841f0c457d8489188fb5b372af7128bb5140'/>
<id>ab53841f0c457d8489188fb5b372af7128bb5140</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>iface-modem: treat serial errors also as fatal when checking unlock status</title>
<updated>2012-03-13T12:12:18+00:00</updated>
<author>
<name>Aleksander Morgado</name>
<email>aleksander@lanedo.com</email>
</author>
<published>2012-03-13T12:12:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ModemManager.git/commit/?id=8fe377cfdd9fb2bfd3622f0d494ee938efd55771'/>
<id>8fe377cfdd9fb2bfd3622f0d494ee938efd55771</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fixup! serial-port: don't warn when trying to close a port which was forced to be closed</title>
<updated>2012-03-13T11:52:27+00:00</updated>
<author>
<name>Aleksander Morgado</name>
<email>aleksander@lanedo.com</email>
</author>
<published>2012-03-13T11:52:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ModemManager.git/commit/?id=5d3cfb66f79998891d115d289c2f7d1ae289a828'/>
<id>5d3cfb66f79998891d115d289c2f7d1ae289a828</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>iface-modem-time: let initialization and enabling sequences get cancelled</title>
<updated>2012-03-13T11:35:15+00:00</updated>
<author>
<name>Aleksander Morgado</name>
<email>aleksander@lanedo.com</email>
</author>
<published>2012-03-13T11:35:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ModemManager.git/commit/?id=d871ee78954ebf4fa3ae8efa053399caf05616aa'/>
<id>d871ee78954ebf4fa3ae8efa053399caf05616aa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
