Backported HID RMI driver for Haswell Dell XPS machines from Benjamin Tissoires (rhbz 1048314)

This commit is contained in:
Josh Boyer 2014-04-10 09:50:17 -04:00
parent fe4e507de8
commit 9f44c7c1ae
3 changed files with 1064 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -3509,6 +3509,7 @@ CONFIG_HID_ORTEK=m
CONFIG_HID_PANTHERLORD=m
CONFIG_HID_PETALYNX=m
CONFIG_HID_PICOLCD=m
CONFIG_HID_RMI=m
CONFIG_HID_ROCCAT=m
CONFIG_HID_ROCCAT_KONE=m
CONFIG_HID_SAMSUNG=m

View File

@ -783,6 +783,9 @@ Patch25056: selinux-correctly-label-proc-inodes-in-use-before-th.patch
#CVE-2014-0155 rhbz 1081589 1085016
Patch25057: KVM-ioapic-fix-assignment-of-ioapic-rtc_status-pending_eoi.patch
#rhbz 1048314
Patch25058: 0001-HID-rmi-introduce-RMI-driver-for-Synaptics-touchpads.patch
# END OF PATCH DEFINITIONS
%endif
@ -1522,6 +1525,9 @@ ApplyPatch selinux-correctly-label-proc-inodes-in-use-before-th.patch
#CVE-2014-0155 rhbz 1081589 1085016
ApplyPatch KVM-ioapic-fix-assignment-of-ioapic-rtc_status-pending_eoi.patch
#rhbz 1048314
ApplyPatch 0001-HID-rmi-introduce-RMI-driver-for-Synaptics-touchpads.patch
# END OF PATCH APPLICATIONS
%endif
@ -2333,6 +2339,9 @@ fi
# ||----w |
# || ||
%changelog
* Thu Apr 10 2014 Josh Boyer <jwboyer@fedoraproject.org>
- Backported HID RMI driver for Haswell Dell XPS machines from Benjamin Tissoires (rhbz 1048314)
* Wed Apr 09 2014 Josh Boyer <jwboyer@fedoraproject.org>
- CVE-2014-0155 KVM: BUG caused by invalid guest ioapic redirect table (rhbz 1081589 1085016)
- Add patch to fix SELinux lables on /proc files (rhbz 1084829)