projects
/
platform
/
upstream
/
ofono.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d388a6
)
doc: SIM900 driver usage documentation
author
Renat Zaripov
<r.r.zaripov@gmail.com>
Thu, 12 Jan 2012 12:32:21 +0000
(16:32 +0400)
committer
Denis Kenzior
<denkenz@gmail.com>
Thu, 12 Jan 2012 05:48:24 +0000
(23:48 -0600)
Adding a short description for usage of SIM900 plugin
doc/sim900-modem.txt
[new file with mode: 0644]
patch
|
blob
diff --git a/doc/sim900-modem.txt
b/doc/sim900-modem.txt
new file mode 100644
(file)
index 0000000..
e9f051c
--- /dev/null
+++ b/
doc/sim900-modem.txt
@@ -0,0
+1,12
@@
+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.