Message ID | 20240828-hid-const-fixup-2-v1-0-663b9210eb69@weissschuh.net (mailing list archive) |
---|---|
Headers | show |
Series | HID: constify fixed up report descriptors | expand |
On Wed, 28 Aug 2024 09:33:19 +0200, Thomas Weißschuh wrote: > Now that the HID core can handle const report descriptors, > constify them where possible. > > This is based upon hid/for-6.12/constify-rdesc. > > Applied to hid/hid.git (for-6.12/constify-rdesc), thanks! [01/14] HID: bigbenff: constify fixed up report descriptor https://git.kernel.org/hid/hid/c/00f6f65bd116 [02/14] HID: dr: constify fixed up report descriptor https://git.kernel.org/hid/hid/c/49e00b5ca0bb [03/14] HID: holtek-kbd: constify fixed up report descriptor https://git.kernel.org/hid/hid/c/3ce7edfa4f09 [04/14] HID: keytouch: constify fixed up report descriptor https://git.kernel.org/hid/hid/c/b299944af770 [05/14] HID: maltron: constify fixed up report descriptor https://git.kernel.org/hid/hid/c/d8b21af66601 [06/14] HID: xiaomi: constify fixed up report descriptor https://git.kernel.org/hid/hid/c/c06df4c57af8 [07/14] HID: vrc2: constify fixed up report descriptor https://git.kernel.org/hid/hid/c/49cf20b878fa [08/14] HID: viewsonic: constify fixed up report descriptor https://git.kernel.org/hid/hid/c/4f3ff3a275f9 [09/14] HID: steelseries: constify fixed up report descriptor https://git.kernel.org/hid/hid/c/88ae9ffc7c85 [10/14] HID: pxrc: constify fixed up report descriptor https://git.kernel.org/hid/hid/c/4211f9b11216 [11/14] HID: sony: constify fixed up report descriptor https://git.kernel.org/hid/hid/c/d4781a27add1 [12/14] HID: waltop: constify fixed up report descriptor https://git.kernel.org/hid/hid/c/24b3c515c69b [14/14] HID: uclogic: constify fixed up report descriptor https://git.kernel.org/hid/hid/c/03f8dc1d0a38 Cheers,
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,