The ASUS CX3402 touchpad isn't working properly

I have `PNP0C50:00 093A:1002` on my ASUS Chromebook CR1104FG – and after installing Linux Mint 22.3 the touchpad did not work.

  1. I installed libinput: `sudo apt install libinput-tools`
  2. I created the missing dir: `sudo mkdir /etc/libinput`
  3. and added similar kind of file into it: `sudo nano /etc/libinput/local-overrides.quirks`
[PNP Touchpad]
MatchName=*PNP*Touchpad*
AttrResolutionHint=31x31
AttrPressureRange=10:8

After a reboot everything started to work.