diff options
-rw-r--r-- | drivers/video/sunxvr500.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/sunxvr500.c b/drivers/video/sunxvr500.c index 18b950706cad..4cd50497264d 100644 --- a/drivers/video/sunxvr500.c +++ b/drivers/video/sunxvr500.c | |||
@@ -400,6 +400,7 @@ static void __devexit e3d_pci_unregister(struct pci_dev *pdev) | |||
400 | 400 | ||
401 | static struct pci_device_id e3d_pci_table[] = { | 401 | static struct pci_device_id e3d_pci_table[] = { |
402 | { PCI_DEVICE(PCI_VENDOR_ID_3DLABS, 0x7a0), }, | 402 | { PCI_DEVICE(PCI_VENDOR_ID_3DLABS, 0x7a0), }, |
403 | { PCI_DEVICE(0x1091, 0x7a0), }, | ||
403 | { PCI_DEVICE(PCI_VENDOR_ID_3DLABS, 0x7a2), }, | 404 | { PCI_DEVICE(PCI_VENDOR_ID_3DLABS, 0x7a2), }, |
404 | { .vendor = PCI_VENDOR_ID_3DLABS, | 405 | { .vendor = PCI_VENDOR_ID_3DLABS, |
405 | .device = PCI_ANY_ID, | 406 | .device = PCI_ANY_ID, |