gesture -> TGesture
Change-Id: I77edc21d497898d02b50f070d175e0b1f938c4c4
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
do_host_kbd_enable(is_on);
notify_host_kbd_state(is_on);
}
- } else if (!strncmp(cmd, "gesture", strlen("gesture"))) {
+ } else if (!strncmp(cmd, "TGesture", strlen("TGesture"))) {
/* release multi-touch */
#ifndef CONFIG_USE_SHM
if (get_multi_touch_enable() != 0) {
#endif
if (data == NULL) {
- ERR("gesture data is NULL\n");
+ ERR("touch gesture data is NULL\n");
return false;
}