From: Nikolai Kondrashov <spbnick@gmail.com>
To: Benjamin Tissoires <benjamin.tissoires@redhat.com>,
Jiri Kosina <jkosina@suse.cz>
Cc: linux-input@vger.kernel.org, linux-kernel@vger.kernel.org,
DIGImend-devel <DIGImend-devel@lists.sourceforge.net>
Subject: Re: [PATCH v3 6/6] HID: uclogic: actually invert the in-range bit for huion tablets only
Date: Tue, 03 Mar 2015 20:43:46 +0200 [thread overview]
Message-ID: <54F600E2.5040002@gmail.com> (raw)
In-Reply-To: <1425404645-20134-7-git-send-email-benjamin.tissoires@redhat.com>
On 03/03/2015 07:44 PM, Benjamin Tissoires wrote:
> This hack is only needed for Huion tablets. It does not seem to have
> any effect on the other tablets handled by this device right now, but
> it's better to check for the product id sooner than discovering that
> we have messed up one tablet later.
>
> Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
> ---
>
> changes in v3:
> - stores a flag to know when to invert the bit.
> - add #define UCLOGIC_PEN_REPORT_ID
>
> new in v2
>
> drivers/hid/hid-uclogic.c | 13 ++++++++-----
> 1 file changed, 8 insertions(+), 5 deletions(-)
>
> diff --git a/drivers/hid/hid-uclogic.c b/drivers/hid/hid-uclogic.c
> index f44e72b..bdda9fd 100644
> --- a/drivers/hid/hid-uclogic.c
> +++ b/drivers/hid/hid-uclogic.c
> @@ -564,6 +564,7 @@ enum uclogic_ph_id {
>
> /* Report descriptor template placeholder */
> #define UCLOGIC_PH(_ID) UCLOGIC_PH_HEAD, UCLOGIC_PH_ID_##_ID
> +#define UCLOGIC_PEN_REPORT_ID 0x07
It would be nice to also use this macro in the replaced report descriptor
itself, but this will do for now.
Reviewed-by: Nikolai Kondrashov <spbnick@gmail.com>
Thanks a lot, Benjamin!
Nick
P.S. I like the way you describe the changes between patchset versions, will
have to keep it in mind and use in my own.
next prev parent reply other threads:[~2015-03-03 18:43 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-03 17:43 [PATCH v3 0/6] HID: huion/uclogic merge and few additions Benjamin Tissoires
2015-03-03 17:44 ` [PATCH v3 1/6] HID: uclogic: Set quirks from inside the driver Benjamin Tissoires
2015-03-03 17:44 ` [PATCH v3 2/6] HID: uclogic: merge hid-huion driver in hid-uclogic Benjamin Tissoires
2015-03-04 15:44 ` Jiri Kosina
2015-03-04 16:06 ` Benjamin Tissoires
2015-03-03 17:44 ` [PATCH v3 3/6] HID: uclogic: name the input nodes based on their tool Benjamin Tissoires
2015-03-03 17:44 ` [PATCH v3 4/6] HID: uclogic: apply quirk NO_EMPTY_INPUT Benjamin Tissoires
2015-03-03 17:44 ` [PATCH v3 5/6] HID: uclogic: discard the extra Pen input node on Huion tablets Benjamin Tissoires
2015-03-03 17:44 ` [PATCH v3 6/6] HID: uclogic: actually invert the in-range bit for huion tablets only Benjamin Tissoires
2015-03-03 18:43 ` Nikolai Kondrashov [this message]
2015-03-03 19:20 ` Benjamin Tissoires
2015-03-03 20:34 ` [PATCH v3 0/6] HID: huion/uclogic merge and few additions 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=54F600E2.5040002@gmail.com \
--to=spbnick@gmail.com \
--cc=DIGImend-devel@lists.sourceforge.net \
--cc=benjamin.tissoires@redhat.com \
--cc=jkosina@suse.cz \
--cc=linux-input@vger.kernel.org \
--cc=linux-kernel@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.