50-system-asus.quirks 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. # Do not edit this file, it will be overwritten on update
  2. [Asus X555LAB]
  3. MatchName=*ETPS/2 Elantech Touchpad*
  4. MatchDMIModalias=dmi:*:svnASUSTeKCOMPUTERINC.:pnX555LAB:*
  5. ModelTouchpadVisibleMarker=1
  6. [Asus UX21E]
  7. MatchName=*ETPS/2 Elantech Touchpad*
  8. MatchDMIModalias=dmi:*:svnASUSTeKComputerInc.:pnUX21E:*
  9. AttrPressureRange=24:10
  10. # Asus UX302LA touchpad doesn't update the pressure values once two
  11. # fingers are down. So let's just pretend it doesn't have pressure
  12. # at all. https://gitlab.freedesktop.org/libinput/libinput/issues/145
  13. [Asus UX302LA]
  14. MatchName=*ETPS/2 Elantech Touchpad*
  15. MatchDMIModalias=dmi:*:svnASUSTeKCOMPUTERINC.:pnUX302LA:*
  16. AttrEventCode=-ABS_MT_PRESSURE;-ABS_PRESSURE;
  17. # Asus VivoBook Flip 14 TP412UA tablet switch seems misbehaving, always
  18. # indicating tablet position
  19. [Asus TP412UA Tablet Mode Switch]
  20. MatchName=*Intel Virtual Button*
  21. MatchDMIModalias=dmi:*:svnASUSTeKCOMPUTERINC.:pnVivoBookFlip14_ASUSFlipTP412UA:*
  22. ModelTabletModeSwitchUnreliable=1
  23. # keyboard has a different vid/pid to the touchpad
  24. # so libinput won't pair the two together and dwt isn't active.
  25. # see: https://gitlab.freedesktop.org/libinput/libinput/-/issues/615
  26. [Asus ROG Zephyrus G15 2021 keyboard]
  27. MatchUdevType=keyboard
  28. MatchBus=usb
  29. MatchVendor=0x0B05
  30. MatchProduct=0x19B6
  31. AttrKeyboardIntegration=internal
  32. # keyboard has a different vid/pid to the touchpad
  33. # so libinput won't pair the two together and dwt isn't active.
  34. [Asus ROG Strix G15 2021 keyboard]
  35. MatchUdevType=keyboard
  36. MatchBus=usb
  37. MatchVendor=0x0B05
  38. MatchProduct=0x1866
  39. AttrKeyboardIntegration=internal
  40. # enable "disable touchpad while typing" to work with z13 keyboard
  41. [Asus ROG FLow Z13 2025 keyboard]
  42. MatchUdevType=keyboard
  43. MatchBus=usb
  44. MatchVendor=0x0B05
  45. MatchProduct=0x1A30
  46. AttrKeyboardIntegration=internal