-
Committer:
Mathieu Trudel-Lapierre
-
Date:
2013-04-11 01:02:29 UTC
-
Revision ID:
mathieu-tl@ubuntu.com-20130411010229-b4sbnbrovrpu8bx5
* debian/patches/lp1164023_try_csq_if_cind_fails_5d854a3.patch: fallback to
trying AT+CSQ if AT+CIND fails. (LP: #1164023)
* debian/patches/git_udev_match_both_vid_pid_e322ccf.patch: match both VID
and PID when matching devices: If the rules to tag specific USB interface
numbers only apply on the PID, we'll end up seeing that if the port has a
parent with another PID, and that other PID also has a rule, port will get
tagged multiple times.
* debian/patches/git_mbm_remove_check_poll_when_conn_1652019.patch: mbm:
remove connection attempt check poll explicitly when connected: Completing
a MMCallbackInfo is done asynchronously (in an idle), which means that we
may get the poll timeout called in between...