From be3e0da98d860f6d2d04ec35c8495aaa3b077782 Mon Sep 17 00:00:00 2001 From: "Tim T. Murphy" Date: Sun, 21 Nov 2004 16:43:12 -0800 Subject: [PATCH] serial: add support for Dell Remote Access Card 4. Here's a patch to include Dell's 4th generation Remote Access Controller ids. Acked-by: Russell King Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- include/linux/pci_ids.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index e1342df677ca..5cfcf8941445 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -523,6 +523,7 @@ #define PCI_VENDOR_ID_DELL 0x1028 #define PCI_DEVICE_ID_DELL_RACIII 0x0008 +#define PCI_DEVICE_ID_DELL_RAC4 0x0012 #define PCI_VENDOR_ID_MATROX 0x102B #define PCI_DEVICE_ID_MATROX_MGA_2 0x0518 -- cgit v1.2.3