aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gsm
diff options
context:
space:
mode:
authorPhilipp Zabel <philipp.zabel@gmail.com>2007-03-30 13:58:41 +0000
committerPhilipp Zabel <philipp.zabel@gmail.com>2007-03-30 13:58:41 +0000
commit29aa31acd126ef0a347c120e8cdd3349417adbb4 (patch)
tree65418545c864e54dc9c785237fda495fe93485ae /packages/gsm
parent3306bbc1c0124b2fb32d1d03db86277d66e05e12 (diff)
downloadopenembedded-29aa31acd126ef0a347c120e8cdd3349417adbb4.tar.gz
gsmd: add line discipline switch for magician
Diffstat (limited to 'packages/gsm')
-rw-r--r--packages/gsm/files/magician/default4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/gsm/files/magician/default b/packages/gsm/files/magician/default
index fb19d46fd5..a9c3b94b1d 100644
--- a/packages/gsm/files/magician/default
+++ b/packages/gsm/files/magician/default
@@ -1,7 +1,7 @@
# gsmd This shell script configures for the gsmd init script.
-# If you must specify special options, uncomment and modify the next line
-GSMD_OPTS="-s 115200 -F"
+# 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"