| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- # Do not edit this file, it will be overwritten on update
- [Asus X555LAB]
- MatchName=*ETPS/2 Elantech Touchpad*
- MatchDMIModalias=dmi:*:svnASUSTeKCOMPUTERINC.:pnX555LAB:*
- ModelTouchpadVisibleMarker=1
- [Asus UX21E]
- MatchName=*ETPS/2 Elantech Touchpad*
- MatchDMIModalias=dmi:*:svnASUSTeKComputerInc.:pnUX21E:*
- AttrPressureRange=24:10
- # Asus UX302LA touchpad doesn't update the pressure values once two
- # fingers are down. So let's just pretend it doesn't have pressure
- # at all. https://gitlab.freedesktop.org/libinput/libinput/issues/145
- [Asus UX302LA]
- MatchName=*ETPS/2 Elantech Touchpad*
- MatchDMIModalias=dmi:*:svnASUSTeKCOMPUTERINC.:pnUX302LA:*
- AttrEventCode=-ABS_MT_PRESSURE;-ABS_PRESSURE;
- # Asus VivoBook Flip 14 TP412UA tablet switch seems misbehaving, always
- # indicating tablet position
- [Asus TP412UA Tablet Mode Switch]
- MatchName=*Intel Virtual Button*
- MatchDMIModalias=dmi:*:svnASUSTeKCOMPUTERINC.:pnVivoBookFlip14_ASUSFlipTP412UA:*
- ModelTabletModeSwitchUnreliable=1
- # keyboard has a different vid/pid to the touchpad
- # so libinput won't pair the two together and dwt isn't active.
- # see: https://gitlab.freedesktop.org/libinput/libinput/-/issues/615
- [Asus ROG Zephyrus G15 2021 keyboard]
- MatchUdevType=keyboard
- MatchBus=usb
- MatchVendor=0x0B05
- MatchProduct=0x19B6
- AttrKeyboardIntegration=internal
- # keyboard has a different vid/pid to the touchpad
- # so libinput won't pair the two together and dwt isn't active.
- [Asus ROG Strix G15 2021 keyboard]
- MatchUdevType=keyboard
- MatchBus=usb
- MatchVendor=0x0B05
- MatchProduct=0x1866
- AttrKeyboardIntegration=internal
- # enable "disable touchpad while typing" to work with z13 keyboard
- [Asus ROG FLow Z13 2025 keyboard]
- MatchUdevType=keyboard
- MatchBus=usb
- MatchVendor=0x0B05
- MatchProduct=0x1A30
- AttrKeyboardIntegration=internal
|