Disable UDL DRM driver per Dave Airlie

This commit is contained in:
Josh Boyer 2012-06-22 07:47:04 -04:00
parent d82b14bfca
commit 8a1178d184
2 changed files with 5 additions and 2 deletions

View File

@ -2597,7 +2597,7 @@ CONFIG_DRM_NOUVEAU_BACKLIGHT=y
CONFIG_DRM_NOUVEAU_DEBUG=y
CONFIG_DRM_I2C_CH7006=m
CONFIG_DRM_I2C_SIL164=m
CONFIG_DRM_UDL=m
# CONFIG_DRM_UDL is not set
CONFIG_DRM_VMWGFX=m
#

View File

@ -54,7 +54,7 @@ Summary: The Linux kernel
# For non-released -rc kernels, this will be appended after the rcX and
# gitX tags, so a 3 here would become part of release "0.rcX.gitX.3"
#
%global baserelease 3
%global baserelease 4
%global fedora_build %{baserelease}
# base_sublevel is the kernel version we're starting with and patching
@ -2178,6 +2178,9 @@ fi
# and build.
%changelog
* Fri Jun 22 2012 Josh Boyer <jwboyer@redhat.com>
- Disable UDL DRM driver per Dave Airlie
* Wed Jun 20 2012 Josh Boyer <jwboyer@redhat.com>
- Fix incorrect logic in irqpoll patch