Hi Julian, On 4/16/23 17:49, Julian Winkler wrote: > 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@xxxxxx> Thank you for your patch, I've applied this patch to my review-hans branch: https://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git/log/?h=review-hans Note it will show up in my review-hans branch once I've pushed my local branch there, which might take a while. Patches which are added to review-hans now are intended for the next rc1. This branch will get rebased to the next rc1 when it is out and after the rebasing the contents of review-hans will be pushed to the platform-drivers-x86/for-next branch. Regards, Hans > --- > 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) },