summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorKyle McMartin <kyle@dreadnought.i.jkkm.org>2010-09-03 13:30:57 -0400
committerKyle McMartin <kyle@dreadnought.i.jkkm.org>2010-09-03 13:30:57 -0400
commit0ca56266239777bb24e46f5d146050c0b3bb7db0 (patch)
treec6bfa2611e47fcf3f846794268f025f7340dbd88 /kernel.spec
parent60b5ba47d37422200e7f806e609e719808c59a01 (diff)
downloadkernel-0ca56266239777bb24e46f5d146050c0b3bb7db0.tar.gz
kernel-0ca56266239777bb24e46f5d146050c0b3bb7db0.tar.xz
kernel-0ca56266239777bb24e46f5d146050c0b3bb7db0.zip
restore appleir driver which was lost since f-13
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec7
1 files changed, 7 insertions, 0 deletions
diff --git a/kernel.spec b/kernel.spec
index b6a38fafa..31ae912df 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -685,6 +685,8 @@ Patch2917: hdpvr-ir-enable.patch
# patches headed upstream
+Patch12010: add-appleir-usb-driver.patch
+
Patch12016: disable-i8042-check-on-apple-mac.patch
Patch12017: prevent-runtime-conntrack-changes.patch
@@ -1264,6 +1266,8 @@ ApplyPatch hdpvr-ir-enable.patch
# Patches headed upstream
ApplyPatch disable-i8042-check-on-apple-mac.patch
+ApplyPatch add-appleir-usb-driver.patch
+
ApplyPatch neuter_intel_microcode_load.patch
# try to fix stalls during boot (#530393)
@@ -1876,6 +1880,9 @@ fi
# || ||
%changelog
+* Fri Sep 03 2010 Kyle McMartin <kyle@redhat.com>
+- Restore AppleIR USB driver which got lost between F-13 and now.
+
* Fri Sep 03 2010 Dave Jones <davej@redhat.com> 2.6.36-0.16.rc3.git0
- exec-randomization: brk away from exec rand area (Kees Cook)