Hi-- On 3/28/22 16:03, Pablo Ceballos wrote: > This driver works around a problem with the HID usage sent by this > device for the mute button. It prevents key events from being generated > for that HID usage since they would be incorrect. > > Signed-off-by: Pablo Ceballos <pceballos@xxxxxxxxxx> > --- > > drivers/hid/Kconfig | 12 ++++++++ > drivers/hid/Makefile | 1 + > drivers/hid/hid-google-atrus.c | 55 ++++++++++++++++++++++++++++++++++ > drivers/hid/hid-ids.h | 1 + > 4 files changed, 69 insertions(+) > create mode 100644 drivers/hid/hid-google-atrus.c > > diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig > index f5544157576c..dc6ae9970054 100644 > --- a/drivers/hid/Kconfig > +++ b/drivers/hid/Kconfig > @@ -403,6 +403,18 @@ config HOLTEK_FF > Say Y here if you have a Holtek On Line Grip based game controller > and want to have force feedback support for it. > > +config HID_GOOGLE_ATRUS > + tristate "Google Hangouts Meet Speakermic" > + depends on USB_HID > + ---help--- Just help The ---help--- form is no longer used. > + This selects a driver for the Google Hangouts Meet Speakermic. > + > + This driver works around a problem with the HID usage sent by this > + device for the mute button. It prevents key events from being generated > + for that HID usage since they would be incorrect. > + > + Say Y here if you have a Google Hangouts Meet Speakermic. > + > config HID_GOOGLE_HAMMER > tristate "Google Hammer Keyboard" > depends on USB_HID && LEDS_CLASS && CROS_EC -- ~Randy