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/magician/default | |
parent | b96de293f83c5860731e5a63ef27b1af2921a23c (diff) |
libgsmd: experimental plugin infrastructure for magician and universal
- subject to change
Diffstat (limited to 'packages/gsm/files/magician/default')
-rw-r--r-- | packages/gsm/files/magician/default | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/gsm/files/magician/default b/packages/gsm/files/magician/default index a9c3b94b1d..523d0b9479 100644 --- a/packages/gsm/files/magician/default +++ b/packages/gsm/files/magician/default @@ -1,9 +1,10 @@ # gsmd This shell script configures for the gsmd init script. -# Set line Discipline 17 (N_TIHTC), needs ldisc.patch-ed gsmd -GSMD_OPTS="-s 115200 -F -D 17" +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/ttyS1" |