[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#761591: linux 3.16.2-3: missing usb platform modules in udeb



Source: linux
Version: 3.16.2-3
Tags: patch

Hello,

the usb-modules udeb built by the linux 3.16.2-3 package does not
contain the usb platform driver modules ehci-platform and
ohci-platform.

Systems that have EHCI- or OHCI-compatible USB host controllers
which are not implemented as PCI devices, but as platform
devices, need these modules to provide the necessary glue to make
ehci-hcd and ohci-hcd work.  Without them, there is no USB
support in the Debian-installer on e.g. all sunxi-based devices.

Attached is a small patch that should add the necessary modules
to the udeb (test build still running).

Regards,
Karsten

Index: debian/installer/modules/usb-modules
===================================================================
--- debian/installer/modules/usb-modules	(revision 21845)
+++ debian/installer/modules/usb-modules	(working copy)
@@ -1,7 +1,9 @@
 ehci-hcd ?
 ehci-pci ?
+ehci-platform ?
 ohci-hcd ?
 ohci-pci ?
+ohci-platform ?
 uhci-hcd ?
 xhci-hcd ?
 usbcore ?

-- 
Gem. Par. 28 Abs. 4 Bundesdatenschutzgesetz widerspreche ich der Nutzung
sowie der Weitergabe meiner personenbezogenen Daten für Zwecke der
Werbung sowie der Markt- oder Meinungsforschung.


Reply to: