Skip to content

Commit

Permalink
intelli_plug: change name to correct touchscreen driver
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Reioux <reioux@gmail.com>
  • Loading branch information
faux123 committed Mar 14, 2014
1 parent 625e107 commit 545bbc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-omap2/intelli_plug.c
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ static int input_dev_filter(const char *input_dev_name)
if (strstr(input_dev_name, "touchscreen") ||
strstr(input_dev_name, "sec_touchscreen") ||
strstr(input_dev_name, "touch_dev") ||
strstr(input_dev_name, "Atmel maXTouch Touchscreen") ||
strstr(input_dev_name, "Melfas MMSxxx Touchscreen") ||
strstr(input_dev_name, "-keypad") ||
strstr(input_dev_name, "-nav") ||
strstr(input_dev_name, "-oj")) {
Expand Down

0 comments on commit 545bbc9

Please sign in to comment.