All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/14] HID: constify fixed up report descriptors
@ 2024-08-28  7:33 Thomas Weißschuh
  2024-08-28  7:33 ` [PATCH 01/14] HID: bigbenff: constify fixed up report descriptor Thomas Weißschuh
                   ` (14 more replies)
  0 siblings, 15 replies; 19+ messages in thread
From: Thomas Weißschuh @ 2024-08-28  7:33 UTC (permalink / raw)
  To: Jiri Kosina, Benjamin Tissoires, Marcus Folkesson
  Cc: linux-input, linux-kernel, Thomas Weißschuh

Now that the HID core can handle const report descriptors,
constify them where possible.

This is based upon hid/for-6.12/constify-rdesc.

Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
---
Thomas Weißschuh (14):
      HID: bigbenff: constify fixed up report descriptor
      HID: dr: constify fixed up report descriptor
      HID: holtek-kbd: constify fixed up report descriptor
      HID: keytouch: constify fixed up report descriptor
      HID: maltron: constify fixed up report descriptor
      HID: xiaomi: constify fixed up report descriptor
      HID: vrc2: constify fixed up report descriptor
      HID: viewsonic: constify fixed up report descriptor
      HID: steelseries: constify fixed up report descriptor
      HID: pxrc: constify fixed up report descriptor
      HID: sony: constify fixed up report descriptor
      HID: waltop: constify fixed up report descriptor
      HID: lg: constify fixed up report descriptor
      HID: uclogic: constify fixed up report descriptor

 drivers/hid/hid-bigbenff.c       |  4 ++--
 drivers/hid/hid-dr.c             |  4 ++--
 drivers/hid/hid-holtek-kbd.c     |  4 ++--
 drivers/hid/hid-keytouch.c       |  6 ++----
 drivers/hid/hid-lg.c             | 31 +++++++++++++++++--------------
 drivers/hid/hid-maltron.c        |  4 ++--
 drivers/hid/hid-pxrc.c           |  2 +-
 drivers/hid/hid-sony.c           | 12 ++++++------
 drivers/hid/hid-steelseries.c    |  4 ++--
 drivers/hid/hid-uclogic-core.c   |  2 +-
 drivers/hid/hid-uclogic-params.c |  4 ++--
 drivers/hid/hid-uclogic-params.h | 10 +++++-----
 drivers/hid/hid-uclogic-rdesc.c  | 20 ++++++++++----------
 drivers/hid/hid-uclogic-rdesc.h  | 20 ++++++++++----------
 drivers/hid/hid-viewsonic.c      |  4 ++--
 drivers/hid/hid-vrc2.c           |  2 +-
 drivers/hid/hid-waltop.c         | 28 ++++++++++++++--------------
 drivers/hid/hid-xiaomi.c         |  4 ++--
 18 files changed, 83 insertions(+), 82 deletions(-)
---
base-commit: c1f9eff7b270861005c7ec8146b6ad398c40940b
change-id: 20240803-hid-const-fixup-2-7c60ac529531
prerequisite-change-id: 20240730-hid-const-fixup-8b01cbda1b49:v2
prerequisite-patch-id: 92216ced5d79ee5578fbe1c24c994b6fd550d1fb
prerequisite-patch-id: 4dd3e0fa6b0387f2a722c2bb924fc9c3b784f49d
prerequisite-patch-id: 7a5b42060b989b053d2bc71d52e0281815da542d
prerequisite-patch-id: 15809fd82225c2d44cdbed2d570d621ba7378cec
prerequisite-patch-id: baba272935e0f16c67170413cadb682b535b3a6d
prerequisite-patch-id: 4e6017ca6b8df87fe8270fffd43a585eddba88c7
prerequisite-patch-id: 06023fde4515232fdcc4044b252aa42ed9a47885

Best regards,
-- 
Thomas Weißschuh <linux@weissschuh.net>


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

end of thread, other threads:[~2024-09-18  9:17 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-28  7:33 [PATCH 00/14] HID: constify fixed up report descriptors Thomas Weißschuh
2024-08-28  7:33 ` [PATCH 01/14] HID: bigbenff: constify fixed up report descriptor Thomas Weißschuh
2024-08-28  7:33 ` [PATCH 02/14] HID: dr: " Thomas Weißschuh
2024-08-28  7:33 ` [PATCH 03/14] HID: holtek-kbd: " Thomas Weißschuh
2024-08-28  7:33 ` [PATCH 04/14] HID: keytouch: " Thomas Weißschuh
2024-08-28  7:33 ` [PATCH 05/14] HID: maltron: " Thomas Weißschuh
2024-08-28  7:33 ` [PATCH 06/14] HID: xiaomi: " Thomas Weißschuh
2024-08-28  7:33 ` [PATCH 07/14] HID: vrc2: " Thomas Weißschuh
2024-09-18  9:17   ` Marcus Folkesson
2024-08-28  7:33 ` [PATCH 08/14] HID: viewsonic: " Thomas Weißschuh
2024-08-28  7:33 ` [PATCH 09/14] HID: steelseries: " Thomas Weißschuh
2024-08-28  7:33 ` [PATCH 10/14] HID: pxrc: " Thomas Weißschuh
2024-08-28  7:33 ` [PATCH 11/14] HID: sony: " Thomas Weißschuh
2024-08-28  7:33 ` [PATCH 12/14] HID: waltop: " Thomas Weißschuh
2024-08-28  7:33 ` [PATCH 13/14] HID: lg: " Thomas Weißschuh
2024-09-05 14:51   ` Benjamin Tissoires
2024-09-05 14:59     ` Thomas Weißschuh
2024-08-28  7:33 ` [PATCH 14/14] HID: uclogic: " Thomas Weißschuh
2024-09-05 14:49 ` (subset) [PATCH 00/14] HID: constify fixed up report descriptors Benjamin Tissoires

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.