Re: [PATCH] HID: Driver for Google Hangouts Meet Speakermic
From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Date: 2022-05-12 09:34:20
Also in:
lkml
From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Date: 2022-05-12 09:34:20
Also in:
lkml
On Thu, Apr 21, 2022 at 10:28 AM Jiri Kosina [off-list ref] wrote:
On Tue, 5 Apr 2022, Pablo Ceballos wrote:quoted
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 <redacted>Applied to hid.git#for-5.19/google. Thanks,
I am curious, could not this be achieved without a kernel driver by simply using udev to map this usage code to KEY_RESERVED? Thanks. -- Dmitry