Skip to content

Commit

Permalink
V4L/DVB (5465): Remove an obsolete PCI ID
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jonathan Corbet authored and Mauro Carvalho Chehab committed Apr 27, 2007
1 parent 018cfd5 commit 76f4a12
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/media/video/cafe_ccic.c
Original file line number Diff line number Diff line change
Expand Up @@ -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, }
Expand Down

0 comments on commit 76f4a12

Please sign in to comment.