summaryrefslogtreecommitdiffstats
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
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)
-rw-r--r--config-generic2
-rwxr-xr-xfilter-modules.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/config-generic b/config-generic
index 74b1c417e..9fb6566a1 100644
--- a/config-generic
+++ b/config-generic
@@ -4327,7 +4327,7 @@ CONFIG_USB_STKWEBCAM=m
# CONFIG_USB_TEST is not set
# CONFIG_USB_EHSET_TEST_FIXTURE is not set
CONFIG_USB_TRANCEVIBRATOR=m
-CONFIG_USB_U132_HCD=m
+# CONFIG_USB_U132_HCD is not set
CONFIG_USB_UEAGLEATM=m
CONFIG_USB_XUSBATM=m
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"