Discussion:
[PATCH 2/3] sim800: merge sim800 and sim900 documentation.
Clement Viel
2018-11-12 20:32:54 UTC
Permalink
---
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
Denis Kenzior
2018-11-13 01:25:03 UTC
Permalink
Hi Clement,
Post by Clement Viel
---
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
Applied, thanks.

Regards,
-Denis

Loading...