Re: [PATCH] telit: support RS232 modems

2017-03-16 Thread Aleksander Morgado
On Thu, Mar 16, 2017 at 10:57 AM, Daniele Palmas wrote: > Tested with GL865 and working fine > > daniele@L2122:~$ mmcli -m 0 > > /org/freedesktop/ModemManager1/Modem/0 (device id > 'e31ff4d485c411511410e55f1f682373f9f68e2f') > - > Hardware |

Re: [PATCH] telit: support RS232 modems

2017-03-16 Thread Daniele Palmas
Hi Aleksander (resending with all included), 2017-03-13 20:05 GMT+01:00 Aleksander Morgado : > On Mon, Mar 13, 2017 at 6:29 PM, Daniele Palmas wrote: >>> With this patch on, a Telit RS232 modem still needs the udev tag in >>> the appropriate port to

Re: [PATCH] telit: support RS232 modems

2017-03-13 Thread Dan Williams
On Sun, 2017-03-12 at 20:47 +0100, Aleksander Morgado wrote: > Adding the vendor string match allows us to support RS232 devices in > the Telit plugin: the USB vendor id check may now be ignored and > instead we probe for the vendor string via AT commands, which works > even if the device is

[PATCH] telit: support RS232 modems

2017-03-12 Thread Aleksander Morgado
Adding the vendor string match allows us to support RS232 devices in the Telit plugin: the USB vendor id check may now be ignored and instead we probe for the vendor string via AT commands, which works even if the device is behind a USB<->RS232 adapter.