Hi Jonas,
On 03/12/2019 06:09 AM, Jonas Bonn wrote:
Many ublox modems can sit on either the USB bus or talk directly to
a
UART. The udev plugin mostly takes care of figuring out what ports to
talk to and the protocol is common for all devices after that.
This patch simplifies the setup a bit:
i) There must always be an aux channel for communication with the modem
ii) The aux channel may be found behind the string Aux for USB modems
or Device for serial modems
iii) If the Modem string is set, use it; if not set, assume it's not
available.
---
plugins/ublox.c | 21 ++++++++++-----------
1 file changed, 10 insertions(+), 11 deletions(-)
Applied, thanks.
Regards,
-Denis