Skip to content

Commit

Permalink
sunxvr500: Additional PCI id for sunxvr500 driver
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Ben Hutchings authored and David S. Miller committed Feb 26, 2010
1 parent a6d468d commit 275143e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/video/sunxvr500.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 275143e

Please sign in to comment.