From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============6191225592699019497==" MIME-Version: 1.0 From: Dragos Tatulea Subject: [PATCH 01/19] plugins/udevng: support the U-Blox TOBY-L2 series Date: Wed, 09 Mar 2016 16:44:42 +0100 Message-ID: <1457538300-7183-2-git-send-email-dragos@endocode.com> In-Reply-To: <1457538300-7183-1-git-send-email-dragos@endocode.com> List-Id: To: ofono@ofono.org --===============6191225592699019497== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Dongsu Park The newest generation of U-Blox TOBY-L2 series can be detected with VID 0x1546 (the same as before), and one of the following PIDs: * "0x1146" : high throughput profile * "0x1141" : fairly back-compatible profile * "0x1143" : low/medium throughput profile This patch adds detection for high throughput mode. --- plugins/udevng.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/udevng.c b/plugins/udevng.c index e43d045..52b667e 100644 --- a/plugins/udevng.c +++ b/plugins/udevng.c @@ -1120,6 +1120,8 @@ static struct { { "samsung", "kalmia" }, { "quectel", "option", "05c6", "9090" }, { "ublox", "cdc_acm", "1546", "1102" }, + { "ublox", "rndis_host", "1546", "1146" }, + { "ublox", "cdc_acm", "1546", "1146" }, { } }; = -- = 2.5.0 --===============6191225592699019497==--