diff options
author | Josh Boyer <jwboyer@redhat.com> | 2012-01-03 10:42:33 -0500 |
---|---|---|
committer | Josh Boyer <jwboyer@redhat.com> | 2012-01-03 10:58:15 -0500 |
commit | 54daf00b3e0d4d060dfddc950c45b6f0a5254a1c (patch) | |
tree | 2bd06d908c32ee39651f6439525850cb42c05a76 /kernel.spec | |
parent | c679b871a8303698685d7f4a2c115f7c21f68d82 (diff) | |
download | kernel-54daf00b3e0d4d060dfddc950c45b6f0a5254a1c.tar.gz kernel-54daf00b3e0d4d060dfddc950c45b6f0a5254a1c.tar.xz kernel-54daf00b3e0d4d060dfddc950c45b6f0a5254a1c.zip |
Add bluetooth support for BCM20102A0 21e3 (rhbz 770233)
Diffstat (limited to 'kernel.spec')
-rw-r--r-- | kernel.spec | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/kernel.spec b/kernel.spec index 5557646c5..44626e84c 100644 --- a/kernel.spec +++ b/kernel.spec @@ -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 1 +%global baserelease 2 %global fedora_build %{baserelease} # base_sublevel is the kernel version we're starting with and patching @@ -748,6 +748,9 @@ Patch21030: alps.patch #rhbz 717735 Patch21045: nfs-client-freezer.patch +#rhbz 770233 +Patch21065: Bluetooth-Add-support-for-BCM20702A0-0a5c-21e3.patch + # compat-wireless patches Patch50000: compat-wireless-config-fixups.patch Patch50001: compat-wireless-integrated-build.patch @@ -1448,6 +1451,9 @@ ApplyPatch alps.patch #rhbz 717735 ApplyPatch nfs-client-freezer.patch +#rhbz 770233 +ApplyPatch Bluetooth-Add-support-for-BCM20702A0-0a5c-21e3.patch + # END OF PATCH APPLICATIONS %endif @@ -2280,6 +2286,9 @@ fi # ||----w | # || || %changelog +* Tue Jan 03 2012 Josh Boyer <jwboyer@redhat.com> +- Add bluetooth support for BCM20102A0 21e3 (rhbz 770233) + * Tue Jan 03 2012 John W. Linville <linville@redhat.com> - Re-enable CONFIG_RT2800PCI_RT53XX in compat-wireless build (rhbz #720594) |