Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit de9f0cf9 authored by David S. Miller's avatar David S. Miller
Browse files

[VIDEO] sunxvr2500: Fix PCI device ID table.



Noticed by Meelis Roos.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent a989705c
Loading
Loading
Loading
Loading
+8 −8
Original line number Original line Diff line number Diff line
@@ -237,14 +237,14 @@ static void __devexit s3d_pci_unregister(struct pci_dev *pdev)
}
}


static struct pci_device_id s3d_pci_table[] = {
static struct pci_device_id s3d_pci_table[] = {
	{	/* XVR-2500 */
	{	PCI_DEVICE(PCI_VENDOR_ID_3DLABS, 0x002c),	},
		PCI_DEVICE(PCI_VENDOR_ID_3DLABS, 0x0032),
	{	PCI_DEVICE(PCI_VENDOR_ID_3DLABS, 0x002d),	},
		.driver_data = 1,
	{	PCI_DEVICE(PCI_VENDOR_ID_3DLABS, 0x002e),	},
	},
	{	PCI_DEVICE(PCI_VENDOR_ID_3DLABS, 0x002f),	},
	{	/* XVR-500 */
	{	PCI_DEVICE(PCI_VENDOR_ID_3DLABS, 0x0030),	},
		PCI_DEVICE(PCI_VENDOR_ID_3DLABS, 0x07a2),
	{	PCI_DEVICE(PCI_VENDOR_ID_3DLABS, 0x0031),	},
		.driver_data = 0,
	{	PCI_DEVICE(PCI_VENDOR_ID_3DLABS, 0x0032),	},
	},
	{	PCI_DEVICE(PCI_VENDOR_ID_3DLABS, 0x0033),	},
	{ 0, }
	{ 0, }
};
};