diff options
author | Jiri Slaby <jirislaby@gmail.com> | 2007-02-10 01:45:29 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-02-11 10:51:30 -0800 |
commit | 224299d444ce97e0c78a9e8ea930589ff8861404 (patch) | |
tree | 9dce18ace63cbadc9cab487814a46ee1f617dbc9 /include/linux/pci_ids.h | |
parent | c5b466e70fef18f7e0de88f81fad0b83614444a8 (diff) | |
download | kernel-crypto-224299d444ce97e0c78a9e8ea930589ff8861404.tar.gz kernel-crypto-224299d444ce97e0c78a9e8ea930589ff8861404.tar.xz kernel-crypto-224299d444ce97e0c78a9e8ea930589ff8861404.zip |
[PATCH] Char: moxa, devids cleanup
Move them to pci_ids.h
Signed-off-by: Jiri Slaby <jirislaby@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
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 e67b68ca235..e5e5b9ffcfb 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -1811,6 +1811,9 @@ #define PCI_DEVICE_ID_MOXA_C168 0x1680 #define PCI_DEVICE_ID_MOXA_CP168U 0x1681 #define PCI_DEVICE_ID_MOXA_CP168EL 0x1682 +#define PCI_DEVICE_ID_MOXA_CP204J 0x2040 +#define PCI_DEVICE_ID_MOXA_C218 0x2180 +#define PCI_DEVICE_ID_MOXA_C320 0x3200 #define PCI_VENDOR_ID_CCD 0x1397 #define PCI_DEVICE_ID_CCD_2BD0 0x2bd0 |