Skip to content

Commit 534adcf

Browse files
committed
omit-drivers: blacklist intel screen orientation sensor
1 parent 7f38b12 commit 534adcf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
# If you NEED drivers in ZFSBootMenu, modify the list below
22

3+
# GPU hardware almost never reinitializes after a kexec
34
omit_drivers+=" amdgpu radeon nvidia nouveau i915 drm "
5+
6+
# screen orientation sensor
7+
# https://bugzilla.kernel.org/show_bug.cgi?id=198543
8+
omit_drivers+=" intel_ish_ipc intel_ishtp intel_ishtp_hid intel_ishtp_loader "

0 commit comments

Comments
 (0)