projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6d468d
)
sunxvr500: Additional PCI id for sunxvr500 driver
author
Ben Hutchings
<ben@decadent.org.uk>
Fri, 26 Feb 2010 12:37:09 +0000
(
04:37
-0800)
committer
David S. Miller
<davem@davemloft.net>
Fri, 26 Feb 2010 12:37:09 +0000
(
04:37
-0800)
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>
drivers/video/sunxvr500.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/video/sunxvr500.c
b/drivers/video/sunxvr500.c
index 18b950706cad47f70ee83282a7cb7d905d902ef6..4cd50497264d3c65d092e1ca9c4fd55d2a7d0e22 100644
(file)
--- 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,