From f11e657a187150bd768622187971fe3c73b2d642 Mon Sep 17 00:00:00 2001 From: Clemens Ladisch Date: Mon, 13 Mar 2006 10:36:44 +0100 Subject: [PATCH] --- yaml --- r: 22771 b: refs/heads/master c: 0110f50b6eb7a833f0e1e4e9a58d04a03d58939c h: refs/heads/master i: 22769: 7a6685375f6f2a3adef48d416d90fb848732a6d6 22767: e867003dd3af9913b38dab3dd4a9fd76c4cd4e09 v: v3 --- [refs] | 2 +- trunk/sound/pci/bt87x.c | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index c7187e708963..c2be9f1fd0e5 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 318d27f8b424ec9e025aafe4bffa00aab5993f2f +refs/heads/master: 0110f50b6eb7a833f0e1e4e9a58d04a03d58939c diff --git a/trunk/sound/pci/bt87x.c b/trunk/sound/pci/bt87x.c index 7f1a19c13f10..7b44a8db033d 100644 --- a/trunk/sound/pci/bt87x.c +++ b/trunk/sound/pci/bt87x.c @@ -795,12 +795,15 @@ static struct { unsigned short subvendor, subdevice; } blacklist[] __devinitdata = { {0x0071, 0x0101}, /* Nebula Electronics DigiTV */ + {0x11bd, 0x001c}, /* Pinnacle PCTV Sat */ {0x11bd, 0x0026}, /* Pinnacle PCTV SAT CI */ {0x1461, 0x0761}, /* AVermedia AverTV DVB-T */ {0x1461, 0x0771}, /* AVermedia DVB-T 771 */ {0x1822, 0x0001}, /* Twinhan VisionPlus DVB-T */ + {0x18ac, 0xd500}, /* DVICO FusionHDTV 5 Lite */ {0x18ac, 0xdb10}, /* DVICO FusionHDTV DVB-T Lite */ {0x270f, 0xfc00}, /* Chaintech Digitop DST-1000 DVB-S */ + {0x7063, 0x2000}, /* pcHDTV HD-2000 TV */ }; static struct pci_driver driver;