Merge pull request #1551 from FrameworkComputer/framework12-tabletmode

framework/12-inch: Fix tabletmode
This commit is contained in:
0x4A6F
2025-08-07 10:53:29 +00:00
committed by GitHub

View File

@@ -4,4 +4,10 @@
../common ../common
../../../common/cpu/intel ../../../common/cpu/intel
]; ];
# If this module isn't built into the kernel, we need to make sure it loads
# before soc_button_array. Otherwise the tablet mode gpio doesn't work.
# If correctly loaded, dmesg should show
# input: gpio-keys as /devices/platform/INT33D3:00
boot.initrd.kernelModules = [ "pinctrl_tigerlake" ];
} }