From f044f11552a1872de82ca1768a51d634231f4a4a Mon Sep 17 00:00:00 2001 From: aTanW Date: Tue, 9 Dec 2014 19:32:33 +0300 Subject: 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 --- 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(+) --- utils/gammu/files/gammurc | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 utils/gammu/files/gammurc (limited to 'utils/gammu/files') 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 -- cgit v1.2.3