udevng: remove vendor ID to make it generic for intel modem

This commit is contained in:
Varun Gargi 2018-05-23 10:59:00 +05:30 committed by Denis Kenzior
parent 34ff57e083
commit 0ee376ccab
1 changed files with 2 additions and 2 deletions

View File

@ -1671,8 +1671,8 @@ static struct {
{ "gemalto", "cdc_ether", "1e2d", "0061" },
{ "telit", "cdc_ncm", "1bc7", "0036" },
{ "telit", "cdc_acm", "1bc7", "0036" },
{ "xmm7xxx", "cdc_acm", "8087", "0930" },
{ "xmm7xxx", "cdc_ncm", "8087", "0930" },
{ "xmm7xxx", "cdc_acm", "8087" },
{ "xmm7xxx", "cdc_ncm", "8087" },
{ }
};