projects
/
platform
/
core
/
system
/
feedbackd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5023c80
)
Set feedback replay delay as zero for standard driver
67/226067/1
author
Hyotaek Shim
<hyotaek.shim@samsung.com>
Wed, 26 Feb 2020 10:39:06 +0000
(19:39 +0900)
committer
Hyotaek Shim
<hyotaek.shim@samsung.com>
Wed, 26 Feb 2020 10:39:06 +0000
(19:39 +0900)
Change-Id: Id067d152f4ab2ae0540c60d4408fc59ef4555280
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
src/haptic/standard.c
patch
|
blob
|
history
diff --git
a/src/haptic/standard.c
b/src/haptic/standard.c
index 51d7f2a46c43149437ca1f6ec2b2a13196817dc5..07779f7d0c12b62f85bd475e4c78d9797e9eb055 100644
(file)
--- a/
src/haptic/standard.c
+++ b/
src/haptic/standard.c
@@
-216,7
+216,7
@@
static int ff_init_effect(struct ff_effect *effect)
/*Only rumble supported as of now*/
effect->type = FF_RUMBLE;
effect->replay.length = 0;
- effect->replay.delay =
1
0;
+ effect->replay.delay = 0;
effect->id = -1;
effect->u.rumble.strong_magnitude = 0;