mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-05-09 02:28:05 +02:00
quirks: rework minisforum keyboard and add one
Use ids for Minisforum V3 and remove dmi match. Also add Minisforum V3 SE one. Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1395>
This commit is contained in:
parent
b60416083e
commit
130f95fd43
1 changed files with 12 additions and 3 deletions
|
|
@ -1,6 +1,15 @@
|
||||||
# Do not edit this file, it will be overwritten on update
|
# Do not edit this file, it will be overwritten on update
|
||||||
|
|
||||||
[Minisforum V3 touchpad dwt]
|
[Minisforum V3 Detachable Keyboard]
|
||||||
MatchName=USB Keyboard
|
MatchUdevType=keyboard
|
||||||
MatchDMIModalias=dmi:*svnMicroComputer(HK)TechLimited:pnV3:*
|
MatchBus=usb
|
||||||
|
MatchVendor=0x05AF
|
||||||
|
MatchProduct=0x326A
|
||||||
|
AttrKeyboardIntegration=internal
|
||||||
|
|
||||||
|
[Minisforum V3 SE Detachable Keyboard]
|
||||||
|
MatchUdevType=keyboard
|
||||||
|
MatchBus=usb
|
||||||
|
MatchVendor=0x1C4F
|
||||||
|
MatchProduct=0x00B8
|
||||||
AttrKeyboardIntegration=internal
|
AttrKeyboardIntegration=internal
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue