aboutsummaryrefslogtreecommitdiffstats
path: root/packages/irda-utils
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2006-04-25 09:37:10 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-04-25 09:37:10 +0000
commit225965f150c7e60133a0f355f461eb2f1cee64ec (patch)
tree154c2168ddc5c103c09059ee6dcb86d03d9b1cf6 /packages/irda-utils
parente8cd328180f9105b8b6ebe9598ef2a80a76d9b0c (diff)
downloadopenembedded-225965f150c7e60133a0f355f461eb2f1cee64ec.tar.gz
irda-utils init: fix path to serial port for h2200 and hx4700
Diffstat (limited to 'packages/irda-utils')
-rwxr-xr-xpackages/irda-utils/files/init2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/irda-utils/files/init b/packages/irda-utils/files/init
index e7163d3ad3..0da6c3885a 100755
--- a/packages/irda-utils/files/init
+++ b/packages/irda-utils/files/init
@@ -9,7 +9,7 @@ if [ ! -f /etc/sysconfig/irda ]; then
case `module_id` in
"HP iPAQ H2200" | "HP iPAQ HX4700")
IRDA=yes
- DEVICE=/dev/tts/2
+ DEVICE=/dev/ttyS2
DONGLE=
DISCOVERY=
;;