dect
/
linux-2.6
Archived
13
0
Fork 0

V4L/DVB (5465): Remove an obsolete PCI ID

Remove an obsolete PCI ID.

The CAFE driver includes three PCI IDs, one of which corresponds to 
a development board which is no longer in use.

Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
Jonathan Corbet 2007-03-25 11:36:02 -03:00 committed by Mauro Carvalho Chehab
parent 018cfd51f6
commit 76f4a12000
1 changed files with 0 additions and 1 deletions

View File

@ -2184,7 +2184,6 @@ static void cafe_pci_remove(struct pci_dev *pdev)
static struct pci_device_id cafe_ids[] = {
{ PCI_DEVICE(0x1148, 0x4340) }, /* Temporary ID on devel board */
{ PCI_DEVICE(0x11ab, 0x4100) }, /* Eventual real ID */
{ PCI_DEVICE(0x11ab, 0x4102) }, /* Really eventual real ID */
{ 0, }