From: Chase Douglas <chase.douglas@canonical.com>
To: Jiri Kosina <jkosina@suse.cz>
Cc: linux-input@vger.kernel.org
Subject: Re: [PATCH] hid-magicmouse: Add pointer and buttonpad properties for Magic Trackpad
Date: Tue, 21 Feb 2012 12:17:26 +0100 [thread overview]
Message-ID: <4F437D46.6090604@canonical.com> (raw)
In-Reply-To: <alpine.LNX.2.00.1202211152220.31150@pobox.suse.cz>
On 02/21/2012 11:52 AM, Jiri Kosina wrote:
> On Mon, 13 Feb 2012, Chase Douglas wrote:
>
>> Signed-off-by: Chase Douglas <chase.douglas@canonical.com>
>> ---
>> drivers/hid/hid-magicmouse.c | 2 ++
>> 1 files changed, 2 insertions(+), 0 deletions(-)
>>
>> diff --git a/drivers/hid/hid-magicmouse.c b/drivers/hid/hid-magicmouse.c
>> index 2ab7175..7cf3ffe 100644
>> --- a/drivers/hid/hid-magicmouse.c
>> +++ b/drivers/hid/hid-magicmouse.c
>> @@ -418,6 +418,8 @@ static void magicmouse_setup_input(struct input_dev *input, struct hid_device *h
>> __set_bit(BTN_TOOL_TRIPLETAP, input->keybit);
>> __set_bit(BTN_TOOL_QUADTAP, input->keybit);
>> __set_bit(BTN_TOUCH, input->keybit);
>> + __set_bit(INPUT_PROP_POINTER, input->propbit);
>> + __set_bit(INPUT_PROP_BUTTONPAD, input->propbit);
>> }
>>
>> if (report_touches) {
>
> Applied, although a bit more verbose commit message would be welcome next
> time :)
Will you push this for 3.3, or keep it for 3.4?
-- Chase
next prev parent reply other threads:[~2012-02-21 11:17 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-02-14 4:12 [PATCH] hid-magicmouse: Add pointer and buttonpad properties for Magic Trackpad Chase Douglas
2012-02-21 10:52 ` Jiri Kosina
2012-02-21 11:17 ` Chase Douglas [this message]
2012-02-21 13:22 ` Jiri Kosina
2012-02-21 20:53 ` Chase Douglas
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=4F437D46.6090604@canonical.com \
--to=chase.douglas@canonical.com \
--cc=jkosina@suse.cz \
--cc=linux-input@vger.kernel.org \
/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).