|
@@ -1271,6 +1271,8 @@ static int i801_probe(struct pci_dev *dev, const struct pci_device_id *id)
|
|
|
switch (dev->device) {
|
|
|
case PCI_DEVICE_ID_INTEL_SUNRISEPOINT_H_SMBUS:
|
|
|
case PCI_DEVICE_ID_INTEL_SUNRISEPOINT_LP_SMBUS:
|
|
|
+ case PCI_DEVICE_ID_INTEL_LEWISBURG_SMBUS:
|
|
|
+ case PCI_DEVICE_ID_INTEL_LEWISBURG_SSKU_SMBUS:
|
|
|
case PCI_DEVICE_ID_INTEL_DNV_SMBUS:
|
|
|
priv->features |= FEATURE_I2C_BLOCK_READ;
|
|
|
priv->features |= FEATURE_IRQ;
|