Re: Cinterion modems

2020-03-20 Thread Giacinto Cifelli
Hi Aleksander, On Fri, Mar 20, 2020 at 4:01 PM Aleksander Morgado wrote: > > Hey Giacinto, > > > I would like to add some Cinterion/Gemalto/Thales modems in > > ModemManager, and I have some questions: > > Nice! > > > - first of all, if code from the modem vendors are welcome > > - is there a

[PATCH] configure.ac: check for program xsltproc availability

2020-03-20 Thread Giacinto Cifelli
--- configure.ac | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure.ac b/configure.ac index 57495032..fad73a66 100644 --- a/configure.ac +++ b/configure.ac @@ -46,6 +46,9 @@ AM_PROG_CC_C_O AC_PROG_INSTALL AC_PROG_MKDIR_P +AC_CHECK_PROG(XSLTPROC_CHECK,xsltproc,yes) +AS_IF([test

Re: Cinterion modems

2020-03-20 Thread Aleksander Morgado
Hey Giacinto, > I would like to add some Cinterion/Gemalto/Thales modems in > ModemManager, and I have some questions: Nice! > - first of all, if code from the modem vendors are welcome > - is there a procedure to submit commits? I see that on the gitlab > page there are some pull requests. Is

Cinterion modems

2020-03-20 Thread Giacinto Cifelli
Dear ModemManager community, I would like to add some Cinterion/Gemalto/Thales modems in ModemManager, and I have some questions: - first of all, if code from the modem vendors are welcome - is there a procedure to submit commits? I see that on the gitlab page there are some pull requests. Is it