Re: [PATCH v3 5/5] hid-multitouch: migrate 3M PCT touch screens tohid-multitouch

From: Henrik Rydberg
Date: Mon Mar 21 2011 - 15:02:39 EST


Hi Benjamin,

> I tested it against 3M1968. I'll try to have it again to make more testing.
> What symptoms do you have?

With the modification below, it works as expected, and you can add

Reviewed-and-tested-by: Henrik Rydberg <rydberg@xxxxxxxxxxx>

Thanks!

Henrik

---

diff --git a/drivers/hid/hid-multitouch.c b/drivers/hid/hid-multitouch.c
index 7684e96..0f5b89f 100644
--- a/drivers/hid/hid-multitouch.c
+++ b/drivers/hid/hid-multitouch.c
@@ -424,6 +424,8 @@ static int mt_event(struct hid_device *hid, struct hid_field *field,
break;

default:
+ if (td->last_field_index && field->index == td->last_field_index)
+ break;
/* fallback to the generic hidinput handling */
return 0;
}

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/