I have `PNP0C50:00 093A:1002` on my ASUS Chromebook CR1104FG – and after installing Linux Mint 22.3 the touchpad did not work.
- I installed libinput: `sudo apt install libinput-tools`
- I created the missing dir: `sudo mkdir /etc/libinput`
- 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.