summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@fedoraproject.org>2014-06-11 16:42:31 -0400
committerJosh Boyer <jwboyer@fedoraproject.org>2014-06-11 16:42:50 -0400
commit3b8a9f7cb97969853c165ee075e19d819679e688 (patch)
tree697050202672d6f71b9fefe426e32d4252a21d7b /kernel.spec
parent61143db929932fa0078d54eb9ed8b0e207aa2843 (diff)
downloadkernel-3b8a9f7cb97969853c165ee075e19d819679e688.tar.gz
kernel-3b8a9f7cb97969853c165ee075e19d819679e688.tar.xz
kernel-3b8a9f7cb97969853c165ee075e19d819679e688.zip
Fix elantech right click on Dell vostro 5470 (rhbz 1103528)
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 3683badc9..7f304fac0 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -734,6 +734,9 @@ Patch25099: NFS-populate-net-in-mount-data-when-remounting.patch
#rhbz 1106856
Patch25100: dm-thin-update-discard_granularity-to-reflect-the-thin-pool-blocksize.patch
+#rhbz 1103528
+Patch25101: elantech-Deal-with-clickpads-reporting-right-button-.patch
+
# END OF PATCH DEFINITIONS
%endif
@@ -1436,6 +1439,9 @@ ApplyPatch NFS-populate-net-in-mount-data-when-remounting.patch
#rhbz 1106856
ApplyPatch dm-thin-update-discard_granularity-to-reflect-the-thin-pool-blocksize.patch
+#rhbz 1103528
+ApplyPatch elantech-Deal-with-clickpads-reporting-right-button-.patch
+
# END OF PATCH APPLICATIONS
%endif
@@ -2249,6 +2255,7 @@ fi
# || ||
%changelog
* Wed Jun 11 2014 Josh Boyer <jwboyer@fedoraproject.org>
+- Fix elantech right click on Dell vostro 5470 (rhbz 1103528)
- Fix fstrim on dm-thin volume data (rhbz 1106856)
- Fix NFS NULL pointer deref with ipv6 (rhbz 1099761)
- Fix promisc mode on certain e1000e cards (rhbz 1064516)