pine64-pinebook-pro: remove udev quirk for "keyboard mouse"
It's not clear what this is for, and other distros (
e9029c9153
) are now relying solely on upstream udev.
This commit is contained in:
parent
0e1e24d2fd
commit
a6eecb4d85
|
@ -42,17 +42,6 @@
|
|||
"rtc_rk808"
|
||||
];
|
||||
|
||||
services.udev.extraHwdb = lib.mkMerge [
|
||||
# https://github.com/elementary/os/blob/05a5a931806d4ed8bc90396e9e91b5ac6155d4d4/build-pinebookpro.sh#L253-L257
|
||||
# Disable the "keyboard mouse" in libinput. This is reported by the keyboard firmware
|
||||
# and is probably a placeholder for a TrackPoint style mouse that doesn't exist
|
||||
''
|
||||
evdev:input:b0003v258Ap001Ee0110-e0,1,2,4,k110,111,112,r0,1,am4,lsfw
|
||||
ID_INPUT=0
|
||||
ID_INPUT_MOUSE=0
|
||||
''
|
||||
];
|
||||
|
||||
hardware.enableRedistributableFirmware = true;
|
||||
hardware.firmware = [
|
||||
(pkgs.callPackage ./firmware/ap6256-firmware { })
|
||||
|
|
Loading…
Reference in a new issue