Open Source Telephony
 help / color / mirror / Atom feed
* [PATCH 2/3] sim800: merge sim800 and sim900 documentation.
@ 2018-11-12 20:32 Clement Viel
  2018-11-13  1:25 ` Denis Kenzior
  0 siblings, 1 reply; 2+ messages in thread
From: Clement Viel @ 2018-11-12 20:32 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 1683 bytes --]

---
 doc/sim900-modem.txt | 12 ------------
 doc/simcom-modem.txt | 22 ++++++++++++++++++++++
 2 files changed, 22 insertions(+), 12 deletions(-)
 delete mode 100644 doc/sim900-modem.txt
 create mode 100644 doc/simcom-modem.txt

diff --git a/doc/sim900-modem.txt b/doc/sim900-modem.txt
deleted file mode 100644
index e9f051c..0000000
--- a/doc/sim900-modem.txt
+++ /dev/null
@@ -1,12 +0,0 @@
-SIM900 modem usage
-===================
-
-To enable SIM900 module support you need to put the following
-udev rule into appropriate file in /{etc,lib}/udev/rules.d:
-
-KERNEL=="gsmtty3", ENV{OFONO_DRIVER}="sim900"
-
-On the i-Tetra tracking device, the SIM900 is accessed
-via N_GSM mux device. We use ofono as SMS message
-service and incoming voice calls service, so we
-use /dev/gsmtty1 provided by N_GSM mux.
diff --git a/doc/simcom-modem.txt b/doc/simcom-modem.txt
new file mode 100644
index 0000000..0a81307
--- /dev/null
+++ b/doc/simcom-modem.txt
@@ -0,0 +1,22 @@
+SIM900 modem usage
+===================
+
+To enable SIM900 module support you need to put the following
+udev rule into appropriate file in /{etc,lib}/udev/rules.d:
+
+KERNEL=="gsmtty3", ENV{OFONO_DRIVER}="sim900"
+
+On the i-Tetra tracking device, the SIM900 is accessed
+via N_GSM mux device. We use ofono as SMS message
+service and incoming voice calls service, so we
+use /dev/gsmtty1 provided by N_GSM mux.
+
+SIM800 modem usage
+==================
+
+When using sim800 modem, the udev rule is the same as the
+sim900 rule :
+
+KERNEL=="ttyS3", ENV{OFONO_DRIVER}="sim900"
+
+Because the SIM800 and SIM900 code are the merged into one driver.
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-11-13  1:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-12 20:32 [PATCH 2/3] sim800: merge sim800 and sim900 documentation Clement Viel
2018-11-13  1:25 ` Denis Kenzior

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox