summaryrefslogtreecommitdiffstats
path: root/filter-modules.sh.fedora
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@fedoraproject.org>2021-05-05 11:43:48 -0500
committerJustin M. Forbes <jforbes@fedoraproject.org>2021-05-05 11:43:48 -0500
commitcbc42e18f58156417664a29cd6c981196a1d6c30 (patch)
tree015b350a5326302ebe2533ea58e3ee035294bc13 /filter-modules.sh.fedora
parent27dc8ef7e8c19034fdfbbd0fcbcf8c2487a013c6 (diff)
downloadkernel-cbc42e18f58156417664a29cd6c981196a1d6c30.tar.gz
kernel-cbc42e18f58156417664a29cd6c981196a1d6c30.tar.xz
kernel-cbc42e18f58156417664a29cd6c981196a1d6c30.zip
kernel-5.13.0-0.rc0.20210505gitd665ea6ea86c.8
* Wed May 05 2021 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.13.0-0.rc0.20210505gitd665ea6ea86c.8] - Flip CONFIG_USB_ROLE_SWITCH from m to y (Justin M. Forbes) - Set valid options for CONFIG_FW_LOADER_USER_HELPER (Justin M. Forbes) - Clean up CONFIG_FB_MODE_HELPERS (Justin M. Forbes) - Turn off CONFIG_VFIO for the s390x zfcpdump kernel (Justin M. Forbes) - Delete unused CONFIG_SND_SOC_MAX98390 pending-common (Justin M. Forbes) - Update pending-common configs, preparing to set correctly (Justin M. Forbes) - Update fedora filters for surface (Justin M. Forbes) - Build CONFIG_CRYPTO_ECDSA inline for s390x zfcpdump (Justin M. Forbes) Resolves: rhbz# Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
Diffstat (limited to 'filter-modules.sh.fedora')
-rwxr-xr-xfilter-modules.sh.fedora8
1 files changed, 8 insertions, 0 deletions
diff --git a/filter-modules.sh.fedora b/filter-modules.sh.fedora
index 5ad908ad0..9a708e38a 100755
--- a/filter-modules.sh.fedora
+++ b/filter-modules.sh.fedora
@@ -27,6 +27,8 @@ ethdrvs="3com adaptec alteon amd aquantia atheros broadcom cadence calxeda chels
inputdrvs="gameport tablet touchscreen"
+hiddrvs="surface-hid"
+
scsidrvs="aacraid aic7xxx be2iscsi bfa bnx2i bnx2fc csiostor cxgbi esas2r fcoe fnic isci libsas lpfc megaraid mpt3sas mvsas pm8001 qla2xxx qla4xxx sym53c8xx_2 ufs qedf"
usbdrvs="atm image misc serial"
@@ -112,6 +114,12 @@ do
filter_dir $1 drivers/input/${input}
done
+# hid
+for hid in ${hiddrvs}
+do
+ filter_dir $1 drivers/hid/${hid}
+done
+
# USB
for usb in ${usbdrvs}
do