diff --git a/power/power_ext.c b/power/power_ext.c index 60526ea..0506b1c 100644 --- a/power/power_ext.c +++ b/power/power_ext.c @@ -18,7 +18,7 @@ #include #include -#define LOG_TAG "PowerHAL_H_Ext" +#define LOG_TAG "PowerHAL_K_Ext" #include /* touchkeys */ @@ -47,7 +47,7 @@ static void sysfs_write(char *path, char *s) { close(fd); } -void cm_power_set_interactive_ext(int on) { +void power_set_interactive_ext(int on) { ALOGD("%s: %s input devices", __func__, on ? "enabling" : "disabling"); sysfs_write(TK_POWER, on ? "1" : "0"); sysfs_write(TS_POWER, on ? "1" : "0");