diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-01-21 15:15:19 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-01-21 15:15:19 +0000 |
commit | b89d5946e0d1e7c1d93eb6cb2edda3f4eb9b83a5 (patch) | |
tree | 3b7e1a62656dcaf4c0c2109cbdc6f1e9fe2d83c4 /linux/Documentation/dvb/bt8xx.txt | |
parent | c23e02825608cd9d6a9624c5d1e932a10835a5eb (diff) | |
download | mediapointer-dvb-s2-b89d5946e0d1e7c1d93eb6cb2edda3f4eb9b83a5.tar.gz mediapointer-dvb-s2-b89d5946e0d1e7c1d93eb6cb2edda3f4eb9b83a5.tar.bz2 |
bt878: remove handcrafted PCI subsystem ID check
From: Akinobu Mita <akinobu.mita@gmail.com>
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>
Diffstat (limited to 'linux/Documentation/dvb/bt8xx.txt')
-rw-r--r-- | linux/Documentation/dvb/bt8xx.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/linux/Documentation/dvb/bt8xx.txt b/linux/Documentation/dvb/bt8xx.txt index ecb47adda..b7b1d1b1d 100644 --- a/linux/Documentation/dvb/bt8xx.txt +++ b/linux/Documentation/dvb/bt8xx.txt @@ -78,6 +78,18 @@ Example: For a full list of card ID's please see Documentation/video4linux/CARDLIST.bttv. In case of further problems please subscribe and send questions to the mailing list: linux-dvb@linuxtv.org. +2c) Probing the cards with broken PCI subsystem ID +-------------------------------------------------- +There are some TwinHan cards that the EEPROM has become corrupted for some +reason. The cards do not have correct PCI subsystem ID. But we can force +probing the cards with broken PCI subsystem ID + + $ echo 109e 0878 $subvendor $subdevice > \ + /sys/bus/pci/drivers/bt878/new_id + +109e: PCI_VENDOR_ID_BROOKTREE +0878: PCI_DEVICE_ID_BROOKTREE_878 + Authors: Richard Walker, Jamie Honan, Michael Hunold, |