From 901ff01dfdc4b0e1e029fb7f8943d0ddbb093aa7 Mon Sep 17 00:00:00 2001 From: Gerd Knorr Date: Mon, 20 Sep 2004 11:53:23 +0000 Subject: - cx88: add Provideo PV259 by Steven Myers. --- linux/drivers/media/video/cx88/cx88-cards.c | 15 ++++++++++++++- linux/drivers/media/video/cx88/cx88.h | 3 ++- 2 files changed, 16 insertions(+), 2 deletions(-) (limited to 'linux/drivers/media/video/cx88') diff --git a/linux/drivers/media/video/cx88/cx88-cards.c b/linux/drivers/media/video/cx88/cx88-cards.c index ea8c9466a..a1f61eb8f 100644 --- a/linux/drivers/media/video/cx88/cx88-cards.c +++ b/linux/drivers/media/video/cx88/cx88-cards.c @@ -1,5 +1,5 @@ /* - * $Id: cx88-cards.c,v 1.38 2004/09/20 11:39:43 kraxel Exp $ + * $Id: cx88-cards.c,v 1.39 2004/09/20 11:53:23 kraxel Exp $ * * device driver for Conexant 2388x based TV cards * card-specific stuff. @@ -411,6 +411,15 @@ struct cx88_board cx88_boards[] = { }}, .dvb = 1, }, + [CX88_BOARD_PROVIDEO_PV259] = { + .name = "Provideo PV259", + .tuner_type = TUNER_PHILIPS_FQ1216ME, + .input = {{ + .type = CX88_VMUX_TELEVISION, + .vmux = 0, + }}, + .blackbird = 1, + }, }; const unsigned int cx88_bcount = ARRAY_SIZE(cx88_boards); @@ -494,6 +503,10 @@ struct cx88_subid cx88_subids[] = { .subvendor = 0x14f1, .subdevice = 0x0187, .card = CX88_BOARD_CONEXANT_DVB_T1, + },{ + .subvendor = 0x1540, + .subdevice = 0x2580, + .card = CX88_BOARD_PROVIDEO_PV259, } }; const unsigned int cx88_idcount = ARRAY_SIZE(cx88_subids); diff --git a/linux/drivers/media/video/cx88/cx88.h b/linux/drivers/media/video/cx88/cx88.h index 8df208c55..d20a2b44f 100644 --- a/linux/drivers/media/video/cx88/cx88.h +++ b/linux/drivers/media/video/cx88/cx88.h @@ -1,5 +1,5 @@ /* - * $Id: cx88.h,v 1.33 2004/09/17 11:49:52 kraxel Exp $ + * $Id: cx88.h,v 1.34 2004/09/20 11:53:23 kraxel Exp $ * * v4l2 device driver for cx2388x based TV cards * @@ -173,6 +173,7 @@ extern struct sram_channel cx88_sram_channels[]; #define CX88_BOARD_DVICO_FUSIONHDTV_3_GOLD 17 #define CX88_BOARD_HAUPPAUGE_DVB_T1 18 #define CX88_BOARD_CONEXANT_DVB_T1 19 +#define CX88_BOARD_PROVIDEO_PV259 20 enum cx88_itype { CX88_VMUX_COMPOSITE1 = 1, -- cgit v1.2.3