diff options
author | Josh Boyer <jwboyer@redhat.com> | 2011-09-14 09:21:29 -0400 |
---|---|---|
committer | Josh Boyer <jwboyer@redhat.com> | 2011-09-14 09:23:29 -0400 |
commit | 5f0e65d63df7b57fb0b2f064d66b3a1922dde0ef (patch) | |
tree | 677ad5a21d76294f4ffc4d49aefd35ef698b284c /kernel.spec | |
parent | 0471e51e8bc5d77e3aa8c9c94f74fbb52a48fcab (diff) | |
download | kernel-5f0e65d63df7b57fb0b2f064d66b3a1922dde0ef.tar.gz kernel-5f0e65d63df7b57fb0b2f064d66b3a1922dde0ef.tar.xz kernel-5f0e65d63df7b57fb0b2f064d66b3a1922dde0ef.zip |
Add patches Bastien pointed out for MacBookAir 4,1 support
Diffstat (limited to 'kernel.spec')
-rw-r--r-- | kernel.spec | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/kernel.spec b/kernel.spec index 385e40a92..0f69a6a96 100644 --- a/kernel.spec +++ b/kernel.spec @@ -51,7 +51,7 @@ Summary: The Linux kernel # For non-released -rc kernels, this will be prepended with "0.", so # for example a 3 here will become 0.3 # -%global baserelease 0 +%global baserelease 1 %global fedora_build %{baserelease} # base_sublevel is the kernel version we're starting with and patching @@ -724,6 +724,10 @@ Patch13003: efi-dont-map-boot-services-on-32bit.patch Patch13004: iwlagn-revert-max-aggregate-size.patch Patch13005: ucvideo-fix-crash-when-linking-entities.patch +Patch13006: add-macbookair41-trackpad.patch +Patch13007: add-macbookair41-keyboard.patch +Patch13008: add-macbookair41-btusb.patch + Patch20000: utrace.patch # Flattened devicetree support @@ -1332,6 +1336,10 @@ ApplyPatch efi-dont-map-boot-services-on-32bit.patch ApplyPatch iwlagn-revert-max-aggregate-size.patch ApplyPatch ucvideo-fix-crash-when-linking-entities.patch +ApplyPatch add-macbookair41-trackpad.patch +ApplyPatch add-macbookair41-keyboard.patch +ApplyPatch add-macbookair41-btusb.patch + # utrace. ApplyPatch utrace.patch @@ -2043,6 +2051,9 @@ fi # ||----w | # || || %changelog +* Wed Sep 14 2011 Josh Boyer <jwboyer@redhat.com> +- Add support for Macbook Air 4,1 keyboard, trackpad, and bluetooth + * Mon Sep 12 2011 Josh Boyer <jwboyer@redhat.com> - Linux 3.1-rc6 - Avoid false quiescent states in rcutree with CONFIG_RCU_FAST_NO_HZ. (rhbz 577968) |