summaryrefslogtreecommitdiffstats
path: root/filter-modules.sh
diff options
context:
space:
mode:
authorPeter Robinson <pbrobinson@gmail.com>2016-01-15 07:37:20 +0000
committerJustin M. Forbes <jforbes@redhat.com>2016-01-15 12:38:20 -0600
commitd1dc8abc5ffee8c3d27013f69ac7efdf5646cf6b (patch)
treee35fc866875712ebea645f6f989e44b960e8aec2 /filter-modules.sh
parent57edd9b76bfe2e787f56ad0928f00a206cac5199 (diff)
downloadkernel-d1dc8abc5ffee8c3d27013f69ac7efdf5646cf6b.tar.gz
kernel-d1dc8abc5ffee8c3d27013f69ac7efdf5646cf6b.tar.xz
kernel-d1dc8abc5ffee8c3d27013f69ac7efdf5646cf6b.zip
filters: usbdrvs: filter image misc serial from core
Disable USB_U132_HCD as it causes issues with serial filter, it's an old tech pcmcia 3G modem unlikely to be in wide use (we can revisit if necessary)
Diffstat (limited to 'filter-modules.sh')
-rwxr-xr-xfilter-modules.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter-modules.sh b/filter-modules.sh
index 31b78ce29..4ed7e5821 100755
--- a/filter-modules.sh
+++ b/filter-modules.sh
@@ -24,7 +24,7 @@ scsidrvs="aacraid aic7xxx aic94xx be2iscsi bfa bnx2i bnx2fc csiostor cxgbi esas2
ttydrvs="ipwireless"
-usbdrvs="atm wusbcore"
+usbdrvs="atm image misc serial wusbcore"
fsdrvs="affs befs coda cramfs dlm ecryptfs hfs hfsplus jfs minix ncpfs nilfs2 ocfs2 reiserfs romfs squashfs sysv ubifs udf ufs"