mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [patch v3 0/3] Support of Perixx Peripad 701 for hid-multitouch
@ 2012-02-04 16:08 benjamin.tissoires
  2012-02-04 16:08 ` [PATCH v3 1/3] HID: multitouch: add support for trackpads benjamin.tissoires
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: benjamin.tissoires @ 2012-02-04 16:08 UTC (permalink / raw)
  To: benjamin.tissoires, Dmitry Torokhov, Henrik Rydberg, Jiri Kosina,
	Stephane Chatty, Mohamed Ikbel Boulabiar, linux-input,
	linux-kernel

Hi Guys,

This is the v3 of the support of Perixx Peripad 701.

I included the changes asked by Henrik & Dmitry:
-           code = ((usage->hid - 1) & HID_USAGE) + BTN_MOUSE;
+           code =  BTN_MOUSE + ((usage->hid - 1) & HID_USAGE);
use of min;
remove remove the call to input_mt_report_finger_count;
remove debug information;
some cosmetic changes (parenthesis, typos)

Cheers,
Benjamin


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-02-06 12:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-02-04 16:08 [patch v3 0/3] Support of Perixx Peripad 701 for hid-multitouch benjamin.tissoires
2012-02-04 16:08 ` [PATCH v3 1/3] HID: multitouch: add support for trackpads benjamin.tissoires
2012-02-04 16:08 ` [PATCH v3 2/3] HID: multitouch: add control of the feature "Maximum Contact Number" benjamin.tissoires
2012-02-04 16:08 ` [PATCH v3 3/3] HID: multitouch: support Perixx PERIPAD 701 benjamin.tissoires
2012-02-06  8:39 ` [patch v3 0/3] Support of Perixx Peripad 701 for hid-multitouch Henrik Rydberg
2012-02-06 12:24   ` Jiri Kosina

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome