[oe-commits] Andrea Adami : device_table-minimal: create /dev/ input before adding input events.

git version control git at git.openembedded.org
Thu Jun 24 21:52:05 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 7c6095059a6a461ae64697707c063d743b04d3de
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=7c6095059a6a461ae64697707c063d743b04d3de

Author: Andrea Adami <andrea.adami at gmail.com>
Date:   Thu Jun 24 23:46:01 2010 +0200

device_table-minimal: create /dev/input before adding input events.

Signed-off-by: Andrea Adami <andrea.adami at gmail.com>

---

 files/device_table-minimal.txt |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/files/device_table-minimal.txt b/files/device_table-minimal.txt
index b3a6820..8f455fd 100644
--- a/files/device_table-minimal.txt
+++ b/files/device_table-minimal.txt
@@ -30,7 +30,9 @@
 /dev/urandom	c	644	0	0	1	9	-	-	-
 /dev/ptmx	c	644	0	0	5	2	-	-	-
 
-/dev/input/event 	c	660	0	0	13	64	0	1	8
+# Input stuff
+/dev/input	d	755	0	0	-	-	-	-	-
+/dev/input/event c	660	0	0	13	64	0	1	8
 
 /dev/mmcblk0	b	660	0	6	179	0	-	-	-
 /dev/mmcblk0p	b	660	0	6	179	1	1	1	7





More information about the Openembedded-commits mailing list