On Sun, 4 Jul 2021, Thomas Weißschuh wrote: > This driver provides HID fixups for CMedia audio chips. > For now this enables the recognition of the microphone mute button for the > HS-100B. > > Signed-off-by: Thomas Weißschuh <linux@xxxxxxxxxxxxxx> > --- > drivers/hid/Kconfig | 6 +++ > drivers/hid/Makefile | 1 + > drivers/hid/hid-cmedia-fixup.c | 82 ++++++++++++++++++++++++++++++++++ > drivers/hid/hid-ids.h | 1 + > drivers/hid/hid-quirks.c | 3 ++ > 5 files changed, 93 insertions(+) > create mode 100644 drivers/hid/hid-cmedia-fixup.c Can you please drop the '-fixup' from the driver name? We have quite a couple of drivers that do report descriptor modifications, but we're not using this '-fixup' naming scheme for them either. Thanks, -- Jiri Kosina SUSE Labs