Skip to content

Commit

Permalink
Revert "intelliactive: change name to correct touch driver"
Browse files Browse the repository at this point in the history
This reverts commit 67b10ef.
  • Loading branch information
faux123 committed Mar 15, 2014
1 parent d4fafd6 commit 249e04d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/cpufreq/cpufreq_intelliactive.c
Original file line number Diff line number Diff line change
Expand Up @@ -1269,7 +1269,7 @@ static void interactive_input_event(struct input_handle *handle,
static int input_dev_filter(const char *input_dev_name)
{
if (strstr(input_dev_name, "touchscreen") ||
strstr(input_dev_name, "Melfas MMSxxx Touchscreen") ||
strstr(input_dev_name, "Atmel maXTouch Touchscreen") ||
strstr(input_dev_name, "touch_dev") ||
strstr(input_dev_name, "sec-touchscreen") ||
strstr(input_dev_name, "keypad")) {
Expand Down

0 comments on commit 249e04d

Please sign in to comment.