We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9368056 + df02f4f commit cd88704Copy full SHA for cd88704
framework/12-inch/13th-gen-intel/default.nix
@@ -4,4 +4,10 @@
4
../common
5
../../../common/cpu/intel
6
];
7
+
8
+ # If this module isn't built into the kernel, we need to make sure it loads
9
+ # before soc_button_array. Otherwise the tablet mode gpio doesn't work.
10
+ # If correctly loaded, dmesg should show
11
+ # input: gpio-keys as /devices/platform/INT33D3:00
12
+ boot.initrd.kernelModules = [ "pinctrl_tigerlake" ];
13
}
0 commit comments