diff options
author | Flavio Leitner <fleitner@redhat.com> | 2009-01-02 13:50:43 +0000 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-02-02 08:28:10 -0800 |
commit | 7c9356ec88d04245a62028f7c8ddfa8608fb8e4a (patch) | |
tree | d61094c8516f9604ac7d80d9c0a0f33eef281f40 /include | |
parent | b98b56e302366e2a84c09812a67ca30eacb9792d (diff) |
serial_8250: support for Sealevel Systems Model 7803 COMM+8
commit e65f0f8271b1b0452334e5da37fd35413a000de4 upstream.
Add support for Sealevel Systems Model 7803 COMM+8
Signed-off-by: Flavio Leitner <fleitner@redhat.com>
Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/pci_ids.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index 0bbfcca13b0..391cbf38f6e 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -1784,6 +1784,7 @@ #define PCI_DEVICE_ID_SEALEVEL_UCOMM232 0x7202 #define PCI_DEVICE_ID_SEALEVEL_COMM4 0x7401 #define PCI_DEVICE_ID_SEALEVEL_COMM8 0x7801 +#define PCI_DEVICE_ID_SEALEVEL_7803 0x7803 #define PCI_DEVICE_ID_SEALEVEL_UCOMM8 0x7804 #define PCI_VENDOR_ID_HYPERCOPE 0x1365 |