diff options
author | Ben Hutchings <ben@decadent.org.uk> | 2010-02-26 04:37:09 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-02-26 04:37:09 -0800 |
commit | 275143e9b237dd7e0b6d01660fd9b8acd9922fa7 (patch) | |
tree | 23264f8758a164b4e402195f173aa7fa16b37a99 /drivers/video/sunxvr500.c | |
parent | a6d468d05356655cdc11bb2cfec4e64bcef6ad0a (diff) | |
download | linux-275143e9b237dd7e0b6d01660fd9b8acd9922fa7.tar.bz2 |
sunxvr500: Additional PCI id for sunxvr500 driver
Intergraph bought 3D Labs and some XVR-500 chips have Intergraph's
vendor id.
Reported-by: Jurij Smakov <jurij@wooyd.org>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Cc: stable@kernel.org
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/video/sunxvr500.c')
-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) static struct pci_device_id e3d_pci_table[] = { { PCI_DEVICE(PCI_VENDOR_ID_3DLABS, 0x7a0), }, + { PCI_DEVICE(0x1091, 0x7a0), }, { PCI_DEVICE(PCI_VENDOR_ID_3DLABS, 0x7a2), }, { .vendor = PCI_VENDOR_ID_3DLABS, .device = PCI_ANY_ID, |