From 1d542ed4c2cfd5b4b7a26f24b6c39acdc45df4f7 Mon Sep 17 00:00:00 2001 From: Chuck Ebbert Date: Tue, 6 Dec 2011 14:21:27 -0500 Subject: [PATCH] Disable uas until someone can fix it (rhbz #717633) --- config-generic | 3 ++- kernel.spec | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/config-generic b/config-generic index f9acd1913..a459ec6f3 100644 --- a/config-generic +++ b/config-generic @@ -3109,7 +3109,8 @@ CONFIG_USB_STORAGE_REALTEK=m CONFIG_REALTEK_AUTOPM=y CONFIG_USB_STORAGE_ENE_UB6250=m # CONFIG_USB_LIBUSUAL is not set -CONFIG_USB_UAS=m +# uas is broken (#717633, #744099) +# CONFIG_USB_UAS is not set # diff --git a/kernel.spec b/kernel.spec index 9ca6724cd..28f58d208 100644 --- a/kernel.spec +++ b/kernel.spec @@ -1900,6 +1900,9 @@ fi # and build. %changelog +* Tue Dec 06 2011 Chuck Ebbert +- Disable uas until someone can fix it (rhbz #717633) + * Tue Dec 06 2011 Josh Boyer - Add reworked pci ASPM patch from Matthew Garrett