watchdog/hpwdt: Do not claim unsupported hardware
[sfrench/cifs-2.6.git] / drivers / watchdog / hpwdt.c
index eecd014ccd5b9aa070cf89b901e0dabbba302ef1..c8e80558935141303b6de7e34205d7e664e842c0 100644 (file)
@@ -52,6 +52,7 @@ MODULE_DEVICE_TABLE(pci, hpwdt_devices);
 
 static const struct pci_device_id hpwdt_blacklist[] = {
        { PCI_DEVICE_SUB(PCI_VENDOR_ID_HP, 0x3306, PCI_VENDOR_ID_HP, 0x1979) }, /* auxilary iLO */
+       { PCI_DEVICE_SUB(PCI_VENDOR_ID_HP, 0x3306, PCI_VENDOR_ID_HP_3PAR, 0x0289) },  /* CL */
        {0},                    /* terminate list */
 };