From: clem <[email protected]> --- AUTHORS | 1 + doc/sim800-modem.txt | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 doc/sim800-modem.txt
diff --git a/AUTHORS b/AUTHORS index 52f46e9..c5fa295 100644 --- a/AUTHORS +++ b/AUTHORS @@ -137,3 +137,4 @@ Varun Gargi <[email protected]> Florent Beillonnet <[email protected]> Martin Hundebøll <[email protected]> Julien Tournier <[email protected]> +Clement Viel <[email protected]> diff --git a/doc/sim800-modem.txt b/doc/sim800-modem.txt new file mode 100644 index 0000000..94bf573 --- /dev/null +++ b/doc/sim800-modem.txt @@ -0,0 +1,7 @@ +SIM800 modem usage +=================== + +To enable SIM800 module support you need to put the following +udev rule into appropriate file in /{etc,lib}/udev/rules.d: + +KERNEL=="gsmtty3", ENV{OFONO_DRIVER}="sim800" -- 2.7.4 _______________________________________________ ofono mailing list [email protected] https://lists.ofono.org/mailman/listinfo/ofono
