From 89ff91fdc0d7cb9b4f57e01fbd2869fdc5efdda7 Mon Sep 17 00:00:00 2001 From: "jy910.yun" Date: Thu, 6 Sep 2012 16:17:50 +0900 Subject: [PATCH] fix build bug and change feedback time Change-Id: I9077e9cca83b587c289e0547025a6dcf6f253d31 --- packaging/libsvi.spec | 2 +- svi.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/libsvi.spec b/packaging/libsvi.spec index 24bd566..2b27d4a 100755 --- a/packaging/libsvi.spec +++ b/packaging/libsvi.spec @@ -50,7 +50,7 @@ rm -rf %{buildroot} %{_libdir}/pkgconfig/svi.pc %changelog -* Thr Sep 06 2012 - Jiyoung Yun +* Thu Sep 06 2012 - Jiyoung Yun - if there isnt' haptic resource, it plays monotone - Tag : libsvi_0.1.2-8 diff --git a/svi.c b/svi.c index bb797ed..33ce7ff 100755 --- a/svi.c +++ b/svi.c @@ -333,7 +333,7 @@ API int svi_play_vib(int handle, vibration_type vibration_key) int ret = 0; if (file_status == 0) { - ret = device_haptic_play_monotone_with_feedback_level(handle, 1000, vib_level); + ret = device_haptic_play_monotone_with_feedback_level(handle, 50, vib_level); if (ret < 0) { SVILOG("ERROR!! device_haptic_play_monotone_with_feedback_level returned error(%d).", ret); return SVI_ERROR; -- 2.7.4