Ejemplo n.º 1
0
static void touchwake_enable_touch(void)
{
    pr_info("enable touch controls\n");
    touchscreen_enable();
    touch_disabled = false;
    return;
}
Ejemplo n.º 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;
}