V4L/DVB (7077): bt878: remove handcrafted PCI subsystem ID check
authorAkinobu Mita <akinobu.mita@gmail.com>
Mon, 21 Jan 2008 15:15:19 +0000 (12:15 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Fri, 25 Jan 2008 21:05:22 +0000 (19:05 -0200)
commit386900781205d203c1141d3e2dae759f1b531193
tree2bad1d976d3ce0cfb33766b3ed4cf9613a131a70
parent4a2b108379743405bc488eaef6a75080aa1bbba4
V4L/DVB (7077): bt878: remove handcrafted PCI subsystem ID check

This patch moves the subsystem ID and subsystem vendor ID check from probing
function to the PCI generic function by describing subsystem IDs in
pci_device_id table. This enables to add new PCI IDs to a device driver pci_ids
table at runtime by new_id file in sysfs pci driver tree.

Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com>
Signed-off-by: Manu Abraham <manu@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Documentation/dvb/bt8xx.txt
drivers/media/dvb/bt8xx/bt878.c
drivers/media/dvb/bt8xx/bt878.h