mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-05-08 11:19:14 +02:00
quirks: Add Lenovo Legion 7i 4090 keyboard quirks
Disable while typing is not working because the keyboard uses the USB bus. Add the `AttrKeyboardIntegration=internal` quirk to fix it. Fixes https://gitlab.freedesktop.org/libinput/libinput/-/issues/911 Signed-off-by: José Expósito <jose.exposito89@gmail.com>
This commit is contained in:
parent
fa0d27d175
commit
08e4a3deb9
1 changed files with 6 additions and 0 deletions
|
|
@ -315,3 +315,9 @@ MatchUdevType=touchpad
|
||||||
MatchName=*SynPS/2 Synaptics TouchPad
|
MatchName=*SynPS/2 Synaptics TouchPad
|
||||||
MatchDMIModalias=dmi:*svnLENOVO:*:pvrLenovoYoga2Pro*
|
MatchDMIModalias=dmi:*svnLENOVO:*:pvrLenovoYoga2Pro*
|
||||||
AttrPressureRange=50:45
|
AttrPressureRange=50:45
|
||||||
|
|
||||||
|
[Lenovo Legion 7i 4090 Keyboard]
|
||||||
|
MatchUdevType=keyboard
|
||||||
|
MatchBus=usb
|
||||||
|
MatchDMIModalias=dmi:*svnLENOVO:*:pvrLegionY9000PIRX8H*
|
||||||
|
AttrKeyboardIntegration=internal
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue