diff options
author | som <somashekhar.puttagangaiah@intel.com> | 2022-02-06 23:19:57 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2022-03-07 09:51:43 +0000 |
commit | 40c791e293c9c58106a256ec0b251f28ebcd068a (patch) | |
tree | 5cd15d44bd2c8b4de1e2045cec4241e1e3ec6a3f /configure.ac | |
parent | 81c3b59f75ccc09d87100196ca2932de371320de (diff) |
intel: new plugin for PCI devices with vendor id 0x8086
For now, just detecting the device and creating generic MBIM or AT
based modems.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 7e10c676..c1ce60ad 100644 --- a/configure.ac +++ b/configure.ac @@ -519,6 +519,7 @@ MM_ENABLE_PLUGIN([foxconn], MM_ENABLE_PLUGIN([gosuncn]) MM_ENABLE_PLUGIN([haier]) MM_ENABLE_PLUGIN([huawei]) +MM_ENABLE_PLUGIN([intel]) MM_ENABLE_PLUGIN([iridium]) MM_ENABLE_PLUGIN([linktop]) MM_ENABLE_PLUGIN([longcheer]) |