예제 #1
0
static void touchwake_disable_touch(void)
{
    pr_info("disable touch controls\n");
    touchscreen_disable();
    touch_disabled = true;
    return;
}
예제 #2
0
static void touchwake_disable_touch(void)
{
#ifdef DEBUG_PRINT
    pr_info("[TOUCHWAKE] Disable touch controls\n");
#endif
    touchscreen_disable();
    touch_disabled = true;

    return;
}