From 5f0e65d63df7b57fb0b2f064d66b3a1922dde0ef Mon Sep 17 00:00:00 2001 From: Josh Boyer Date: Wed, 14 Sep 2011 09:21:29 -0400 Subject: Add patches Bastien pointed out for MacBookAir 4,1 support --- kernel.spec | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'kernel.spec') diff --git a/kernel.spec b/kernel.spec index 385e40a9..0f69a6a9 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 +- Add support for Macbook Air 4,1 keyboard, trackpad, and bluetooth + * Mon Sep 12 2011 Josh Boyer - Linux 3.1-rc6 - Avoid false quiescent states in rcutree with CONFIG_RCU_FAST_NO_HZ. (rhbz 577968) -- cgit