|
@@ -1,7 +1,5 @@
|
|
|
#! /bin/sh
|
|
#! /bin/sh
|
|
|
|
|
|
|
|
-[ -f /usr/bin/input-event-daemon ] || exit 0
|
|
|
|
|
-
|
|
|
|
|
check_oem_exist()
|
|
check_oem_exist()
|
|
|
{
|
|
{
|
|
|
if [ -f "/oem/.userdata" ]; then
|
|
if [ -f "/oem/.userdata" ]; then
|
|
@@ -35,8 +33,6 @@ check_oem_exist()
|
|
|
|
|
|
|
|
start() {
|
|
start() {
|
|
|
printf "Starting input-event-daemon: "
|
|
printf "Starting input-event-daemon: "
|
|
|
- input-event-daemon -v
|
|
|
|
|
- echo "done"
|
|
|
|
|
printf "Check oem: "
|
|
printf "Check oem: "
|
|
|
check_oem_exist
|
|
check_oem_exist
|
|
|
}
|
|
}
|
|
@@ -44,7 +40,6 @@ start() {
|
|
|
|
|
|
|
|
stop() {
|
|
stop() {
|
|
|
printf "Stopping input-event-daemon: "
|
|
printf "Stopping input-event-daemon: "
|
|
|
- killall input-event-daemon
|
|
|
|
|
echo "done"
|
|
echo "done"
|
|
|
}
|
|
}
|
|
|
|
|
|