mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-08 21:17:47 +03:00
hwdb: Add Google Hangouts Meet speakermic
This device implements the phone mute HID usage as a toggle switch, where 1 indicates muted, and 0 indicates unmuted. However, for a key event 1 indicates that the key has been pressed and 0 indicates it has been released. This mismatch causes issues, so prevent key events from being generated for this HID usage.
This commit is contained in:
parent
48139c7c57
commit
2d25154321
@ -511,6 +511,14 @@ evdev:input:b0003v0458p0708*
|
||||
KEYBOARD_KEY_0900fd=scale
|
||||
KEYBOARD_KEY_0900fc=screenlock
|
||||
|
||||
###########################################################
|
||||
# Google
|
||||
###########################################################
|
||||
|
||||
# Google Hangouts Meet speakermic
|
||||
evdev:input:b0003v18D1p8001*
|
||||
KEYBOARD_KEY_b002f=reserved # Disable micmute key
|
||||
|
||||
###########################################################
|
||||
# Hewlett Packard
|
||||
###########################################################
|
||||
|
Loading…
Reference in New Issue
Block a user