[patch v3 0/3] Support of Perixx Peripad 701 for hid-multitouch

From: benjamin.tissoires
Date: Sat Feb 04 2012 - 11:09:34 EST


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

--
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/