[linux] 07/09: usb-modules: Include USB host drivers by default
debian-kernel at lists.debian.org
debian-kernel at lists.debian.org
Mon Feb 15 03:23:47 UTC 2016
This is an automated email from the git hooks/post-receive script.
benh pushed a commit to branch sid
in repository linux.
commit acd4224ce8f6f413c7d1d72f1f918ad72771b5f6
Author: Ben Hutchings <ben at decadent.org.uk>
Date: Mon Feb 15 02:46:49 2016 +0000
usb-modules: Include USB host drivers by default
---
debian/changelog | 1 +
debian/installer/modules/usb-modules | 22 +++++++++-------------
2 files changed, 10 insertions(+), 13 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index f8763a5..17a505f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -22,6 +22,7 @@ linux (4.4.1-1) UNRELEASED; urgency=medium
- {pata,sata}-modules: Include ATA drivers by default
- sound-modules: Include sound drivers by default
- scsi-modules: Include SCSI drivers by default
+ - usb-modules: Include USB host drivers by default
[ Roger Shimizu ]
* Enable TTY_PRINTK as module (Closes: #814540).
diff --git a/debian/installer/modules/usb-modules b/debian/installer/modules/usb-modules
index 025008c..3198f10 100644
--- a/debian/installer/modules/usb-modules
+++ b/debian/installer/modules/usb-modules
@@ -1,13 +1,9 @@
-ehci-hcd ?
-ehci-pci ?
-ehci-platform ?
-ohci-hcd ?
-ohci-pci ?
-ohci-platform ?
-uhci-hcd ?
-xhci-hcd ?
-xhci-pci ?
-xhci-plat-hcd ?
-usbcore ?
-dwc3 ?
-usb3503 ?
+# Include USB host drivers by default
+drivers/usb/host/**
+
+# Exclude some obscure host drivers
+hwa-hc -
+sl811_cs -
+sl811-hcd -
+u132-hcd -
+whci-hcd -
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux.git
More information about the Kernel-svn-changes
mailing list