From: "benjamin.tissoires" <benjamin.tissoires@gmail.com>
To: "benjamin.tissoires" <benjamin.tissoires@gmail.com>,
Dmitry Torokhov <dmitry.torokhov@gmail.com>,
Henrik Rydberg <rydberg@euromail.se>,
Jiri Kosina <jkosina@suse.cz>, Stephane Chatty <chatty@enac.fr>,
Mohamed Ikbel Boulabiar <boulabiar@gmail.com>,
linux-input@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [patch v3 0/3] Support of Perixx Peripad 701 for hid-multitouch
Date: Sat, 4 Feb 2012 17:08:47 +0100 [thread overview]
Message-ID: <1328371730-10944-1-git-send-email-benjamin.tissoires@gmail.com> (raw)
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
next reply other threads:[~2012-02-04 16:09 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-02-04 16:08 benjamin.tissoires [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1328371730-10944-1-git-send-email-benjamin.tissoires@gmail.com \
--to=benjamin.tissoires@gmail.com \
--cc=boulabiar@gmail.com \
--cc=chatty@enac.fr \
--cc=dmitry.torokhov@gmail.com \
--cc=jkosina@suse.cz \
--cc=linux-input@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=rydberg@euromail.se \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).