summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@fedoraproject.org>2014-11-24 08:28:29 -0500
committerJosh Boyer <jwboyer@fedoraproject.org>2014-11-24 08:28:32 -0500
commit7c8fdb7e5e94bdb382821333477effc093f85dc7 (patch)
tree6e635d6c46c98bab404d699b1ab6751324401802 /kernel.spec
parent223ab06d1528b3f4e36275df0ec2fa7b2904f635 (diff)
downloadkernel-7c8fdb7e5e94bdb382821333477effc093f85dc7.tar.gz
kernel-7c8fdb7e5e94bdb382821333477effc093f85dc7.tar.xz
kernel-7c8fdb7e5e94bdb382821333477effc093f85dc7.zip
Add quirk for Laser Mouse 6000 (rhbz 1165206)
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 469902112..2710406ca 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -612,6 +612,9 @@ Patch26064: Input-add-driver-for-the-Goodix-touchpanel.patch
#rhbz 1135338
Patch26070: HID-add-support-for-MS-Surface-Pro-3-Type-Cover.patch
+#rhbz 1165206
+Patch26071: usb-quirks-Add-reset-resume-quirk-for-MS-Wireless-La.patch
+
# git clone ssh://git.fedorahosted.org/git/kernel-arm64.git, git diff master...devel
Patch30000: kernel-arm64.patch
@@ -1333,6 +1336,9 @@ ApplyPatch Input-add-driver-for-the-Goodix-touchpanel.patch
#rhbz 1135338
ApplyPatch HID-add-support-for-MS-Surface-Pro-3-Type-Cover.patch
+#rhbz 1165206
+ApplyPatch usb-quirks-Add-reset-resume-quirk-for-MS-Wireless-La.patch
+
%if 0%{?aarch64patches}
ApplyPatch kernel-arm64.patch
%ifnarch aarch64 # this is stupid, but i want to notice before secondary koji does.
@@ -2203,6 +2209,7 @@ fi
%changelog
* Mon Nov 24 2014 Josh Boyer <jwboyer@fedoraproject.org>
- Linux v3.18-rc6
+- Add quirk for Laser Mouse 6000 (rhbz 1165206)
* Fri Nov 21 2014 Josh Boyer <jwboyer@fedoraproject.org>
- Move TPM drivers to main kernel package (rhbz 1164937)