From: Grazvydas Ignotas Date: Wed, 25 Aug 2010 13:12:28 +0000 (+0300) Subject: udev 151: add rule to reserve fb2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4820148ee0b48e3250394cb5a90413438f197ebb;p=openembedded.git udev 151: add rule to reserve fb2 --- 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"