[oe-commits] Antonio Ospite : device_table-minimal.txt: fix input device nodes path

git version control git at git.openembedded.org
Fri Jun 4 14:00:00 UTC 2010


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

Author: Antonio Ospite <ospite at studenti.unina.it>
Date:   Tue May 18 11:08:12 2010 +0200

device_table-minimal.txt: fix input device nodes path

Input event device nodes are usually under /dev/input.

Signed-off-by: Antonio Ospite <ospite at studenti.unina.it>
Acked-by: Koen Kooi <koen at openembedded.org>

---

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

diff --git a/files/device_table-minimal.txt b/files/device_table-minimal.txt
index a474377..b3a6820 100644
--- a/files/device_table-minimal.txt
+++ b/files/device_table-minimal.txt
@@ -30,7 +30,7 @@
 /dev/urandom	c	644	0	0	1	9	-	-	-
 /dev/ptmx	c	644	0	0	5	2	-	-	-
 
-/dev/event 	c	660	0	0	13	64	0	1	8
+/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