platform/core/system/haptic-module-tizen.git
10 years agoEnable possibility of Aarch64 build 79/17979/1 accepted/tizen_3.0.2014.q3_common accepted/tizen_3.0.m14.3_ivi accepted/tizen_3.0_ivi accepted/tizen_common accepted/tizen_ivi accepted/tizen_mobile accepted/tizen_tv accepted/tizen_wearable tizen tizen_3.0.2014.q3_common tizen_3.0.2014.q4_common tizen_3.0.2015.q1_common tizen_3.0.2015.q2_common tizen_3.0.m14.3_ivi tizen_3.0.m1_mobile tizen_3.0.m1_tv tizen_3.0_ivi accepted/tizen/common/20140923.084900 accepted/tizen/ivi/20140927.141537 submit/tizen/20140923.004500 submit/tizen_mobile/20141120.000000 tizen_3.0.2014.q3_common_release tizen_3.0.m14.3_ivi_release tizen_3.0.m1_mobile_release tizen_3.0.m1_tv_release tizen_3.0.m2.a1_mobile_release tizen_3.0.m2.a1_tv_release tizen_3.0_ivi_release
Ilya Palachev [Thu, 13 Mar 2014 11:35:02 +0000 (15:35 +0400)]
Enable possibility of Aarch64 build

Tizen toolchain team in Samsung company is planning to build Tizen
for new arm 64 bit architecture - Aarch64. But package
"haptic-module-tizen" cannot be built for this architecture beacase
cmake build scripts do not accept aarch64 as appropriate
architecture for the build.

That's why it has been added to the list of architectures for
which the package can be built.

Change-Id: Ie915f959110bb906648ebbf8a559756cd44d6e92
Signed-off-by: Ilya Palachev <i.palachev@samsung.com>
10 years agocopy license file to /usr/share/license/ 58/10058/2
Vineet Uprari [Tue, 17 Sep 2013 05:16:36 +0000 (10:46 +0530)]
copy license file to /usr/share/license/

Change-Id: Ia69dacc56d5fb2aed0668f1f3b8d901dcca3465f

10 years agoFixed continuous vibration along with system hang. 33/10033/1
Vineet Uprari [Fri, 13 Sep 2013 09:48:31 +0000 (15:18 +0530)]
Fixed continuous vibration along with system hang.

Change-Id: I9afb037601cb814b74d91bbb28ee7337b59e4548

10 years agoresetting manifest requested domain to floor 98/4398/1 accepted/tizen/ivi/genivi accepted/tizen/ivi/stable accepted/tizen_generic tizen_3.0.m14.2_ivi tizen_ivi_genivi accepted/tizen/20130710.221323 accepted/tizen/20130912.090515 accepted/tizen/20130912.092454 accepted/tizen/20130912.100835 accepted/tizen/20130912.143959 accepted/tizen/20130912.192008 accepted/tizen/20130912.200108 accepted/tizen/ivi/genivi/20140131.041840 accepted/tizen_ivi_stable/20131116.111752 ivi_oct_m2 submit/tizen/20130710.124618 submit/tizen/20130912.075846 submit/tizen/20130912.090156 submit/tizen_ivi_genivi/20140131.040709 submit/tizen_ivi_stable/20131116.100743 tizen_3.0.m14.2_ivi_release
Alexandru Cornea [Fri, 28 Jun 2013 07:48:25 +0000 (10:48 +0300)]
resetting manifest requested domain to floor

10 years agowhen vibrating buffer finished normally, it doesn't notify to system-server. tizen_2.1 accepted/tizen/20130520.101230 submit/tizen/20130517.045149 submit/tizen_2.1/20130514.052805
jy910.yun [Fri, 26 Apr 2013 07:05:10 +0000 (16:05 +0900)]
when vibrating buffer finished normally, it doesn't notify to system-server.

Also stop value has been wrong operation.

Change-Id: Ie860c2516144fd9bc40af5e6ef5836dcb0d71f0a

10 years agoclear deadlock issue 2.1b_release accepted/tizen_2.1/20130425.032930 submit/tizen_2.1/20130424.233024
jy910.yun [Tue, 23 Apr 2013 15:18:37 +0000 (00:18 +0900)]
clear deadlock issue

while A thread waits some response from system-server,
this thread has canceld by main thread.
It makes a deadlock issue

Change-Id: I16fd700488dbb9891fed91c6bf2eb14c00111c70

11 years agoadditional correction regarding haptic deadlock
jy910.yun [Mon, 15 Apr 2013 05:08:46 +0000 (14:08 +0900)]
additional correction regarding haptic deadlock

cause : when subthread is waiting to system server, unexpectly thread died.
then the system server cannot reply because the receiver already died.
solution : before subthread died, it must check whether the sub thread was waiting or not.

Change-Id: I5609d4ab7ffd7a1c765432b43ec8f5335e373c45

11 years agoresolve deadlock problem between multi threads.
jy910.yun [Fri, 12 Apr 2013 13:38:18 +0000 (22:38 +0900)]
resolve deadlock problem between multi threads.

solution : the part of sending to system server is changed the position.
before sending part is in thread func.
this mean is that other process try to access same resource like socket.

Signed-off-by: jy910.yun <jy910.yun@samsung.com>
Change-Id: Ibdb86e6b658a424f9591f08b64a6244aed8a3827

11 years agodelete redundant test file and modify boilerplate
jy910.yun [Thu, 11 Apr 2013 02:31:21 +0000 (11:31 +0900)]
delete redundant test file and modify boilerplate

to clear opensource keyword issue

Change-Id: I564c2ee32f15bab506edbee0a1ad543f5c42bc1e

11 years agoFix for 64 bit compatibility.
Junfeng Dong [Mon, 8 Apr 2013 07:11:38 +0000 (15:11 +0800)]
Fix for 64 bit compatibility.

- Fix hardcoding path.
- Use %cmake to set default paths.

Change-Id: Ia62e9c30dfeb5bcbee83177fc50fd6b995d3933b

11 years agoresolve prevent issue about resource leak of file description
jy910.yun [Fri, 5 Apr 2013 05:59:49 +0000 (14:59 +0900)]
resolve prevent issue about resource leak of file description

Change-Id: I174c6dd5fb90cf32b51de86bcd08ca2c75a7ebd0

11 years agosupport multi handle, not use default handle
jy910.yun [Fri, 29 Mar 2013 15:13:26 +0000 (00:13 +0900)]
support multi handle, not use default handle

when requested device open, this patchset will create unique handle.

Change-Id: Iac26b9afeec9f731468c72ea8d9004fcac0b0820

11 years agomove exception handling that process auto level value when create effect is called...
j-zero.hwang [Fri, 22 Mar 2013 01:01:49 +0000 (10:01 +0900)]
move exception handling that process auto level value when create effect is called to libhaptic.

Change-Id: Id932621e12f0d0d5aa93c63f5cfcf5679465943b

11 years agorevise close device function to don't stop effect in other processes
j-zero.hwang [Tue, 19 Mar 2013 08:26:48 +0000 (17:26 +0900)]
revise close device function to don't stop effect in other processes

Change-Id: I667d38c50237fa1723d43eb359852c044e053077

11 years agomerge with master
Jinkun Jang [Fri, 15 Mar 2013 16:18:03 +0000 (01:18 +0900)]
merge with master

11 years agoTizen 2.1 base
Jinkun Jang [Tue, 12 Mar 2013 16:51:40 +0000 (01:51 +0900)]
Tizen 2.1 base

11 years agoInitial empty repository
Jung Minsun [Thu, 18 Oct 2012 08:11:45 +0000 (17:11 +0900)]
Initial empty repository