Change-Id: I9077e9cca83b587c289e0547025a6dcf6f253d31
%{_libdir}/pkgconfig/svi.pc
%changelog
-* Thr Sep 06 2012 - Jiyoung Yun <jy910.yun@samsung.com>
+* Thu Sep 06 2012 - Jiyoung Yun <jy910.yun@samsung.com>
- if there isnt' haptic resource, it plays monotone
- Tag : libsvi_0.1.2-8
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;