diff options
author | H Hartley Sweeten <hsweeten@visionengravers.com> | 2010-05-21 18:38:52 -0500 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2010-08-08 18:20:38 +0000 |
commit | 9f2cc6f759ca0b072107c171a3b5cd79c7ea5de3 (patch) | |
tree | f481487fa3ce2c5a38f90fb2333d860ca97ad854 /include/linux/pci_ids.h | |
parent | 9a3725631331f279fa44b6522874ce8818bcc455 (diff) |
watchdog: wdt_pci.c: move ids to pci_ids.h
Move the VENDOR/DEVICE ids to pci_ids.h.
Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Jesse Barnes <jbarnes@virtuousgeek.org>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'include/linux/pci_ids.h')
-rw-r--r-- | include/linux/pci_ids.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index c81eec4d3c35..f6a3b2d36cad 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -2372,6 +2372,9 @@ #define PCI_VENDOR_ID_AKS 0x416c #define PCI_DEVICE_ID_AKS_ALADDINCARD 0x0100 +#define PCI_VENDOR_ID_ACCESSIO 0x494f +#define PCI_DEVICE_ID_ACCESSIO_WDG_CSM 0x22c0 + #define PCI_VENDOR_ID_S3 0x5333 #define PCI_DEVICE_ID_S3_TRIO 0x8811 #define PCI_DEVICE_ID_S3_868 0x8880 |