From 8ff4f528b4b34b5c577f9d2ad44f180d0c7b0444 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Wed, 20 Mar 2019 11:35:20 -0700 Subject: [PATCH] Include the hid-multitouch kernel module Resolves: rhbz#1670182 --- 80-rhel/runtime-cleanup.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/80-rhel/runtime-cleanup.tmpl b/80-rhel/runtime-cleanup.tmpl index 985741d..91d32e6 100644 --- a/80-rhel/runtime-cleanup.tmpl +++ b/80-rhel/runtime-cleanup.tmpl @@ -100,7 +100,7 @@ removekmod sound drivers/media drivers/hwmon \ ## LUKS setup. removekmod drivers/char --allbut virtio_console hw_random \ virtio-rng ipmi hmcdrv -removekmod drivers/hid --allbut hid-logitech-dj hid-logitech-hidpp +removekmod drivers/hid --allbut hid-logitech-dj hid-logitech-hidpp hid-multitouch removekmod drivers/video --allbut hyperv_fb syscopyarea sysfillrect sysimgblt fb_sys_fops remove lib/modules/*/{build,source,*.map} ## NOTE: depmod gets re-run after cleanup finishes