summarylogtreecommitdiffstats
path: root/0003-HID-quirks-Add-Apple-Magic-Trackpad-2-to-hid_have_sp.patch
diff options
context:
space:
mode:
authorgraysky2021-01-09 16:10:23 -0500
committergraysky2021-01-09 16:10:25 -0500
commit6fe9980a374287b12d9280f73c3561e659f0f9ad (patch)
treead95cf7dcfba30d07c1df907dcbdb30e783cde1d /0003-HID-quirks-Add-Apple-Magic-Trackpad-2-to-hid_have_sp.patch
parent3ff9edefcf148e751d22359bbb2a840dfda8d34d (diff)
downloadaur-6fe9980a374287b12d9280f73c3561e659f0f9ad.tar.gz
Update to 5.10.6-1
Upstream update and Use scripts/config for tweaking config rather than hacky sed lines. Acknowledgment to Piotr Górski for this modification.
Diffstat (limited to '0003-HID-quirks-Add-Apple-Magic-Trackpad-2-to-hid_have_sp.patch')
-rw-r--r--0003-HID-quirks-Add-Apple-Magic-Trackpad-2-to-hid_have_sp.patch36
1 files changed, 0 insertions, 36 deletions
diff --git a/0003-HID-quirks-Add-Apple-Magic-Trackpad-2-to-hid_have_sp.patch b/0003-HID-quirks-Add-Apple-Magic-Trackpad-2-to-hid_have_sp.patch
deleted file mode 100644
index 4d13734f62ab..000000000000
--- a/0003-HID-quirks-Add-Apple-Magic-Trackpad-2-to-hid_have_sp.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-From ab24a3058ff19f9578b93a4073773e11a2d3b9bf Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Felix=20H=C3=A4dicke?= <felixhaedicke@web.de>
-Date: Thu, 19 Nov 2020 09:22:32 +0100
-Subject: [PATCH 3/8] HID: quirks: Add Apple Magic Trackpad 2 to
- hid_have_special_driver list
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-The Apple Magic Trackpad 2 is handled by the magicmouse driver. And
-there were severe stability issues when both drivers (hid-generic and
-hid-magicmouse) were loaded for this device.
-
-Fixes: https://bugzilla.kernel.org/show_bug.cgi?id=210241
-
-Signed-off-by: Felix Hädicke <felixhaedicke@web.de>
----
- drivers/hid/hid-quirks.c | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/drivers/hid/hid-quirks.c b/drivers/hid/hid-quirks.c
-index bf7ecab5d9e5..142e9dae2837 100644
---- a/drivers/hid/hid-quirks.c
-+++ b/drivers/hid/hid-quirks.c
-@@ -478,6 +478,8 @@ static const struct hid_device_id hid_have_special_driver[] = {
- #if IS_ENABLED(CONFIG_HID_MAGICMOUSE)
- { HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_MAGICMOUSE) },
- { HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_MAGICTRACKPAD) },
-+ { HID_BLUETOOTH_DEVICE(BT_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_MAGICTRACKPAD2) },
-+ { HID_USB_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_MAGICTRACKPAD2) },
- #endif
- #if IS_ENABLED(CONFIG_HID_MAYFLASH)
- { HID_USB_DEVICE(USB_VENDOR_ID_DRAGONRISE, USB_DEVICE_ID_DRAGONRISE_PS3) },
---
-2.30.0
-