linux-watchdog.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V2] watchdog/hpwdt: New PCI IDs
@ 2021-05-13  4:03 Jerry Hoemann
  2021-05-13  4:03 ` Jerry Hoemann
  0 siblings, 1 reply; 3+ messages in thread
From: Jerry Hoemann @ 2021-05-13  4:03 UTC (permalink / raw)
  To: linux, wim; +Cc: linux-watchdog, Jerry Hoemann

patch p1
New hardware with new PCI ID info

Changes V2
----------
Included signature.


Jerry Hoemann (1):
  watchdog/hpwdt: New PCI IDs

 drivers/watchdog/hpwdt.c | 1 +
 1 file changed, 1 insertion(+)

-- 
1.8.3.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH V2] watchdog/hpwdt: New PCI IDs
  2021-05-13  4:03 [PATCH V2] watchdog/hpwdt: New PCI IDs Jerry Hoemann
@ 2021-05-13  4:03 ` Jerry Hoemann
  2021-05-13  8:30   ` Guenter Roeck
  0 siblings, 1 reply; 3+ messages in thread
From: Jerry Hoemann @ 2021-05-13  4:03 UTC (permalink / raw)
  To: linux, wim; +Cc: linux-watchdog, Jerry Hoemann

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(+)

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);
-- 
1.8.3.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH V2] watchdog/hpwdt: New PCI IDs
  2021-05-13  4:03 ` Jerry Hoemann
@ 2021-05-13  8:30   ` Guenter Roeck
  0 siblings, 0 replies; 3+ messages in thread
From: Guenter Roeck @ 2021-05-13  8:30 UTC (permalink / raw)
  To: Jerry Hoemann, wim; +Cc: linux-watchdog

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);
> 


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-05-13  8:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-13  4:03 [PATCH V2] watchdog/hpwdt: New PCI IDs Jerry Hoemann
2021-05-13  4:03 ` Jerry Hoemann
2021-05-13  8:30   ` Guenter Roeck

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).