From: Benjamin Tissoires <benjamin.tissoires@redhat.com>
To: Mika Westerberg <mika.westerberg@linux.intel.com>
Cc: Jiri Kosina <jikos@kernel.org>, linux-input@vger.kernel.org
Subject: Re: [PATCH] HID: multitouch: Add suffix for HID_DG_TOUCHPAD
Date: Tue, 29 Sep 2015 05:05:20 -0400 [thread overview]
Message-ID: <20150929090520.GB30386@mail.corp.redhat.com> (raw)
In-Reply-To: <1443450137-139724-1-git-send-email-mika.westerberg@linux.intel.com>
On Sep 28 2015 or thereabouts, Mika Westerberg wrote:
> Instead of printing "UNKNOWN" as device suffix for HID_DG_TOUCHPAD call
> the device as "Touchpad".
>
> Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
> ---
Acked-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
Cheers,
Benjamin
> drivers/hid/hid-multitouch.c | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/drivers/hid/hid-multitouch.c b/drivers/hid/hid-multitouch.c
> index 426b2f1a3450..661b4fce1a5d 100644
> --- a/drivers/hid/hid-multitouch.c
> +++ b/drivers/hid/hid-multitouch.c
> @@ -968,6 +968,9 @@ static void mt_input_configured(struct hid_device *hdev, struct hid_input *hi)
> case HID_DG_TOUCHSCREEN:
> /* we do not set suffix = "Touchscreen" */
> break;
> + case HID_DG_TOUCHPAD:
> + suffix = "Touchpad";
> + break;
> case HID_GD_SYSTEM_CONTROL:
> suffix = "System Control";
> break;
> --
> 2.5.1
>
next prev parent reply other threads:[~2015-09-29 9:05 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-28 14:22 [PATCH] HID: multitouch: Add suffix for HID_DG_TOUCHPAD Mika Westerberg
2015-09-29 6:37 ` Daniel Martin
2015-09-29 9:05 ` Benjamin Tissoires [this message]
2015-09-29 10:09 ` 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=20150929090520.GB30386@mail.corp.redhat.com \
--to=benjamin.tissoires@redhat.com \
--cc=jikos@kernel.org \
--cc=linux-input@vger.kernel.org \
--cc=mika.westerberg@linux.intel.com \
/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).