diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2010-06-24 23:46:01 +0200 |
---|---|---|
committer | Andrea Adami <andrea.adami@gmail.com> | 2010-06-24 23:48:50 +0200 |
commit | 7c6095059a6a461ae64697707c063d743b04d3de (patch) | |
tree | fe5270bc5244e40b3d7845f5f3c285ac405cf84f | |
parent | de6e07edd8a7d72b39aa11e08d036f5e56c241a7 (diff) |
device_table-minimal: create /dev/input before adding input events.
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
-rw-r--r-- | 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 b3a6820ce9..8f455fd875 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 |