blob: a9c3b94b1dac38c69b11a0693e9a1f6af1f9eced (
plain)
1
2
3
4
5
6
7
8
9
|
# 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"
# 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"
GSM_DEV="/dev/ttyS1"
|