Skip to content

Commit

Permalink
max8997_vibrator: make default vibrator intensity 100%
Browse files Browse the repository at this point in the history
  • Loading branch information
Gokhan Moral committed Sep 11, 2012
1 parent 1935071 commit a85fd95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/motor/max8997_vibrator.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
static int pwm_duty_max;
static int pwm_duty_min;

static unsigned long pwm_val = 50; /* duty in percent */
static unsigned long pwm_val = 100; /* duty in percent */
static int pwm_duty; /* duty value */

struct vibrator_drvdata {
Expand Down

0 comments on commit a85fd95

Please sign in to comment.