diff options
author | Josh Boyer <jwboyer@fedoraproject.org> | 2014-04-22 13:01:08 -0400 |
---|---|---|
committer | Josh Boyer <jwboyer@fedoraproject.org> | 2014-04-22 13:06:51 -0400 |
commit | 054e8e3755b63aa701865d8d2e87bdabf42b3681 (patch) | |
tree | a4ed9faa542e6763fe7f1d857acc22bf482ed0d1 /kernel.spec | |
parent | 86439e5e88eebe6a5f03b6a26cd41ddaea07f08a (diff) | |
download | kernel-054e8e3755b63aa701865d8d2e87bdabf42b3681.tar.gz kernel-054e8e3755b63aa701865d8d2e87bdabf42b3681.tar.xz kernel-054e8e3755b63aa701865d8d2e87bdabf42b3681.zip |
Add patch to fix Synaptics touchscreens and HID rmi driver (rhbz 1089583)
Diffstat (limited to 'kernel.spec')
-rw-r--r-- | kernel.spec | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/kernel.spec b/kernel.spec index b493b383e..1381bc76a 100644 --- a/kernel.spec +++ b/kernel.spec @@ -626,9 +626,6 @@ Patch22000: weird-root-dentry-name-debug.patch Patch25047: drm-radeon-Disable-writeback-by-default-on-ppc.patch -#rhbz 1048314 -Patch25048: 0001-HID-rmi-introduce-RMI-driver-for-Synaptics-touchpads.patch - #rhbz 1085582 1085697 Patch25049: 0001-synaptics-Add-min-max-quirk-for-ThinkPad-T431s-L440-.patch @@ -638,6 +635,12 @@ Patch25062: gpio-ich-set-regs-and-reglen-for-i3100-and-ich6-chipset.patch #rhbz 1025603 Patch25063: disable-libdw-unwind-on-non-x86.patch +#rhbz 1048314 +Patch25048: 0001-HID-rmi-introduce-RMI-driver-for-Synaptics-touchpads.patch + +#rhbz 1089583 +Patch25064: 0001-HID-rmi-do-not-handle-touchscreens-through-hid-rmi.patch + # END OF PATCH DEFINITIONS %endif @@ -1275,6 +1278,8 @@ ApplyPatch drm-radeon-Disable-writeback-by-default-on-ppc.patch #rhbz 1048314 ApplyPatch 0001-HID-rmi-introduce-RMI-driver-for-Synaptics-touchpads.patch +#rhbz 1089583 +ApplyPatch 0001-HID-rmi-do-not-handle-touchscreens-through-hid-rmi.patch #rhbz 1085582 1085697 ApplyPatch 0001-synaptics-Add-min-max-quirk-for-ThinkPad-T431s-L440-.patch @@ -2064,6 +2069,9 @@ fi # ||----w | # || || %changelog +* Tue Apr 22 2014 Josh Boyer <jwboyer@fedoraproject.org> +- Add patch to fix Synaptics touchscreens and HID rmi driver (rhbz 1089583) + * Mon Apr 21 2014 Josh Boyer <jwboyer@fedoraproject.org> - 3.15.0-0.rc2.git0.1 - Linux v3.15-rc2 - Disable debugging options. |