Disable uas until someone can fix it (rhbz #717633)

This commit is contained in:
Chuck Ebbert 2011-12-06 14:21:27 -05:00
parent 428eca2b0c
commit 1d542ed4c2
2 changed files with 5 additions and 1 deletions

View File

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

View File

@ -1900,6 +1900,9 @@ fi
# and build.
%changelog
* Tue Dec 06 2011 Chuck Ebbert <cebbert@redhat.com>
- Disable uas until someone can fix it (rhbz #717633)
* Tue Dec 06 2011 Josh Boyer <jwboyer@redhat.com>
- Add reworked pci ASPM patch from Matthew Garrett