|
|
594167 |
From 20537f77e4b66c5e657174a4f29dfaf883b8929c Mon Sep 17 00:00:00 2001
|
|
|
594167 |
From: Pablo Ceballos <pceballos@google.com>
|
|
|
594167 |
Date: Fri, 13 May 2022 23:33:07 +0000
|
|
|
594167 |
Subject: [PATCH] hwdb: Add Google Hangouts Meet speakermic
|
|
|
594167 |
|
|
|
594167 |
This device implements the phone mute HID usage as a toggle switch,
|
|
|
594167 |
where 1 indicates muted, and 0 indicates unmuted. However, for a key
|
|
|
594167 |
event 1 indicates that the key has been pressed and 0 indicates it has
|
|
|
594167 |
been released. This mismatch causes issues, so prevent key events from
|
|
|
594167 |
being generated for this HID usage.
|
|
|
594167 |
|
|
|
594167 |
(cherry picked from commit 2d251543211dae43bcf6f01ed32a3dbe8fef1ea7)
|
|
|
594167 |
|
|
|
594167 |
Related: #2087778
|
|
|
594167 |
---
|
|
|
594167 |
hwdb.d/60-keyboard.hwdb | 8 ++++++++
|
|
|
594167 |
1 file changed, 8 insertions(+)
|
|
|
594167 |
|
|
|
594167 |
diff --git a/hwdb.d/60-keyboard.hwdb b/hwdb.d/60-keyboard.hwdb
|
|
|
594167 |
index b852f33608..2e4f6f4293 100644
|
|
|
594167 |
--- a/hwdb.d/60-keyboard.hwdb
|
|
|
594167 |
+++ b/hwdb.d/60-keyboard.hwdb
|
|
|
594167 |
@@ -511,6 +511,14 @@ evdev:input:b0003v0458p0708*
|
|
|
594167 |
KEYBOARD_KEY_0900fd=scale
|
|
|
594167 |
KEYBOARD_KEY_0900fc=screenlock
|
|
|
594167 |
|
|
|
594167 |
+###########################################################
|
|
|
594167 |
+# Google
|
|
|
594167 |
+###########################################################
|
|
|
594167 |
+
|
|
|
594167 |
+# Google Hangouts Meet speakermic
|
|
|
594167 |
+evdev:input:b0003v18D1p8001*
|
|
|
594167 |
+ KEYBOARD_KEY_b002f=reserved # Disable micmute key
|
|
|
594167 |
+
|
|
|
594167 |
###########################################################
|
|
|
594167 |
# Hewlett Packard
|
|
|
594167 |
###########################################################
|