mirror of
https://github.com/systemd/systemd.git
synced 2024-11-24 02:33:36 +08:00
0319812234
This Lenovo machine use codec Line2 to implement a microphone mute button, it depends on the unsolicited interrupt to generate key event, the scan code for this button is assigned to 0x00 in the linux kernel driver, and the keycode is KEY_MICMUTE(248), we need to remap this keycode to KEY_F20 to make this hotkey work in X11. BugLink: https://bugs.launchpad.net/bugs/1531362 Signed-off-by: Hui Wang <hui.wang@canonical.com> |
||
---|---|---|
.. | ||
.gitignore | ||
20-acpi-vendor.hwdb | ||
20-bluetooth-vendor-product.hwdb | ||
20-net-ifname.hwdb | ||
20-OUI.hwdb | ||
20-pci-classes.hwdb | ||
20-pci-vendor-model.hwdb | ||
20-sdio-classes.hwdb | ||
20-sdio-vendor-model.hwdb | ||
20-usb-classes.hwdb | ||
20-usb-vendor-model.hwdb | ||
60-evdev.hwdb | ||
60-keyboard.hwdb | ||
70-mouse.hwdb | ||
70-pointingstick.hwdb | ||
ids-update.pl | ||
Makefile | ||
sdio.ids |