irda-utils: Add HTC Universal support to init script.
authorFlorian Boor <florian.boor@kernelconcepts.de>
Thu, 10 Aug 2006 10:38:19 +0000 (10:38 +0000)
committerFlorian Boor <florian.boor@kernelconcepts.de>
Thu, 10 Aug 2006 10:38:19 +0000 (10:38 +0000)
packages/irda-utils/files/init
packages/irda-utils/irda-utils_0.9.16.bb

index 9becfcc..2d93af3 100755 (executable)
@@ -7,7 +7,7 @@ module_id() {
 if [ ! -f /etc/sysconfig/irda ]; then
 
     case `module_id` in
-       "HP iPAQ H2200" | "HP iPAQ HX4700")
+       "HP iPAQ H2200" | "HP iPAQ HX4700" | "HTC Universal")
            IRDA=yes
            DEVICE=/dev/ttyS2
            DONGLE=
index db56a70..95a15d7 100644 (file)
@@ -3,7 +3,7 @@ IrDA allows communication over Infrared with other devices \
 such as phones and laptops."
 SECTION = "base"
 LICENSE = "GPL"
-PR = "r5"
+PR = "r6"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/irda/irda-utils-${PV}.tar.gz \
           file://configure.patch;patch=1 \