From 4ba2b20c4bb142df1224487f901e5d6dbe45f2ce Mon Sep 17 00:00:00 2001 From: Grazvydas Ignotas Date: Wed, 25 Aug 2010 16:12:28 +0300 Subject: [PATCH] udev 151: add rule to reserve fb2 --- recipes/udev/udev-151/omap3-pandora/local.rules | 3 +++ recipes/udev/udev_151.bb | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/recipes/udev/udev-151/omap3-pandora/local.rules b/recipes/udev/udev-151/omap3-pandora/local.rules index 74610afd93..42b7d61318 100644 --- a/recipes/udev/udev-151/omap3-pandora/local.rules +++ b/recipes/udev/udev-151/omap3-pandora/local.rules @@ -44,3 +44,6 @@ KERNEL=="event[0-9]*", NAME="input/%k", MODE="0666" KERNEL=="js[0-9]*", NAME="input/%k", MODE="0666" KERNEL=="ts[0-9]*", NAME="input/%k", MODE="0666" KERNEL=="uinput", NAME="input/%k", MODE="0666" + +# reserve fb2 for the system +KERNEL=="fb2", ACTION=="add", MODE="0600" diff --git a/recipes/udev/udev_151.bb b/recipes/udev/udev_151.bb index 63a83d55e8..8e798fb1ff 100644 --- a/recipes/udev/udev_151.bb +++ b/recipes/udev/udev_151.bb @@ -3,7 +3,7 @@ DESCRIPTION = "udev is a daemon which dynamically creates and removes device nod the hotplug package and requires a kernel not older than 2.6.12." LICENSE = "GPLv2+" -PR = "r15" +PR = "r16" # Untested DEFAULT_PREFERENCE = "-1" -- 2.39.5