| Submitter | Ben Hutchings |
|---|---|
| Date | Feb. 19, 2010, 2:56 a.m. |
| Message ID | <1266548181.10567.727.camel@localhost> |
| Download | mbox | patch |
| Permalink | /patch/45834/ |
| State | Accepted |
| Delegated to: | David Miller |
| Headers | show |
Comments
From: Ben Hutchings <ben@decadent.org.uk> Date: Fri, 19 Feb 2010 02:56:21 +0000 > 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 Applied, thanks Ben. -- To unsubscribe from this list: send the line "unsubscribe sparclinux" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Patch
--- a/drivers/video/sunxvr500.c +++ b/drivers/video/sunxvr500.c @@ -400,6 +400,7 @@ 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,