summaryrefslogtreecommitdiff
path: root/meta-extras/packages/openmoko/libgsmd/htcuniversal/default
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2007-07-09 14:00:01 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2007-07-09 14:00:01 +0000
commit7aa012b407160f1ccf66545fb7a48bb679fef48a (patch)
tree72e0d21e69ca57b5577bb8f02874b9fee15b3cc3 /meta-extras/packages/openmoko/libgsmd/htcuniversal/default
parent5ff8d3eb52c2cfce75a15108567546820d651597 (diff)
downloadopenembedded-core-7aa012b407160f1ccf66545fb7a48bb679fef48a.tar.gz
openembedded-core-7aa012b407160f1ccf66545fb7a48bb679fef48a.tar.bz2
openembedded-core-7aa012b407160f1ccf66545fb7a48bb679fef48a.tar.xz
openembedded-core-7aa012b407160f1ccf66545fb7a48bb679fef48a.zip
libgsmd: added from OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2132 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta-extras/packages/openmoko/libgsmd/htcuniversal/default')
-rw-r--r--meta-extras/packages/openmoko/libgsmd/htcuniversal/default10
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-extras/packages/openmoko/libgsmd/htcuniversal/default b/meta-extras/packages/openmoko/libgsmd/htcuniversal/default
new file mode 100644
index 000000000..b09d433d1
--- /dev/null
+++ b/meta-extras/packages/openmoko/libgsmd/htcuniversal/default
@@ -0,0 +1,10 @@
+# gsmd This shell script configures for the gsmd init script.
+
+GSMD_OPTS="-s 115200 -F -w 1"
+
+# If your GSM device needs to be powered up, uncomment and modify the next line
+#GSM_POW="/sys/bus/platform/devices/gta01-pm-gsm.0/power_on"
+
+# this should be in a common /etc/default/serial, together
+# with BT_DEV, and IR_DEV
+GSM_DEV="/dev/ttyS0"