Skip to content

Commit

Permalink
input: misc: qti-haptics: Adatation with cussmartpack
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkness Hidden(TEA) committed Jul 17, 2022
1 parent 25be70b commit 8f3ef97
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/input/misc/qti-haptics.c
Original file line number Diff line number Diff line change
Expand Up @@ -507,6 +507,8 @@ static int qti_haptics_module_en(struct qti_hap_chip *chip, bool en)
}
static int vmax_mv_override = 0;
module_param_named(vmax_mv_override, vmax_mv_override, int, 0664);
static int vmax_mv_enable = 1;
module_param_named(vmax_mv_enable, vmax_mv_enable, int, 0664);

static int qti_haptics_config_vmax(struct qti_hap_chip *chip, int vmax_mv)
{
Expand Down

0 comments on commit 8f3ef97

Please sign in to comment.