From: Benjamin Tissoires Date: Sat, 4 Feb 2012 16:08:50 +0000 (+0100) Subject: HID: multitouch: support Perixx PERIPAD 701 X-Git-Tag: v3.4-rc1~176^2~2^4~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=847672cd141c07db3d5fc1442b4c3e8a702488df;p=pandora-kernel.git HID: multitouch: support Perixx PERIPAD 701 Perixx Peripad 701 is an hybrid device which presents a touchpad and a keyboard on the same surface. The switch between the two is controlled by a physical switch, and the firmware sends the events on the right interface (mouse, keyboard or multitouch). This patch enables the multitouch interface of this device to work. We need to manually set the device as a trackpad (we cannot infer it from the reports descriptors as the device works under Windows, a system that does not allow multitouch touchpad). We also need to set the hid feature MAX CONTACT NUMBER to 2 or the device stops sending events once it has been pressed by two touches. Signed-off-by: Benjamin Tissoires Acked-by: Henrik Rydberg Signed-off-by: Jiri Kosina --- Reading git-diff-tree failed