diff options
author | Antonio Ospite <ospite@studenti.unina.it> | 2010-05-18 11:08:12 +0200 |
---|---|---|
committer | Antonio Ospite <ospite@studenti.unina.it> | 2010-06-04 15:56:05 +0200 |
commit | 66aa4ed9410ba1d652e40571f48a985337e56a26 (patch) | |
tree | a37675ffdb434450e281fdff2bebbc7e6b617f3a /files | |
parent | 632493caa1ada14f27384cdb25e0662beeb858e6 (diff) |
device_table-minimal.txt: fix input device nodes path
Input event device nodes are usually under /dev/input.
Signed-off-by: Antonio Ospite <ospite@studenti.unina.it>
Acked-by: Koen Kooi <koen@openembedded.org>
Diffstat (limited to 'files')
-rw-r--r-- | 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 a474377e99..b3a6820ce9 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 |