[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <f4932722-c577-f03c-8296-c49a8dd8b14f@infradead.org>
Date: Mon, 28 Mar 2022 17:46:27 -0700
From: Randy Dunlap <rdunlap@...radead.org>
To: Pablo Ceballos <pceballos@...gle.com>,
Jiri Kosina <jikos@...nel.org>,
Benjamin Tissoires <benjamin.tissoires@...hat.com>
Cc: linux-kernel@...r.kernel.org, linux-input@...r.kernel.org
Subject: Re: [PATCH] HID: Add driver for Google Hangouts Meet Speakermic
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@...gle.com>
> ---
>
> 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
Powered by blists - more mailing lists