From patchwork Tue Oct 9 10:31:29 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [3/3] UBUNTU: [Config] enforce USB_[EHCI|OHCI]_HCD_PLATFORM=n on arm[el|hf] Date: Tue, 09 Oct 2012 00:31:29 -0000 From: Paolo Pisati X-Patchwork-Id: 190263 Message-Id: <1349778689-12835-4-git-send-email-paolo.pisati@canonical.com> To: kernel-team@lists.ubuntu.com BugLink: http://bugs.launchpad.net/bugs/1061599 Signed-off-by: Paolo Pisati --- debian.master/config/enforce | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian.master/config/enforce b/debian.master/config/enforce index 0256c45..d57660c 100644 --- a/debian.master/config/enforce +++ b/debian.master/config/enforce @@ -122,3 +122,6 @@ value CONFIG_I2C_DESIGNWARE_PLATFORM m | \ (flavour highbank &/ value CONFIG_RTC_DRV_PL031 y) | \ value CONFIG_RTC_DRV_PL031 m | \ !exists CONFIG_RTC_DRV_PL031 + +# Don't use the generic ehci/ohci code on omap, it doesn't work +(arch armel armhf &/ value CONFIG_USB_EHCI_HCD_PLATFORM n &/ value CONFIG_USB_OHCI_HCD_PLATFORM n)