Update v6.1 patches

Changes:
 - Add USB_QUIRK_DELAY_INIT for Surface Go 3 Type-Cover to (hopefully)
   fix some touchpad initialization problems.
 - Rebase onto 6.1.12

Links:
 - kernel: 439a7b4532
This commit is contained in:
Maximilian Luz 2023-02-18 02:07:00 +01:00
parent 9752ec032b
commit 0ee6e0d694
No known key found for this signature in database
GPG key ID: 70EC0937F6C26F02
12 changed files with 111 additions and 70 deletions

View file

@ -1,4 +1,4 @@
From 8da49e1823b9e6550cef3da215047194947b7bf3 Mon Sep 17 00:00:00 2001
From 07af6b10c16bb6803fa16f5c64b37e3db9b18623 Mon Sep 17 00:00:00 2001
From: Tsuchiya Yuto <kitakar@gmail.com>
Date: Sun, 18 Oct 2020 16:42:44 +0900
Subject: [PATCH] (surface3-oemb) add DMI matches for Surface 3 with broken DMI
@ -97,5 +97,5 @@ index 6beb00858c33..d82d77387a0a 100644
};
--
2.39.1
2.39.2

View file

@ -1,4 +1,4 @@
From d43edec0695a16bca9833f5fef3a03f393f513dc Mon Sep 17 00:00:00 2001
From 482b7976d17ecac03fc993b0f0841b7575ea0507 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jonas=20Dre=C3=9Fler?= <verdre@v0yd.nl>
Date: Tue, 3 Nov 2020 13:28:04 +0100
Subject: [PATCH] mwifiex: Add quirk resetting the PCI bridge on MS Surface
@ -163,9 +163,9 @@ index d6ff964aec5b..5d30ae39d65e 100644
void mwifiex_initialize_quirks(struct pcie_service_card *card);
int mwifiex_pcie_reset_d3cold_quirk(struct pci_dev *pdev);
--
2.39.1
2.39.2
From 54f5c686201eb5c0e060ca5e6f9cd86849ffd1fd Mon Sep 17 00:00:00 2001
From e3b5aac9190e874b8ad08aedb02d939d1e02a9b3 Mon Sep 17 00:00:00 2001
From: Tsuchiya Yuto <kitakar@gmail.com>
Date: Sun, 4 Oct 2020 00:11:49 +0900
Subject: [PATCH] mwifiex: pcie: disable bridge_d3 for Surface gen4+
@ -318,9 +318,9 @@ index 5d30ae39d65e..c14eb56eb911 100644
void mwifiex_initialize_quirks(struct pcie_service_card *card);
int mwifiex_pcie_reset_d3cold_quirk(struct pci_dev *pdev);
--
2.39.1
2.39.2
From db852a467da8c88d8d44f47ec0f7829889750ec7 Mon Sep 17 00:00:00 2001
From 14c86c6a1d4eceb07c0c033f2d38c426493bf10e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jonas=20Dre=C3=9Fler?= <verdre@v0yd.nl>
Date: Thu, 25 Mar 2021 11:33:02 +0100
Subject: [PATCH] Bluetooth: btusb: Lower passive lescan interval on Marvell
@ -396,5 +396,5 @@ index 6beafd62d722..633f77fb4f96 100644
(id->driver_info & BTUSB_MEDIATEK)) {
hdev->setup = btusb_mtk_setup;
--
2.39.1
2.39.2

View file

@ -1,4 +1,4 @@
From 6ebc6bb9d2ec56a4679468bc03910b4fe61e7e36 Mon Sep 17 00:00:00 2001
From b2da75d9a59b0dbe04a90d75fe0e0b8fab226f7c Mon Sep 17 00:00:00 2001
From: Maximilian Luz <luzmaximilian@gmail.com>
Date: Sat, 27 Feb 2021 00:45:52 +0100
Subject: [PATCH] ath10k: Add module parameters to override board files
@ -117,5 +117,5 @@ index 5eb131ab916f..67f074a126d1 100644
ret = firmware_request_nowarn(&fw, filename, ar->dev);
ath10k_dbg(ar, ATH10K_DBG_BOOT, "boot fw request '%s': %d\n",
--
2.39.1
2.39.2

View file

@ -1,4 +1,4 @@
From 19bf820e3d5156974aac3ca77ffde6cdb65f6401 Mon Sep 17 00:00:00 2001
From 9799966b6fb2e20729daf1f24a39bb9cc8077443 Mon Sep 17 00:00:00 2001
From: Dorian Stoll <dorian.stoll@tmsp.io>
Date: Thu, 30 Jul 2020 13:21:53 +0200
Subject: [PATCH] misc: mei: Add missing IPTS device IDs
@ -34,9 +34,9 @@ index 5bf0d50d55a0..c13864512229 100644
{MEI_PCI_DEVICE(MEI_DEV_ID_TGP_LP, MEI_ME_PCH15_CFG)},
--
2.39.1
2.39.2
From 1ad6412849c392b23b1537882cd7525124f8d715 Mon Sep 17 00:00:00 2001
From 9701721201f2dd76c9b62f187f62b93e6755c56f Mon Sep 17 00:00:00 2001
From: Liban Hannan <liban.p@gmail.com>
Date: Tue, 12 Apr 2022 23:31:12 +0100
Subject: [PATCH] iommu: ipts: use IOMMU passthrough mode for IPTS
@ -134,9 +134,9 @@ index 644ca49e8cf8..408c321b929a 100644
{
if (risky_device(dev))
--
2.39.1
2.39.2
From 84ee44b177c68264f5df058227acf919e1454f53 Mon Sep 17 00:00:00 2001
From d815831d141963ad938406332de38b5a81f7f09c Mon Sep 17 00:00:00 2001
From: Dorian Stoll <dorian.stoll@tmsp.io>
Date: Sun, 11 Dec 2022 12:00:59 +0100
Subject: [PATCH] hid: Add support for Intel Precise Touch and Stylus
@ -2984,5 +2984,5 @@ index 000000000000..a314843599fc
+
+#endif /* IPTS_THREAD_H */
--
2.39.1
2.39.2

View file

@ -1,4 +1,4 @@
From 9fba52dee0549a3771ef9d85d2aeeb09f8025413 Mon Sep 17 00:00:00 2001
From 52f2e7177d13682d1d8d7701eac5caa163a337ac Mon Sep 17 00:00:00 2001
From: Dorian Stoll <dorian.stoll@tmsp.io>
Date: Sun, 11 Dec 2022 12:03:38 +0100
Subject: [PATCH] iommu: intel: Disable source id verification for ITHC
@ -37,9 +37,9 @@ index 5962bb5027d0..86fa129d10d4 100644
* DMA alias provides us with a PCI device and alias. The only case
* where the it will return an alias on a different bus than the
--
2.39.1
2.39.2
From 3fb77a2e33919b7640751cd694f63b1ae44dd7df Mon Sep 17 00:00:00 2001
From 145dade6e189e0c37e95909b6f9e883edc485aeb Mon Sep 17 00:00:00 2001
From: Dorian Stoll <dorian.stoll@tmsp.io>
Date: Sun, 11 Dec 2022 12:10:54 +0100
Subject: [PATCH] hid: Add support for Intel Touch Host Controller
@ -1429,5 +1429,5 @@ index 000000000000..6a9b0d480bc1
+void ithc_log_regs(struct ithc *ithc);
+
--
2.39.1
2.39.2

View file

@ -1,4 +1,4 @@
From ae248b9fd53b23003c41fc012001fd9fe41f75b8 Mon Sep 17 00:00:00 2001
From a6f7a23bf6047896c73e5ee1fe42dbd489325bf3 Mon Sep 17 00:00:00 2001
From: Maximilian Luz <luzmaximilian@gmail.com>
Date: Fri, 2 Dec 2022 23:33:20 +0100
Subject: [PATCH] platform/surface: aggregator: Improve documentation and
@ -287,9 +287,9 @@ index 45501b6e54e8..5c4ae1a26183 100644
* Known SSH/EC target categories.
*
--
2.39.1
2.39.2
From 91898c98e2b17133187de8a18a6568282a4bfe28 Mon Sep 17 00:00:00 2001
From 64a4e5ca3dc1f2b4926e667e8da050a2155708b5 Mon Sep 17 00:00:00 2001
From: Maximilian Luz <luzmaximilian@gmail.com>
Date: Fri, 2 Dec 2022 23:33:21 +0100
Subject: [PATCH] platform/surface: aggregator: Add target and source IDs to
@ -484,9 +484,9 @@ index 2a2c17771d01..55cc61bba1da 100644
ssam_show_generic_u8_field(__entry->cid),
ssam_show_generic_u8_field(__entry->iid),
--
2.39.1
2.39.2
From 8fb83094adb11544f21b56bae446bc8b01745b0f Mon Sep 17 00:00:00 2001
From ba1e06d62ad3463a4b4b3e43e01c2813a3174a4c Mon Sep 17 00:00:00 2001
From: Maximilian Luz <luzmaximilian@gmail.com>
Date: Fri, 2 Dec 2022 23:33:22 +0100
Subject: [PATCH] platform/surface: aggregator_hub: Use target-ID enum instead
@ -527,9 +527,9 @@ index 43061514be38..62f27cdb6ca8 100644
.instance_id = 0x00,
});
--
2.39.1
2.39.2
From 88077dcf9290be09d5512aed4bdddfa10ce47e91 Mon Sep 17 00:00:00 2001
From a55b0594c1c0288031215e2cd91e87cb764cb396 Mon Sep 17 00:00:00 2001
From: Maximilian Luz <luzmaximilian@gmail.com>
Date: Fri, 2 Dec 2022 23:33:23 +0100
Subject: [PATCH] platform/surface: aggregator_tabletsw: Use target-ID enum
@ -579,9 +579,9 @@ index 27d95a6a7851..bd8cd453c393 100644
.instance_id = 0x00,
});
--
2.39.1
2.39.2
From a8a907dcdde9dddf6e1cd5746d0c717f0edffc11 Mon Sep 17 00:00:00 2001
From ac68e6266199893264213c321e8b5f710774d49f Mon Sep 17 00:00:00 2001
From: Maximilian Luz <luzmaximilian@gmail.com>
Date: Fri, 2 Dec 2022 23:33:24 +0100
Subject: [PATCH] platform/surface: dtx: Use target-ID enum instead of
@ -677,9 +677,9 @@ index ed36944467f9..0de76a784a35 100644
.instance_id = 0x00,
});
--
2.39.1
2.39.2
From b80f6ef9edf36ac3716d9092c054c640114a20c3 Mon Sep 17 00:00:00 2001
From 371291ccf54d8c5ed2dce511257ecfdabc4cf332 Mon Sep 17 00:00:00 2001
From: Maximilian Luz <luzmaximilian@gmail.com>
Date: Fri, 2 Dec 2022 23:33:26 +0100
Subject: [PATCH] platform/surface: aggregator: Enforce use of target-ID enum
@ -913,9 +913,9 @@ index 46c45d1b6368..4da20b7a0ee5 100644
/*
* enum ssam_device_flags - Flags for SSAM client devices.
--
2.39.1
2.39.2
From 8d5f7e899f6e714bae2a7684926d90a6bf7ff87f Mon Sep 17 00:00:00 2001
From 44d0aa451484bc279b5ccd255fccc806cb618b7d Mon Sep 17 00:00:00 2001
From: Maximilian Luz <luzmaximilian@gmail.com>
Date: Fri, 2 Dec 2022 23:33:27 +0100
Subject: [PATCH] platform/surface: aggregator_registry: Fix target-ID of
@ -968,9 +968,9 @@ index 023f126121d7..296f72d52e6a 100644
};
--
2.39.1
2.39.2
From f9ca87eec380f97471739f954ca31b8d7006b379 Mon Sep 17 00:00:00 2001
From 6d71bed1569bc8ec05c444ec3b6c3dd04028ecc7 Mon Sep 17 00:00:00 2001
From: Maximilian Luz <luzmaximilian@gmail.com>
Date: Tue, 20 Dec 2022 18:56:08 +0100
Subject: [PATCH] platform/surface: aggregator: Rename top-level request
@ -1515,9 +1515,9 @@ index 4da20b7a0ee5..1545e5567b15 100644
*/
#define SSAM_DEFINE_SYNC_REQUEST_CL_WR(name, atype, rtype, spec...) \
--
2.39.1
2.39.2
From 98b99e7ed9b3ffdcf2d09fff9777737283c47448 Mon Sep 17 00:00:00 2001
From a3630302405e109c42ae70d286cf2c6d58228647 Mon Sep 17 00:00:00 2001
From: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Date: Wed, 18 Jan 2023 11:38:23 +0200
Subject: [PATCH] platform/surface: Switch to use acpi_evaluate_dsm_typed()
@ -1571,5 +1571,5 @@ index f004a2495201..7b6d887dccdb 100644
static irqreturn_t shps_handle_irq(int irq, void *data)
--
2.39.1
2.39.2

View file

@ -1,4 +1,4 @@
From e799ffcd891df108c273a3f7c30181b00dc46f19 Mon Sep 17 00:00:00 2001
From 2df98c3c34943ee81329070463019d6850495bfa Mon Sep 17 00:00:00 2001
From: Maximilian Luz <luzmaximilian@gmail.com>
Date: Sat, 25 Jul 2020 17:19:53 +0200
Subject: [PATCH] i2c: acpi: Implement RawBytes read access
@ -108,9 +108,9 @@ index 4dd777cc0c89..b2338618163a 100644
dev_warn(&adapter->dev, "protocol 0x%02x not supported for client 0x%02x\n",
accessor_type, client->addr);
--
2.39.1
2.39.2
From 5ac5028b400f705ba98423c51778cc71b20cb038 Mon Sep 17 00:00:00 2001
From cd967ccdea9ccafd51683a7aab809c1ee4d892b7 Mon Sep 17 00:00:00 2001
From: Maximilian Luz <luzmaximilian@gmail.com>
Date: Sat, 13 Feb 2021 16:41:18 +0100
Subject: [PATCH] platform/surface: Add driver for Surface Book 1 dGPU switch
@ -331,5 +331,5 @@ index 000000000000..8b816ed8f35c
+MODULE_DESCRIPTION("Discrete GPU Power-Switch for Surface Book 1");
+MODULE_LICENSE("GPL");
--
2.39.1
2.39.2

View file

@ -1,4 +1,4 @@
From 6e98018057698f7c9cd2471d2944979d50dbe1d2 Mon Sep 17 00:00:00 2001
From b799ee43afd8edae60f58a9dddde287aa31c5d0e Mon Sep 17 00:00:00 2001
From: Sachi King <nakato@nakato.io>
Date: Tue, 5 Oct 2021 00:05:09 +1100
Subject: [PATCH] Input: soc_button_array - support AMD variant Surface devices
@ -73,9 +73,9 @@ index 09489380afda..0f02411a60f1 100644
/*
--
2.39.1
2.39.2
From 39c0633d475a3aef8c901cb785152e27a6fdd54b Mon Sep 17 00:00:00 2001
From 5da580e346b013a72b98126b9d1a6d0fa5c90747 Mon Sep 17 00:00:00 2001
From: Sachi King <nakato@nakato.io>
Date: Tue, 5 Oct 2021 00:22:57 +1100
Subject: [PATCH] platform/surface: surfacepro3_button: don't load on amd
@ -145,5 +145,5 @@ index 242fb690dcaf..30eea54dbb47 100644
--
2.39.1
2.39.2

View file

@ -1,4 +1,45 @@
From 10c82d4230dcb3ceb09d947a8d8d1b9f864bc35e Mon Sep 17 00:00:00 2001
From c419d751a284a6489ad4a8478e69b1e370819231 Mon Sep 17 00:00:00 2001
From: Maximilian Luz <luzmaximilian@gmail.com>
Date: Sat, 18 Feb 2023 01:02:49 +0100
Subject: [PATCH] USB: quirks: Add USB_QUIRK_DELAY_INIT for Surface Go 3
Type-Cover
The touchpad on the Type-Cover of the Surface Go 3 is sometimes not
being initialized properly. Apply USB_QUIRK_DELAY_INIT to fix this
issue.
More specifically, the device in question is a fairly standard modern
touchpad with pointer and touchpad input modes. During setup, the device
needs to be switched from pointer- to touchpad-mode (which is done in
hid-multitouch) to fully utilize it as intended. Unfortunately, however,
this seems to occasionally fail silently, leaving the device in
pointer-mode. Applying USB_QUIRK_DELAY_INIT seems to fix this.
Link: https://github.com/linux-surface/linux-surface/issues/1059
Signed-off-by: Maximilian Luz <luzmaximilian@gmail.com>
Patchset: surface-typecover
---
drivers/usb/core/quirks.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/drivers/usb/core/quirks.c b/drivers/usb/core/quirks.c
index 934b3d997702..2c6604c6e8e1 100644
--- a/drivers/usb/core/quirks.c
+++ b/drivers/usb/core/quirks.c
@@ -220,6 +220,9 @@ static const struct usb_device_id usb_quirk_list[] = {
/* Microsoft Surface Dock Ethernet (RTL8153 GigE) */
{ USB_DEVICE(0x045e, 0x07c6), .driver_info = USB_QUIRK_NO_LPM },
+ /* Microsoft Surface Go 3 Type-Cover */
+ { USB_DEVICE(0x045e, 0x09b5), .driver_info = USB_QUIRK_DELAY_INIT },
+
/* Cherry Stream G230 2.0 (G85-231) and 3.0 (G85-232) */
{ USB_DEVICE(0x046a, 0x0023), .driver_info = USB_QUIRK_RESET_RESUME },
--
2.39.2
From e1455f50b19da079f428bae9ae24eec25c9996f8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jonas=20Dre=C3=9Fler?= <verdre@v0yd.nl>
Date: Thu, 5 Nov 2020 13:09:45 +0100
Subject: [PATCH] hid/multitouch: Turn off Type Cover keyboard backlight when
@ -229,9 +270,9 @@ index 372cbdd223e0..fe849df6a948 100644
{ .driver_data = MT_CLS_GOOGLE,
HID_DEVICE(HID_BUS_ANY, HID_GROUP_ANY, USB_VENDOR_ID_GOOGLE,
--
2.39.1
2.39.2
From 64602aaa410c328f7fd60d431541f766c4465985 Mon Sep 17 00:00:00 2001
From d26b30c213dd92d7aa7e2a8026b1ac50da165534 Mon Sep 17 00:00:00 2001
From: PJungkamp <p.jungkamp@gmail.com>
Date: Fri, 25 Feb 2022 12:04:25 +0100
Subject: [PATCH] hid/multitouch: Add support for surface pro type cover tablet
@ -529,5 +570,5 @@ index fe849df6a948..3a7a43eb9fbe 100644
unregister_pm_notifier(&td->pm_notifier);
del_timer_sync(&td->release_timer);
--
2.39.1
2.39.2

View file

@ -1,4 +1,4 @@
From 13ec63af8d9c5987df27b8e0860e103d746b4fd5 Mon Sep 17 00:00:00 2001
From 0c92dcb3841b45e2c196d871eeb6b0c710e2b1f2 Mon Sep 17 00:00:00 2001
From: Hans de Goede <hdegoede@redhat.com>
Date: Sun, 10 Oct 2021 20:56:57 +0200
Subject: [PATCH] ACPI: delay enumeration of devices with a _DEP pointing to an
@ -72,9 +72,9 @@ index dbfa58e799e2..ccbd3f8b523e 100644
* Do not enumerate devices with enumeration_by_parent flag set as
* they will be enumerated by their respective parents.
--
2.39.1
2.39.2
From 2174b22af5085ebda279d03bb5582d204a38247b Mon Sep 17 00:00:00 2001
From 3a3dff253c5249be3a7e43597a5c5f8eb71841bb Mon Sep 17 00:00:00 2001
From: zouxiaoh <xiaohong.zou@intel.com>
Date: Fri, 25 Jun 2021 08:52:59 +0800
Subject: [PATCH] iommu: intel-ipu: use IOMMU passthrough mode for Intel IPUs
@ -189,9 +189,9 @@ index 408c321b929a..6e58effbe12b 100644
DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_INTEL, 0x9D3E, quirk_iommu_ipts);
--
2.39.1
2.39.2
From a0dfbc57e3177efdf2ed354435bfd7052a1a0461 Mon Sep 17 00:00:00 2001
From 903f91f77044d82356d9232245c24ab54620a8a4 Mon Sep 17 00:00:00 2001
From: Daniel Scally <djrscally@gmail.com>
Date: Sun, 10 Oct 2021 20:57:02 +0200
Subject: [PATCH] platform/x86: int3472: Enable I2c daisy chain
@ -226,9 +226,9 @@ index 5b8d1a9620a5..6a0ff035cf20 100644
return 0;
--
2.39.1
2.39.2
From f7a3a6bf8da41bab4b6f7dfb842a0f79899d7709 Mon Sep 17 00:00:00 2001
From 7dc61df2a818a76fdc5e2441f4f61701fad0d653 Mon Sep 17 00:00:00 2001
From: Daniel Scally <djrscally@gmail.com>
Date: Thu, 28 Oct 2021 21:55:16 +0100
Subject: [PATCH] media: i2c: Add driver for DW9719 VCM
@ -730,9 +730,9 @@ index 000000000000..180b04d2a6b3
+MODULE_DESCRIPTION("DW9719 VCM Driver");
+MODULE_LICENSE("GPL");
--
2.39.1
2.39.2
From 6bcca27d6ae86b047d9b87118efe82d133d6b545 Mon Sep 17 00:00:00 2001
From 273a87ebd6ff294c04b5e6f07061e0f1d1d6f212 Mon Sep 17 00:00:00 2001
From: Daniel Scally <djrscally@gmail.com>
Date: Wed, 4 May 2022 23:21:45 +0100
Subject: [PATCH] media: ipu3-cio2: Move functionality from .complete() to
@ -845,9 +845,9 @@ index 390bd5ea3472..76339fb842bf 100644
static int cio2_parse_firmware(struct cio2_device *cio2)
--
2.39.1
2.39.2
From a87ee65c5b7abc72ceec02818f8f222f2e568d16 Mon Sep 17 00:00:00 2001
From b595c626339a53adbf53a739e7e8962190c07954 Mon Sep 17 00:00:00 2001
From: Daniel Scally <djrscally@gmail.com>
Date: Thu, 2 Jun 2022 22:15:56 +0100
Subject: [PATCH] media: ipu3-cio2: Re-add .complete() to ipu3-cio2
@ -888,9 +888,9 @@ index 76339fb842bf..eb7aa269ec2b 100644
static int cio2_parse_firmware(struct cio2_device *cio2)
--
2.39.1
2.39.2
From 0101fdfd1c6e3a430929c41966094f1e9b231ae2 Mon Sep 17 00:00:00 2001
From 4df36c6c4ed7b84ab533e617ad6d6b7d957ece3b Mon Sep 17 00:00:00 2001
From: Maximilian Luz <luzmaximilian@gmail.com>
Date: Fri, 15 Jul 2022 23:48:00 +0200
Subject: [PATCH] drivers/media/i2c: Fix DW9719 dependencies
@ -917,5 +917,5 @@ index 98d081efeef7..c67966cafe10 100644
select VIDEO_V4L2_SUBDEV_API
select V4L2_ASYNC
--
2.39.1
2.39.2

View file

@ -1,4 +1,4 @@
From 8821990521f63e0f5d98ff4bac58b4ea276513bd Mon Sep 17 00:00:00 2001
From e3dad6db81b0977bac4d3485b12dae68f3f478a3 Mon Sep 17 00:00:00 2001
From: Sachi King <nakato@nakato.io>
Date: Sat, 29 May 2021 17:47:38 +1000
Subject: [PATCH] ACPI: Add quirk for Surface Laptop 4 AMD missing irq 7
@ -63,9 +63,9 @@ index 907cc98b1938..0116d27b29ea 100644
mp_config_acpi_legacy_irqs();
--
2.39.1
2.39.2
From dd71ec2123bbc139262716a1e4174fa4a4fe3c2b Mon Sep 17 00:00:00 2001
From 64ebb21a97597f2c0f054a7ebfc44fe604d41f74 Mon Sep 17 00:00:00 2001
From: Maximilian Luz <luzmaximilian@gmail.com>
Date: Thu, 3 Jun 2021 14:04:26 +0200
Subject: [PATCH] ACPI: Add AMD 13" Surface Laptop 4 model to irq 7 override
@ -105,5 +105,5 @@ index 0116d27b29ea..af102c6f8e5b 100644
};
--
2.39.1
2.39.2

View file

@ -1,4 +1,4 @@
From 04a0f895efd0922b3bf9cea8cd739bdd7e2d52c4 Mon Sep 17 00:00:00 2001
From 969294ed3b48077e8dd24f2bedb2e115830a6d5a Mon Sep 17 00:00:00 2001
From: "Bart Groeneveld | GPX Solutions B.V" <bart@gpxbv.nl>
Date: Mon, 5 Dec 2022 16:08:46 +0100
Subject: [PATCH] acpi: allow usage of acpi_tad on HW-reduced platforms
@ -105,5 +105,5 @@ index e9b8e8305e23..944276934e7e 100644
ret = sysfs_create_group(&dev->kobj, &acpi_tad_dc_attr_group);
if (ret)
--
2.39.1
2.39.2