diff options
author | Jerry Hoemann <[email protected]> | 2021-05-12 22:03:32 -0600 |
---|---|---|
committer | Wim Van Sebroeck <[email protected]> | 2021-06-21 08:49:00 +0200 |
commit | 742b80c56135971e35e6753c7400d7d6ee842a90 (patch) | |
tree | ae1d6c7f6bb6dd967e866f0f046fa0b36b647eb9 | |
parent | 5185c4e8a8cc584382c6dd08dcd4f59e1e90638d (diff) |
watchdog/hpwdt: New PCI IDs
New hardware with new PCI ID info.
Signed-off-by: Jerry Hoemann <[email protected]>
Reviewed-by: Guenter Roeck <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Guenter Roeck <[email protected]>
Signed-off-by: Wim Van Sebroeck <[email protected]>
-rw-r--r-- | drivers/watchdog/hpwdt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/watchdog/hpwdt.c b/drivers/watchdog/hpwdt.c index 22ddba3802ef..a5006a58e0db 100644 --- a/drivers/watchdog/hpwdt.c +++ b/drivers/watchdog/hpwdt.c @@ -45,6 +45,7 @@ static unsigned long __iomem *hpwdt_timer_con; static const struct pci_device_id hpwdt_devices[] = { { PCI_DEVICE(PCI_VENDOR_ID_COMPAQ, 0xB203) }, /* iLO2 */ { PCI_DEVICE(PCI_VENDOR_ID_HP, 0x3306) }, /* iLO3 */ + { PCI_DEVICE(PCI_VENDOR_ID_HP_3PAR, 0x0389) }, /* PCtrl */ {0}, /* terminate list */ }; MODULE_DEVICE_TABLE(pci, hpwdt_devices); |