aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRaphael Zimmerer <killekulla@rdrz.de>2004-08-22 22:55:34 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-08-22 22:55:34 -0700
commitc88eec7cb2db7bf948e4e8a94edbfe283914333a (patch)
tree76eea684eb5ec077f9067922b66fcfe9cce048d6 /include
parent1c0e4705187c12d2cb046161e672caa0982464ad (diff)
downloadhistory-c88eec7cb2db7bf948e4e8a94edbfe283914333a.tar.gz
[PATCH] Support for Exar XR17C158 Octal UART
Here's a minimal patch to support the Exar Corp. XR17C158 Octal UART Chip (PCI). Signed-off-by: Raphael Zimmerer <killekulla@rdrz.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include')
-rw-r--r--include/linux/pci_ids.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h
index 0ca0b5068bc240..f6ebfbb95337e4 100644
--- a/include/linux/pci_ids.h
+++ b/include/linux/pci_ids.h
@@ -1799,6 +1799,11 @@
#define PCI_DEVICE_ID_CCD_B00C 0xb00c
#define PCI_DEVICE_ID_CCD_B100 0xb100
+#define PCI_VENDOR_ID_EXAR 0x13a8
+#define PCI_DEVICE_ID_EXAR_XR17C152 0x0152
+#define PCI_DEVICE_ID_EXAR_XR17C154 0x0154
+#define PCI_DEVICE_ID_EXAR_XR17C158 0x0158
+
#define PCI_VENDOR_ID_MICROGATE 0x13c0
#define PCI_DEVICE_ID_MICROGATE_USC 0x0010
#define PCI_DEVICE_ID_MICROGATE_SCC 0x0020