Message ID | 1620878612-24736-2-git-send-email-jerry.hoemann@hpe.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | [V2] watchdog/hpwdt: New PCI IDs | expand |
On 5/12/21 9:03 PM, Jerry Hoemann wrote: > New hardware with new PCI ID info. > > Signed-off-by: Jerry Hoemann <jerry.hoemann@hpe.com> Reviewed-by: Guenter Roeck <linux@roeck-us.net> > --- > drivers/watchdog/hpwdt.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/watchdog/hpwdt.c b/drivers/watchdog/hpwdt.c > index 22ddba3..a5006a5 100644 > --- a/drivers/watchdog/hpwdt.c > +++ b/drivers/watchdog/hpwdt.c > @@ -45,6 +45,7 @@ > 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); >
diff --git a/drivers/watchdog/hpwdt.c b/drivers/watchdog/hpwdt.c index 22ddba3..a5006a5 100644 --- a/drivers/watchdog/hpwdt.c +++ b/drivers/watchdog/hpwdt.c @@ -45,6 +45,7 @@ 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);
New hardware with new PCI ID info. Signed-off-by: Jerry Hoemann <jerry.hoemann@hpe.com> --- drivers/watchdog/hpwdt.c | 1 + 1 file changed, 1 insertion(+)