[linux] 02/02: udeb: Add more USB host and dual-role drivers to usb-modules (Closes: #856111)

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Sat Feb 25 21:40:49 UTC 2017


This is an automated email from the git hooks/post-receive script.

benh pushed a commit to branch sid
in repository linux.

commit 5d326c4855539c2c83c3debbcf2587e57e5cdd6e
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Sat Feb 25 21:37:26 2017 +0000

    udeb: Add more USB host and dual-role drivers to usb-modules (Closes: #856111)
    
    This mostly affects armhf, but it should be safe to list all the
    directories in the common usb-modules.  The module list should now
    match initramfs-tools.
    
    Remove the redundant list of specific modules for armhf-armmp.
---
 debian/changelog                                       |  2 ++
 debian/installer/armhf/modules/armhf-armmp/usb-modules | 11 -----------
 debian/installer/modules/usb-modules                   |  9 ++++++++-
 3 files changed, 10 insertions(+), 12 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7ea1e64..0c7bd59 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -62,6 +62,8 @@ linux (4.9.12-1) UNRELEASED; urgency=medium
     (Closes: #855472)
   * net: Ignore ABI changes to can_rx_register(), ip6_xmit()
   * net: Avoid ABI change for min_header_len
+  * udeb: Add more USB host and dual-role drivers to usb-modules
+    (Closes: #856111)
 
   [ Salvatore Bonaccorso ]
   * dccp: fix freeing skb too early for IPV6_RECVPKTINFO (CVE-2017-6074)
diff --git a/debian/installer/armhf/modules/armhf-armmp/usb-modules b/debian/installer/armhf/modules/armhf-armmp/usb-modules
index f82d68b..7e20ccb 100644
--- a/debian/installer/armhf/modules/armhf-armmp/usb-modules
+++ b/debian/installer/armhf/modules/armhf-armmp/usb-modules
@@ -1,14 +1,3 @@
 #include <usb-modules>
-dwc3-exynos
-dwc3-omap
-ohci-exynos
-ohci-omap3
-ehci-exynos
-ehci-omap
-ehci-orion
-ehci-tegra
-ci_hdrc_imx
-dwc2
-dwc3
 omap-ocp2scp
 extcon-usb-gpio
diff --git a/debian/installer/modules/usb-modules b/debian/installer/modules/usb-modules
index 7e87f81..c11b1cb 100644
--- a/debian/installer/modules/usb-modules
+++ b/debian/installer/modules/usb-modules
@@ -1,5 +1,12 @@
-# Include USB host drivers by default
+# Include USB host and dual-role drivers by default
 drivers/usb/host/**
+drivers/usb/c67x00/* ?
+drivers/usb/chipidea/* ?
+drivers/usb/dwc2/* ?
+drivers/usb/dwc3/* ?
+drivers/usb/isp1760/* ?
+drivers/usb/musb/* ?
+drivers/usb/renesas_usbhs/* ?
 
 # Exclude some obscure host drivers
 hwa-hc -

-- 
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