sushichao 10 órája
szülő
commit
6585ec7bbb
1 módosított fájl, 0 hozzáadás és 5 törlés
  1. 0 5
      etc/scripts/S99input-event-daemon

+ 0 - 5
etc/scripts/S99input-event-daemon

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