udev 151: add rule to reserve fb2
authorGrazvydas Ignotas <notasas@gmail.com>
Wed, 25 Aug 2010 13:12:28 +0000 (16:12 +0300)
committerDavid-John Willis <John.Willis@Distant-earth.com>
Mon, 4 Apr 2011 19:15:45 +0000 (20:15 +0100)
recipes/udev/udev-151/omap3-pandora/local.rules

index 74610af..42b7d61 100644 (file)
@@ -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"