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