diff options
Diffstat (limited to 'src/southbridge/intel/lynxpoint/smbus.c')
-rw-r--r-- | src/southbridge/intel/lynxpoint/smbus.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/southbridge/intel/lynxpoint/smbus.c b/src/southbridge/intel/lynxpoint/smbus.c index 519afe5ca4..757254ef14 100644 --- a/src/southbridge/intel/lynxpoint/smbus.c +++ b/src/southbridge/intel/lynxpoint/smbus.c @@ -35,6 +35,7 @@ static struct device_operations smbus_ops = { static const unsigned short pci_device_ids[] = { PCI_DID_INTEL_LPT_H_SMBUS, + PCI_DID_INTEL_LPT_H_SMBUS_9, PCI_DID_INTEL_LPT_LP_SMBUS, PCI_DID_INTEL_WPT_LP_SMBUS, 0 |