mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-01-04 17:50:15 +01:00
quirks: fix duplicate section names
Our parser doesn't care about this, but let's stick to the proper format so we can read those files with e.g. Python's ConfigParser Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
74a94be8ed
commit
28a246188d
3 changed files with 13 additions and 13 deletions
|
|
@ -46,51 +46,51 @@ MatchVendor=0x046D
|
|||
MatchProduct=0x4011
|
||||
AttrPalmPressureThreshold=400
|
||||
|
||||
[Logitech MX Master]
|
||||
[Logitech MX Master (4041)]
|
||||
MatchVendor=0x46D
|
||||
MatchProduct=0x4041
|
||||
ModelInvertHorizontalScrolling=1
|
||||
[Logitech MX Master]
|
||||
[Logitech MX Master (4060)]
|
||||
MatchVendor=0x46D
|
||||
MatchProduct=0x4060
|
||||
ModelInvertHorizontalScrolling=1
|
||||
[Logitech MX Master]
|
||||
[Logitech MX Master (4071)]
|
||||
MatchVendor=0x46D
|
||||
MatchProduct=0x4071
|
||||
ModelInvertHorizontalScrolling=1
|
||||
|
||||
# MX Master has a different PID on bluetooth
|
||||
[Logitech MX Master]
|
||||
[Logitech MX Master (Bluetooth B012)]
|
||||
MatchVendor=0x46D
|
||||
MatchProduct=0xB012
|
||||
ModelInvertHorizontalScrolling=1
|
||||
[Logitech MX Master]
|
||||
[Logitech MX Master (Bluetooth B017)]
|
||||
MatchVendor=0x46D
|
||||
MatchProduct=0xB017
|
||||
ModelInvertHorizontalScrolling=1
|
||||
[Logitech MX Master]
|
||||
[Logitech MX Master (Bluetooth B01E)]
|
||||
MatchVendor=0x46D
|
||||
MatchProduct=0xB01E
|
||||
ModelInvertHorizontalScrolling=1
|
||||
|
||||
[Logitech MX Master 2S]
|
||||
[Logitech MX Master 2S USB]
|
||||
MatchVendor=0x46D
|
||||
MatchProduct=0x4069
|
||||
ModelInvertHorizontalScrolling=1
|
||||
|
||||
# MX Master 2S has a different PID on bluetooth
|
||||
[Logitech MX Master 2S]
|
||||
[Logitech MX Master 2S Bluetooth]
|
||||
MatchVendor=0x46D
|
||||
MatchProduct=0xB019
|
||||
ModelInvertHorizontalScrolling=1
|
||||
|
||||
[Logitech MX Master 3]
|
||||
[Logitech MX Master 3 USB]
|
||||
MatchVendor=0x46D
|
||||
MatchProduct=0x4082
|
||||
ModelInvertHorizontalScrolling=1
|
||||
|
||||
# MX Master 3 has a different PID on bluetooth
|
||||
[Logitech MX Master 3]
|
||||
[Logitech MX Master 3 Bluetooth]
|
||||
MatchVendor=0x46D
|
||||
MatchProduct=0xB023
|
||||
ModelInvertHorizontalScrolling=1
|
||||
|
|
|
|||
|
|
@ -121,7 +121,7 @@ MatchVendor=0x5AC
|
|||
AttrKeyboardIntegration=internal
|
||||
|
||||
# The Linux applespi driver currently uses the Synaptics vendor for some reason
|
||||
[Apple Laptop Touchpad (SPI)]
|
||||
[Apple Laptop Touchpad (SPI) applespi driver]
|
||||
MatchUdevType=touchpad
|
||||
MatchBus=spi
|
||||
MatchVendor=0x6CB
|
||||
|
|
|
|||
|
|
@ -240,14 +240,14 @@ ModelTabletModeNoSuspend=1
|
|||
|
||||
# Misidentified as an external keyboard by libinput
|
||||
# Tested on Legion 5 15AR05H
|
||||
[Lenovo Legion 5 Keyboard]
|
||||
[Lenovo Legion 5 Keyboard (C100)]
|
||||
MatchUdevType=keyboard
|
||||
MatchBus=usb
|
||||
MatchVendor=0x048D
|
||||
MatchProduct=0xC100
|
||||
AttrKeyboardIntegration=internal
|
||||
|
||||
[Lenovo Legion 5 Keyboard]
|
||||
[Lenovo Legion 5 Keyboard (C955)]
|
||||
MatchUdevType=keyboard
|
||||
MatchBus=usb
|
||||
MatchVendor=0x048D
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue