diff options
author | aTanW <villy@sft.ru> | 2014-12-09 19:32:33 +0300 |
---|---|---|
committer | aTanW <villy@sft.ru> | 2014-12-09 19:32:33 +0300 |
commit | f044f11552a1872de82ca1768a51d634231f4a4a (patch) | |
tree | eafa436e066ae61cc00bc24bef96b63d4f369dab /utils/gammu/files | |
parent | 5118fb228659c1f298bf7ad7fb6f3bf92738342f (diff) |
This adds package gammu v 1.33.0 to the build tree
Gammu is a tool for cell phone/modem control, including
send/receive SMS, phone directory and other.
Signed-off-by: Vitaly Protsko <villy@sft.ru>
---
Makefile | 68 +++++++++++++++++++++++++++++++
files/gammurc | 37 ++++++++++++++++
patches/001-iconv-disabling-option.patch | 51 +++++++++++++++++++++++
patches/002-no-fstack-protector.patch | 11 +++++
patches/003-cmake-cross-toolchain.patch | 43 +++++++++++++++++++
patches/010-utils-shell-fix.patch | 16 +++++++
6 files changed, 226 insertions(+)
Diffstat (limited to 'utils/gammu/files')
-rw-r--r-- | utils/gammu/files/gammurc | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/utils/gammu/files/gammurc b/utils/gammu/files/gammurc new file mode 100644 index 000000000..d547c04d7 --- /dev/null +++ b/utils/gammu/files/gammurc @@ -0,0 +1,37 @@ +# Port : "/dev/ttyS%" or "/dev/ircomm%" ("irda" connection), "/dev/ttyUSB%" +# (instead of "%" please put "0", "1", "2", etc.) +# Model : use only, when Gammu doesn't recognize your phone model. +# Put it here. Example values: "6110", "6150", "6210", "8210" +# Connection : type of connection. Use "fbus" or "mbus" or "dlr3" or +# "irda" (Infrared over sockets) or "infrared" (DirectIR) +# or "at19200" (AT commands on 19200, 8 bits, None parity, +# 1 stop bit, no flow control) or "at115200" (AT commands on +# 115200, 8 bits, None parity, 1 stop bit, no flow control) +# or "atblue" (AT over BlueTooth) or "dlr3blue" (FBUS +# over BlueTooth) +# SynchronizeTime: If you want to set time from computer to phone during +# starting connection. Do not rather use this option when want +# to reset phone during connection (in some phones need to +# set time again after restart) +# Logfile : Use, when want to have logfile from communication. +# Logformat : What debug info and format should be used: +# "nothing" - no debug level, "text" - transmission dump in +# text format, "textall" - all possible info in text format, +# "errors" - errors in text format, "binary" - transmission +# dump in binary format +# Use_Locking : under Unix/Linux use "yes", if want to lock used device +# to prevent using it by other applications +# GammuLoc : name of localisation file + +[gammu] + +port = /dev/ttyUSB0 +#model = +connection = at +#synchronizetime = yes +#logfile = +#logformat = errors +use_locking = yes +#gammuloc = + +# EOF /etc/gammurc |