ecs: modified command name 13/20513/1
authorGiWoong Kim <giwoong.kim@samsung.com>
Thu, 8 May 2014 10:57:57 +0000 (19:57 +0900)
committerGiWoong Kim <giwoong.kim@samsung.com>
Thu, 8 May 2014 10:57:57 +0000 (19:57 +0900)
gesture -> TGesture

Change-Id: I77edc21d497898d02b50f070d175e0b1f938c4c4
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
tizen/src/ecs/ecs_msg.c

index 791296f9417ee5383d19fa105074753343734f94..67580ad2636268d8014d90880ea6540ce6f3b849 100644 (file)
@@ -502,7 +502,7 @@ bool msgproc_device_req(ECS_Client* ccli, ECS__DeviceReq* msg)
             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) {
@@ -513,7 +513,7 @@ bool msgproc_device_req(ECS_Client* ccli, ECS__DeviceReq* msg)
 #endif
 
         if (data == NULL) {
-            ERR("gesture data is NULL\n");
+            ERR("touch gesture data is NULL\n");
             return false;
         }