Exemple #1
0
static void touchwake_enable_touch(void)
{
    pr_info("enable touch controls\n");
    touchscreen_enable();
    touch_disabled = false;
    return;
}
Exemple #2
0
static void touchwake_enable_touch(void)
{
#ifdef DEBUG_PRINT
    pr_info("[TOUCHWAKE] Enable touch controls\n");
#endif
    touchscreen_enable();
    touch_disabled = false;
    return;
}