From: Pablo Neira Ayuso pablo@gnumonks.org
Hi!
Harald and me have been working on getting Wavecom Q2403 modem working with ofono. I promise to submit this to ofono mainstream at some point.
It includes the udev configuration (see 80-ofono-wavecom.rules).
Pablo Neira Ayuso (1): ofono: add support for Wavecom Q2403 modem
80-ofono-wavecom.rules | 6 ++ Makefile.am | 3 + acinclude.m4 | 2 +- drivers/atmodem/sim.c | 8 ++ drivers/atmodem/sms.c | 31 ++++++- drivers/atmodem/vendor.h | 1 + gatchat/gatchat.c | 3 +- plugins/udev.c | 2 + plugins/wavecom_q.c | 192 ++++++++++++++++++++++++++++++++++++++++++++++ 9 files changed, 241 insertions(+), 7 deletions(-) create mode 100644 80-ofono-wavecom.rules create mode 100644 plugins/wavecom_q.c