diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2007-04-05 10:51:19 +0000 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2007-04-05 10:51:19 +0000 |
commit | 4f170ce0475b729efd53dfcac93789a537b67985 (patch) | |
tree | 4d97174eec12a7dbea8237a2085bb222829eb289 /packages/gsm/files/htcuniversal/default | |
parent | c0e1d6349d7b14a83101f41989b7393259b9534d (diff) | |
parent | 6a111dc1a6d7cc44ac3019ced52d5bbc17f0b136 (diff) |
merge of '0d4432345566d8f0530a727b921a6e4958412475'
and 'b180e055906b9a23bcd4980e8682b0a7de022179'
Diffstat (limited to 'packages/gsm/files/htcuniversal/default')
-rw-r--r-- | packages/gsm/files/htcuniversal/default | 10 |
1 files changed, 10 insertions, 0 deletions
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" |