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@xxxxxxxxxxxxxx> --- 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@xxxxxxxxxxxxxx>