Skip to content

Commit 4a9b685

Browse files
julianwijwrdegoede
authored andcommitted
platform/x86: intel_scu_pcidrv: Add back PCI ID for Medfield
This id was removed in commit b47018a ("platform/x86: intel_scu_ipc: Remove Lincroft support"), 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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Reviewed-by: Hans de Goede <[email protected]> Signed-off-by: Hans de Goede <[email protected]>
1 parent ac9a786 commit 4a9b685

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/platform/x86/intel_scu_pcidrv.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ static int intel_scu_pci_probe(struct pci_dev *pdev,
3434

3535
static const struct pci_device_id pci_ids[] = {
3636
{ PCI_VDEVICE(INTEL, 0x080e) },
37+
{ PCI_VDEVICE(INTEL, 0x082a) },
3738
{ PCI_VDEVICE(INTEL, 0x08ea) },
3839
{ PCI_VDEVICE(INTEL, 0x0a94) },
3940
{ PCI_VDEVICE(INTEL, 0x11a0) },

0 commit comments

Comments
 (0)