X86 platform drivers
 help / color / mirror / Atom feed
* [PATCH] intel_scu_pcidrv: add back PCI id for Medfield
@ 2023-04-16 15:49 Julian Winkler
  2023-04-17 10:11 ` Hans de Goede
  2023-04-25 15:03 ` Hans de Goede
  0 siblings, 2 replies; 10+ messages in thread
From: Julian Winkler @ 2023-04-16 15:49 UTC (permalink / raw)
  To: platform-driver-x86; +Cc: Julian Winkler

This id was removed in b47018a778c1a18cbc98b4a11936dec4f8c4bb7b, saying it
is only used on Moorestown, but apparently the same id is also used on
Medfield.

Tested on the Medfield based Motorola RAZR i smartphone.

Signed-off-by: Julian Winkler <julian.winkler1@web.de>
---
 drivers/platform/x86/intel_scu_pcidrv.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/platform/x86/intel_scu_pcidrv.c b/drivers/platform/x86/intel_scu_pcidrv.c
index 80abc708e4f2..d904fad499aa 100644
--- a/drivers/platform/x86/intel_scu_pcidrv.c
+++ b/drivers/platform/x86/intel_scu_pcidrv.c
@@ -34,6 +34,7 @@ static int intel_scu_pci_probe(struct pci_dev *pdev,
 
 static const struct pci_device_id pci_ids[] = {
 	{ PCI_VDEVICE(INTEL, 0x080e) },
+	{ PCI_VDEVICE(INTEL, 0x082a) },
 	{ PCI_VDEVICE(INTEL, 0x08ea) },
 	{ PCI_VDEVICE(INTEL, 0x0a94) },
 	{ PCI_VDEVICE(INTEL, 0x11a0) },
-- 
2.39.2


^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2023-04-27 10:33 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-16 15:49 [PATCH] intel_scu_pcidrv: add back PCI id for Medfield Julian Winkler
2023-04-17 10:11 ` Hans de Goede
2023-04-17 10:16   ` Andy Shevchenko
2023-04-17 13:02     ` Julian Winkler
2023-04-25  9:03       ` Hans de Goede
2023-04-27  7:36         ` Julian Winkler
2023-04-25 19:02       ` Andy Shevchenko
2023-04-27  8:06         ` Julian Winkler
2023-04-27 10:33           ` Andy Shevchenko
2023-04-25 15:03 ` Hans de Goede

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox