OSDN Git Service

init.sh: create missed /dev/input/event*
[android-x86/device-generic-common.git] / init.sh
diff --git a/init.sh b/init.sh
index 2bd8163..b06667c 100644 (file)
--- a/init.sh
+++ b/init.sh
@@ -514,6 +514,10 @@ function do_bootcomplete()
                fi
        done
 
+       for e in /sys/class/input/event*; do
+               [ -c /dev/input/`basename $e` ] || echo add > $e/uevent
+       done
+
        post_bootcomplete
 }