diff --git a/power/power_ext.c b/power/power_ext.c index 82bd1a6..3f54631 100644 --- a/power/power_ext.c +++ b/power/power_ext.c @@ -21,11 +21,8 @@ #define LOG_TAG "PowerHAL_K_Ext" #include -/* touchkeys */ -#define TK_POWER "/sys/class/input/input1/enabled" - -/* touchscreen */ -#define TS_POWER "/sys/class/input/input2/enabled" +#define TK_POWER "/sys/class/input/input2/enabled" +#define TS_POWER "/sys/class/input/input3/enabled" static void sysfs_write(char *path, char *s) { char buf[80];