irda-utils init: fix path to serial port for h2200 and hx4700
authorKoen Kooi <koen@openembedded.org>
Tue, 25 Apr 2006 09:37:10 +0000 (09:37 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Tue, 25 Apr 2006 09:37:10 +0000 (09:37 +0000)
packages/irda-utils/files/init

index e7163d3..0da6c38 100755 (executable)
@@ -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=
            ;;