46bf4695d7
There are some important platform drivers that Valve has not upstreamed, that are basically required for this device to operate well. I picked those patches from the kernel tree they released for 6.5, and rebased them onto 6.8.
27 lines
1,012 B
Diff
27 lines
1,012 B
Diff
From 1ab4a0fb0e9436f72b668778ee27a036042de6e9 Mon Sep 17 00:00:00 2001
|
|
From: Andrey Smirnov <andrew.smirnov@gmail.com>
|
|
Date: Sun, 27 Feb 2022 16:34:23 -0800
|
|
Subject: [PATCH 19/21] usb: dwc3: Fix "linux,extcon-name"
|
|
|
|
(cherry picked from commit 601ff3cebe00d1d5e4f165f4ac69a8ec0a57549e)
|
|
Signed-off-by: Cristian Ciocaltea <cristian.ciocaltea@collabora.com>
|
|
---
|
|
drivers/usb/dwc3/dwc3-pci.c | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/drivers/usb/dwc3/dwc3-pci.c b/drivers/usb/dwc3/dwc3-pci.c
|
|
index 21a764d30bff..cf805293a933 100644
|
|
--- a/drivers/usb/dwc3/dwc3-pci.c
|
|
+++ b/drivers/usb/dwc3/dwc3-pci.c
|
|
@@ -177,7 +177,7 @@ static const struct property_entry dwc3_pci_amd_properties[] = {
|
|
static const struct property_entry dwc3_pci_mr_properties[] = {
|
|
PROPERTY_ENTRY_STRING("dr_mode", "otg"),
|
|
PROPERTY_ENTRY_BOOL("linux,sysdev_is_parent"),
|
|
- PROPERTY_ENTRY_STRING("linux,extcon-name", "VLV0100:00"),
|
|
+ PROPERTY_ENTRY_STRING("linux,extcon-name", "steamdeck-extcon"),
|
|
{}
|
|
};
|
|
|
|
--
|
|
2.44.0
|
|
|