Increase vtuner number in udev up to 4
authorhschang <chang@dev3>
Wed, 4 Sep 2013 08:42:29 +0000 (17:42 +0900)
committerhschang <chang@dev3>
Wed, 4 Sep 2013 10:05:43 +0000 (19:05 +0900)
meta-openvuplus/recipes-core/udev/udev-124/41-od-linux-2.6.18-misc.rules
meta-openvuplus/recipes-core/udev/udev_124.bb

index 9c10bfe..4a7e72f 100644 (file)
@@ -19,6 +19,8 @@ KERNEL=="lcd0",                       NAME="dbox/lcd0"
 KERNEL=="hsm0",                        NAME="misc/hsm0"
 KERNEL=="vtuner0",             NAME="misc/vtuner0"
 KERNEL=="vtuner1",             NAME="misc/vtuner1"
+KERNEL=="vtuner2",             NAME="misc/vtuner2"
+KERNEL=="vtuner3",             NAME="misc/vtuner3"
 KERNEL=="pvr",                 NAME="misc/pvr"
 KERNEL=="dp",                  NAME="misc/dp"
 KERNEL=="ni2c",                 NAME="misc/ni2c"
index dc91c47..05e207f 100644 (file)
@@ -2,7 +2,7 @@ DESCRIPTION = "udev is a daemon which dynamically creates and removes device nod
 /dev/, handles hotplug events and loads drivers at boot time. It replaces \
 the hotplug package and requires a kernel not older than 2.6.12."
 RPROVIDES_${PN} = "hotplug"
-PR = "r32"
+PR = "r33"
 
 SRC_URI = "http://kernel.org/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \
           file://noasmlinkage.patch;patch=1 \