Skip to content

Commit

Permalink
input: mms_ts: don't flash fw in probe, let userspace handle it
Browse files Browse the repository at this point in the history
Change-Id: I2aefa4c2a2b33fbc6ac20b2d9237db45690d9e87
Signed-off-by: Dima Zavin <dima@android.com>
  • Loading branch information
Dima Zavin committed Sep 20, 2011
1 parent b5b63c4 commit e0669aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/input/touchscreen/mms_ts.c
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ enum {
static bool mms_force_reflash = false;
module_param_named(force_reflash, mms_force_reflash, bool, S_IWUSR | S_IRUGO);

static bool mms_flash_from_probe = true;
static bool mms_flash_from_probe;
module_param_named(flash_from_probe, mms_flash_from_probe, bool,
S_IWUSR | S_IRUGO);

Expand Down

0 comments on commit e0669aa

Please sign in to comment.