mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-20 06:50:05 +01:00
quirks: add quirk for Minisforum V3 touchpad dwt
Disable while typing didn't work since the detachable (USB) keyboard/touchpad case weren't being considered as one unit; mark the keyboard as internal to correct this. Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1028>
This commit is contained in:
parent
6f19267c1e
commit
2135b4a6af
1 changed files with 5 additions and 0 deletions
|
|
@ -4,3 +4,8 @@
|
||||||
MatchName=AT Translated Set 2 keyboard
|
MatchName=AT Translated Set 2 keyboard
|
||||||
MatchDMIModalias=dmi:*svnMicroComputer(HK)TechLimited:pnV3:*
|
MatchDMIModalias=dmi:*svnMicroComputer(HK)TechLimited:pnV3:*
|
||||||
ModelTabletModeNoSuspend=1
|
ModelTabletModeNoSuspend=1
|
||||||
|
|
||||||
|
[Minisforum V3 touchpad dwt]
|
||||||
|
MatchName=USB Keyboard
|
||||||
|
MatchDMIModalias=dmi:*svnMicroComputer(HK)TechLimited:pnV3:*
|
||||||
|
AttrKeyboardIntegration=internal
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue