linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/8] XP-PEN Deco Pro S support
@ 2022-08-15 14:29 José Expósito
  2022-08-15 14:29 ` [PATCH v4 1/8] HID: uclogic: KUnit best practices and naming conventions José Expósito
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: José Expósito @ 2022-08-15 14:29 UTC (permalink / raw)
  To: jikos
  Cc: benjamin.tissoires, spbnick, j.witteveen, nathan, linux-input,
	linux-kernel, kunit-dev, José Expósito

Hello everyone,

This is v4 of [1]. Check the description in the link for more
information, please.

v1 -> v2:

 - First patch acked-by Daniel Latypov

v2 -> v3:

 - Fix bug in "HID: uclogic: Add support for UGEE v2 mouse frames".
   Reported-by: kernel test robot <lkp@intel.com>

   I copy-pasted the wrong template size.
   Thanks to Nathan Chancellor for looking into it. As he mentioned [2],
   CONFIG_FORTIFY_SOURCE doesn't catch this error without LTO enabled.

v3 -> v4:

 - Rebase on hid/master after the merge window.

 - Add and extra patch to add support for Parblo A610 PRO. The tablet
   is similar to the XP-PEN Deco Pro S and adding its ID is enough to
   support it.

 - Minimal cleanup in the return branch of uclogic_params_ugee_v2_init_frame_mouse
   and uclogic_params_ugee_v2_init_frame_buttons.

[1] https://lore.kernel.org/linux-input/20220717144333.251190-1-jose.exposito89@gmail.com/T/
[2] https://lore.kernel.org/linux-input/20220717144333.251190-1-jose.exposito89@gmail.com/T/#m796ac6c8f7484b0bafc1f1>

José Expósito (8):
  HID: uclogic: KUnit best practices and naming conventions
  HID: uclogic: Refactor UGEE v2 string descriptor parsing
  HID: uclogic: Refactor UGEE v2 frame initialization
  HID: uclogic: Parse the UGEE v2 frame type
  HID: uclogic: Add support for UGEE v2 dial frames
  HID: uclogic: Add support for UGEE v2 mouse frames
  HID: uclogic: Add support for XP-PEN Deco Pro S
  HID: uclogic: Add support for Parblo A610 PRO

 drivers/hid/Kconfig                   |   2 +-
 drivers/hid/Makefile                  |   4 +-
 drivers/hid/hid-ids.h                 |   2 +
 drivers/hid/hid-uclogic-core.c        |   4 +
 drivers/hid/hid-uclogic-params-test.c | 192 +++++++++++++++++++++
 drivers/hid/hid-uclogic-params.c      | 230 +++++++++++++++++++++-----
 drivers/hid/hid-uclogic-params.h      |  10 ++
 drivers/hid/hid-uclogic-rdesc-test.c  |  22 +--
 drivers/hid/hid-uclogic-rdesc.c       |  74 +++++++++
 drivers/hid/hid-uclogic-rdesc.h       |   8 +
 10 files changed, 498 insertions(+), 50 deletions(-)
 create mode 100644 drivers/hid/hid-uclogic-params-test.c

-- 
2.25.1


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2022-08-25  8:28 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-15 14:29 [PATCH v4 0/8] XP-PEN Deco Pro S support José Expósito
2022-08-15 14:29 ` [PATCH v4 1/8] HID: uclogic: KUnit best practices and naming conventions José Expósito
2022-08-15 14:29 ` [PATCH v4 2/8] HID: uclogic: Refactor UGEE v2 string descriptor parsing José Expósito
2022-08-15 14:29 ` [PATCH v4 3/8] HID: uclogic: Refactor UGEE v2 frame initialization José Expósito
2022-08-15 14:29 ` [PATCH v4 4/8] HID: uclogic: Parse the UGEE v2 frame type José Expósito
2022-08-15 14:29 ` [PATCH v4 5/8] HID: uclogic: Add support for UGEE v2 dial frames José Expósito
2022-08-15 14:29 ` [PATCH v4 6/8] HID: uclogic: Add support for UGEE v2 mouse frames José Expósito
2022-08-15 14:29 ` [PATCH v4 7/8] HID: uclogic: Add support for XP-PEN Deco Pro S José Expósito
2022-08-15 14:29 ` [PATCH v4 8/8] HID: uclogic: Add support for Parblo A610 PRO José Expósito
2022-08-25  8:28 ` [PATCH v4 0/8] XP-PEN Deco Pro S support Jiri Kosina

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).