From 7947f192481c9c6d1fb7a690f2a02e7b90c58123 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 5 May 2020 14:14:36 +0200 Subject: Add InfinityBook v4 This is required so that the keyboard driver is reloaded after suspend. Signed-off-by: Matthias Beyer --- tuxedo/infinitybook/v4/default.nix | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tuxedo/infinitybook/v4/default.nix diff --git a/tuxedo/infinitybook/v4/default.nix b/tuxedo/infinitybook/v4/default.nix new file mode 100644 index 0000000..36450bf --- /dev/null +++ b/tuxedo/infinitybook/v4/default.nix @@ -0,0 +1,5 @@ +{ + boot.kernelParams = [ + "i8042.reset" + ]; +} -- cgit v1.2.3