From 0fba254efcce7b7cd3c9a218ed1b0c3114f114c3 Mon Sep 17 00:00:00 2001 From: Steven Toth Date: Fri, 29 Sep 2006 22:37:07 -0300 Subject: [PATCH] --- yaml --- r: 38273 b: refs/heads/master c: 3979ecc7324973cf90d8ea4a2ba3fe79c7150d56 h: refs/heads/master i: 38271: 5d9bfea1220e7f6b13fb6959b93dc3c2d6d47186 v: v3 --- [refs] | 2 +- trunk/Documentation/video4linux/CARDLIST.cx88 | 2 +- trunk/drivers/media/video/cx88/cx88-cards.c | 4 ++++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index ed733d54c868..697c7a834d75 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: de98cdaf7ead419fe8b0a0a636ffb175489958fe +refs/heads/master: 3979ecc7324973cf90d8ea4a2ba3fe79c7150d56 diff --git a/trunk/Documentation/video4linux/CARDLIST.cx88 b/trunk/Documentation/video4linux/CARDLIST.cx88 index 9d5dbc1981f3..126e59d935cd 100644 --- a/trunk/Documentation/video4linux/CARDLIST.cx88 +++ b/trunk/Documentation/video4linux/CARDLIST.cx88 @@ -16,7 +16,7 @@ 15 -> DViCO FusionHDTV DVB-T1 [18ac:db00] 16 -> KWorld LTV883RF 17 -> DViCO FusionHDTV 3 Gold-Q [18ac:d810,18ac:d800] - 18 -> Hauppauge Nova-T DVB-T [0070:9002,0070:9001] + 18 -> Hauppauge Nova-T DVB-T [0070:9002,0070:9001,0070:9000] 19 -> Conexant DVB-T reference design [14f1:0187] 20 -> Provideo PV259 [1540:2580] 21 -> DViCO FusionHDTV DVB-T Plus [18ac:db10,18ac:db11] diff --git a/trunk/drivers/media/video/cx88/cx88-cards.c b/trunk/drivers/media/video/cx88/cx88-cards.c index f3e11cbca45c..af71d4225c76 100644 --- a/trunk/drivers/media/video/cx88/cx88-cards.c +++ b/trunk/drivers/media/video/cx88/cx88-cards.c @@ -1586,6 +1586,10 @@ struct cx88_subid cx88_subids[] = { .subvendor = 0x12ab, .subdevice = 0x2300, /* Club3D Zap TV2100 */ .card = CX88_BOARD_KWORLD_DVB_T_CX22702, + },{ + .subvendor = 0x0070, + .subdevice = 0x9000, + .card = CX88_BOARD_HAUPPAUGE_DVB_T1, }, }; const unsigned int cx88_idcount = ARRAY_SIZE(cx88_subids);