From: "José Expósito" <jose.exposito89@gmail.com>
To: jikos@kernel.org
Cc: benjamin.tissoires@redhat.com, linux-input@vger.kernel.org,
linux-kernel@vger.kernel.org,
"José Expósito" <jose.exposito89@gmail.com>
Subject: [PATCH 0/6] HID: uclogic: Add support for XP-PEN Deco PRO SW and MW
Date: Mon, 26 Dec 2022 13:54:48 +0100 [thread overview]
Message-ID: <20221226125454.16106-1-jose.exposito89@gmail.com> (raw)
Hi!
This series add support for the XP-PEN Deco PRO SW and MW drawing
tablets.
Both tablets are similar, the only difference between them is their
size and their IDs. I own one of them and Andreas helped me test the
other one, so thanks a lot!
Please note that this series might cause conflicts with [1], but they
should be really easy to fix/I can rebase once it is merged.
About the patches:
- The first patch introduces a quirks to be able to fix the frame type
reported by these devices.
- The second patch adds another quirks to know whether a tablet has
battery or not. I didn't find any difference in the information
reported by the firmware nor in the Windows driver to obtain this
information, so I added a manual flag.
- The fourth patch adds a generic mechanism to schedule jobs when an
event is received, in this case, to reconnect the tablet.
- The last two patches add support for the tablets.
Best wishes,
José Expósito
[1] [PATCH] HID: uclogic: Add support for XP-PEN Deco 01 V2
https://lore.kernel.org/linux-input/20221226123456.14822-1-jose.exposito89@gmail.com/T/
José Expósito (6):
HID: uclogic: Add frame type quirk
HID: uclogic: Add battery quirk
HID: uclogic: Refactor UGEEv2 probe magic data
HID: uclogic: Handle wireless device reconnection
HID: uclogic: Add support for XP-PEN Deco Pro SW
HID: uclogic: Add support for XP-PEN Deco Pro MW
drivers/hid/hid-ids.h | 2 +
drivers/hid/hid-input.c | 4 +
drivers/hid/hid-uclogic-core-test.c | 105 ++++++++++++++++++++++
drivers/hid/hid-uclogic-core.c | 61 +++++++++----
drivers/hid/hid-uclogic-params-test.c | 16 ++++
drivers/hid/hid-uclogic-params.c | 124 ++++++++++++++++++++++++--
drivers/hid/hid-uclogic-params.h | 40 +++++++++
drivers/hid/hid-uclogic-rdesc.c | 6 ++
drivers/hid/hid-uclogic-rdesc.h | 5 ++
9 files changed, 338 insertions(+), 25 deletions(-)
create mode 100644 drivers/hid/hid-uclogic-core-test.c
--
2.38.1
next reply other threads:[~2022-12-26 12:55 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-12-26 12:54 José Expósito [this message]
2022-12-26 12:54 ` [PATCH 1/6] HID: uclogic: Add frame type quirk José Expósito
2022-12-26 12:54 ` [PATCH 2/6] HID: uclogic: Add battery quirk José Expósito
2022-12-26 12:54 ` [PATCH 3/6] HID: uclogic: Refactor UGEEv2 probe magic data José Expósito
2022-12-26 12:54 ` [PATCH 4/6] HID: uclogic: Handle wireless device reconnection José Expósito
2022-12-26 12:54 ` [PATCH 5/6] HID: uclogic: Add support for XP-PEN Deco Pro SW José Expósito
2022-12-26 12:54 ` [PATCH 6/6] HID: uclogic: Add support for XP-PEN Deco Pro MW José Expósito
2023-01-18 8:46 ` [PATCH 0/6] HID: uclogic: Add support for XP-PEN Deco PRO SW and MW 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=20221226125454.16106-1-jose.exposito89@gmail.com \
--to=jose.exposito89@gmail.com \
--cc=benjamin.tissoires@redhat.com \
--cc=jikos@kernel.org \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox