Enable Apple gmux driver

This commit is contained in:
Josh Boyer 2012-04-16 20:48:39 -04:00
parent 9a97d1ec7e
commit 435da42e50
2 changed files with 5 additions and 1 deletions

View File

@ -215,6 +215,7 @@ CONFIG_DELL_WMI_AIO=m
CONFIG_EEEPC_WMI=m CONFIG_EEEPC_WMI=m
CONFIG_INTEL_OAKTRAIL=m CONFIG_INTEL_OAKTRAIL=m
CONFIG_SAMSUNG_Q10=m CONFIG_SAMSUNG_Q10=m
CONFIG_APPLE_GMUX=m
CONFIG_XO15_EBOOK=m CONFIG_XO15_EBOOK=m
# CONFIG_TOUCHSCREEN_INTEL_MID is not set # CONFIG_TOUCHSCREEN_INTEL_MID is not set

View File

@ -62,7 +62,7 @@ Summary: The Linux kernel
# For non-released -rc kernels, this will be appended after the rcX and # 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" # gitX tags, so a 3 here would become part of release "0.rcX.gitX.3"
# #
%global baserelease 2 %global baserelease 3
%global fedora_build %{baserelease} %global fedora_build %{baserelease}
# base_sublevel is the kernel version we're starting with and patching # base_sublevel is the kernel version we're starting with and patching
@ -2295,6 +2295,9 @@ fi
# ||----w | # ||----w |
# || || # || ||
%changelog %changelog
* Mon Apr 16 2012 Josh Boyer <jwboyer@redhat.com>
- Enable Apple gmux driver
* Mon Apr 16 2012 Justin M. Forbes <jforbes@redhat.com> - 3.4.0-0.rc3.git0.2 * Mon Apr 16 2012 Justin M. Forbes <jforbes@redhat.com> - 3.4.0-0.rc3.git0.2
- Reenable debugging options. - Reenable debugging options.