http //ij.start.cannon

2021-12-06 Thread tom09cook
The setup process for every Canon model is almost similar, however the download 
through http //ij.start.cannon or https //ij.start.cannon and  installation 
process may differ.Let’s start with your Canon printer model setup  ij.start 
canon is the manufacturer site to download Canon printer drivers.
https://istartsetup.com/ij-canon-ts3122/
https://istartsetup.com/https-ij-start-cannon/
___
ofono mailing list -- ofono@ofono.org
To unsubscribe send an email to ofono-le...@ofono.org


http //ij.start.cannon

2021-12-06 Thread tom09cook
The setup process for every Canon model is almost similar, however the download 
through http //ij.start.cannon or https //ij.start.cannon and  installation 
process may differ.Let’s start with your Canon printer model setup  ij.start 
canon is the manufacturer site to download Canon printer drivers.
https://istartsetup.com/ij-canon-ts3122/
https://istartsetup.com/https-ij-start-cannon/
___
ofono mailing list -- ofono@ofono.org
To unsubscribe send an email to ofono-le...@ofono.org


ij.start.canon/ts3122

2021-12-06 Thread tom09cook
ij.start canon is the manufacturer site to download Canon printer drivers. 
Install and set up Canon Printer from ij.start.canon and obtain high-quality
printing documents straightforwardly. 
https://www.cijstartcanone.org/
___
ofono mailing list -- ofono@ofono.org
To unsubscribe send an email to ofono-le...@ofono.org


Re: Application of using the best VPN for Mac

2021-12-06 Thread tom09cook
The setup process for every Canon model is almost similar, however the download 
through http //ij.start.cannon or https //ij.start.cannon and  installation 
process may differ.Let’s start with your Canon printer model setup  ij.start 
canon is the manufacturer site to download Canon printer drivers.
https://istartsetup.com/ij-canon-ts3122/
https://istartsetup.com/https-ij-start-cannon/
https://www.cijstartcanone.org/
___
ofono mailing list -- ofono@ofono.org
To unsubscribe send an email to ofono-le...@ofono.org


Re: [PATCH] quectel: get devinfo

2021-12-06 Thread Denis Kenzior

Hi Sean,

On 12/6/21 3:50 AM, Sean Nyekjaer wrote:

Quectel devices returns "Revision:" before the manufacture and revision.
Via dbus:
"Manufacturer" s "Revision: MTK 0828"
"Revision" s "Revision: M95FAR02A08"
---
  plugins/quectel.c | 2 ++
  1 file changed, 2 insertions(+)



Applied.  But you may want to add a quectel specific quirk handler in the 
devinfo driver that strips the 'Revision: ' prefix.  It should not be part of 
the response.


Regards,
-Denis
___
ofono mailing list -- ofono@ofono.org
To unsubscribe send an email to ofono-le...@ofono.org


[PATCH] quectel: get devinfo

2021-12-06 Thread Sean Nyekjaer
Quectel devices returns "Revision:" before the manufacture and revision.
Via dbus:
"Manufacturer" s "Revision: MTK 0828"
"Revision" s "Revision: M95FAR02A08"
---
 plugins/quectel.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/plugins/quectel.c b/plugins/quectel.c
index 5d3ad470..2fd820a5 100644
--- a/plugins/quectel.c
+++ b/plugins/quectel.c
@@ -1228,6 +1228,8 @@ static void quectel_pre_sim(struct ofono_modem *modem)
 
DBG("%p", modem);
 
+   ofono_devinfo_create(modem, data->vendor, "atmodem", data->aux);
+
ofono_voicecall_create(modem, data->vendor, "atmodem", data->aux);
sim = ofono_sim_create(modem, data->vendor, "atmodem", data->aux);
 
-- 
2.34.1
___
ofono mailing list -- ofono@ofono.org
To unsubscribe send an email to ofono-le...@ofono.org