Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
drivers/misc: switch to non-OOS haptic vmax, level and gain
Browse files Browse the repository at this point in the history
These seem higher and better values.

Change-Id: I28356178afdb316f546a4a6d037db64bcfddda11
Signed-off-by: Vaisakh Murali <[email protected]>
  • Loading branch information
mvaisakh committed Jun 9, 2023
1 parent a2cf27a commit 83b4b9b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/misc/aw8697_haptic/aw8697.c
Original file line number Diff line number Diff line change
Expand Up @@ -8540,7 +8540,8 @@ struct aw8697_vmax_map {
int vmax;
int gain;
};
#ifdef CONFIG_OPLUS_HAPTIC_OOS

#ifndef CONFIG_OPLUS_HAPTIC_OOS
static struct aw8697_vmax_map vmax_map[] = {
{800, 0x00, 0x30},
{900, 0x00, 0x36},
Expand Down

0 comments on commit 83b4b9b

Please sign in to comment.