diff options
| author | Tim T. Murphy <tim_t_murphy@dell.com> | 2004-11-21 16:43:12 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-11-21 16:43:12 -0800 |
| commit | be3e0da98d860f6d2d04ec35c8495aaa3b077782 (patch) | |
| tree | dda0406227d349d824a25fb453d0d4b0f93e7706 /include | |
| parent | a79fa1df11377acc4f996fe1d7333c08e51544c4 (diff) | |
[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 <rmk@arm.linux.org.uk>
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
