List of supported modems in QMI-mode?
Dan Williams
dcbw at redhat.com
Wed Sep 7 13:31:51 UTC 2016
On Wed, 2016-09-07 at 11:05 +0530, Ajay Garg wrote:
> Hi All.
>
> Is there a list of modem-ids where QMI-mode is supported?
> That will be a great help.
>
> At the moment, I am trying to dig out the status for a ZTE-modem with
> id
> 19d2:0117.
The devices must be recognized by the right kernel drivers for QMI, and
that means qmi_wwan. So you can look at the device list in the
kernel's drivers/net/usb/qmi_wwan.c file. Anything in that list is
what's currently supported for that kernel version:
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/drivers/net/usb/qmi_wwan.c
The 0117 device (is it a ZTE MF667?) isn't in that file, but it has a
Qualcomm MDM8200A in it, so it might support QMI. The best thing to do
is just add the ID and see if you can speak QMI to it.
Dan
More information about the ModemManager-devel
mailing list