From 0e1e24d2fd6aa44fe0b9065f3f7f24ee369ff6da Mon Sep 17 00:00:00 2001 From: Tom Fitzhenry Date: Fri, 29 Sep 2023 04:11:18 +1000 Subject: [PATCH] pine64-pinebook-pro: remove "internal keyboard" libinput quirk This quirk has been upstreamed, and thus we longer need to keep it in nixos-hardware: https://gitlab.freedesktop.org/libinput/libinput/-/commit/c053d7b078b7ebc067c24fd43c728ec0dcd69bfd --- pine64/pinebook-pro/default.nix | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/pine64/pinebook-pro/default.nix b/pine64/pinebook-pro/default.nix index ea77ad3..1aad5d1 100644 --- a/pine64/pinebook-pro/default.nix +++ b/pine64/pinebook-pro/default.nix @@ -53,17 +53,6 @@ '' ]; - # https://github.com/elementary/os/blob/05a5a931806d4ed8bc90396e9e91b5ac6155d4d4/build-pinebookpro.sh#L253-L257 - # Mark the keyboard as internal, so that "disable when typing" works for the touchpad - environment.etc."libinput/local-overrides.quirks".text = '' - [Pinebook Pro Keyboard] - MatchUdevType=keyboard - MatchBus=usb - MatchVendor=0x258A - MatchProduct=0x001E - AttrKeyboardIntegration=internal - ''; - hardware.enableRedistributableFirmware = true; hardware.firmware = [ (pkgs.callPackage ./firmware/ap6256-firmware { })