plugins/udevng: support the U-Blox TOBY-L2 series

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.
This commit is contained in:
Dongsu Park 2016-03-09 16:44:42 +01:00 committed by Denis Kenzior
parent e28c554059
commit 56ff134721
1 changed files with 2 additions and 0 deletions

View File

@ -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" },
{ }
};