diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2007-04-05 09:04:17 +0000 |
---|---|---|
committer | Philipp Zabel <philipp.zabel@gmail.com> | 2007-04-05 09:04:17 +0000 |
commit | 6a111dc1a6d7cc44ac3019ced52d5bbc17f0b136 (patch) | |
tree | 0d3133df2e7d0bc35bea9fb46fbb7e6682643d97 /packages/gsm/files/htcuniversal | |
parent | b96de293f83c5860731e5a63ef27b1af2921a23c (diff) |
libgsmd: experimental plugin infrastructure for magician and universal
- subject to change
Diffstat (limited to 'packages/gsm/files/htcuniversal')
-rw-r--r-- | packages/gsm/files/htcuniversal/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/gsm/files/htcuniversal/default | 10 |
2 files changed, 10 insertions, 0 deletions
diff --git a/packages/gsm/files/htcuniversal/.mtn2git_empty b/packages/gsm/files/htcuniversal/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/gsm/files/htcuniversal/.mtn2git_empty diff --git a/packages/gsm/files/htcuniversal/default b/packages/gsm/files/htcuniversal/default new file mode 100644 index 0000000000..3c9a8da949 --- /dev/null +++ b/packages/gsm/files/htcuniversal/default @@ -0,0 +1,10 @@ +# gsmd This shell script configures for the gsmd init script. + +GSMD_OPTS="-s 115200 -F" + +# 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" |