1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-12-03 02:44:13 +03:00
mobile-nixos/devices/oneplus-oneplus3
Samuel Dionne-Riel af62d74a3b oneplus-oneplus3: workaround bug with touchscreen
libinput, which I believe, claims there is a kernel bug with the
synaptics driver touchscreen in use.

This is the recommended fix according to PostmarketOS.

 * https://wiki.postmarketos.org/wiki/Troubleshooting:touchscreen#sec_touchscreen:_kernel_bug

I have not seen any issues from using this fix.

The error:

```
synaptics: kernel bug: device has min == max on ABS_MT_WIDTH_MAJOR
```

According to the touchscreen documentation of the kernel, I don't think
that it is an issue to remove this information from touch events.
2019-10-05 01:07:55 -04:00
..
kernel oneplus-oneplus3: workaround bug with touchscreen 2019-10-05 01:07:55 -04:00
default.nix oneplus-oneplus3: Add device information 2019-10-05 01:07:55 -04:00
partitions_64GB.gdisk oneplus-oneplus3: Add partitions information 2019-10-05 01:07:55 -04:00