From: Clement Viel <vielclement@gmail.com>
To: ofono@ofono.org
Subject: [PATCH 2/3] sim800: merge sim800 and sim900 documentation.
Date: Mon, 12 Nov 2018 21:32:54 +0100 [thread overview]
Message-ID: <1542054775-10576-2-git-send-email-vielclement@gmail.com> (raw)
[-- 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
next reply other threads:[~2018-11-12 20:32 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-11-12 20:32 Clement Viel [this message]
2018-11-13 1:25 ` [PATCH 2/3] sim800: merge sim800 and sim900 documentation Denis Kenzior
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1542054775-10576-2-git-send-email-vielclement@gmail.com \
--to=vielclement@gmail.com \
--cc=ofono@ofono.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox