diff options
author | Michael Krufky <devnull@localhost> | 2005-06-18 18:25:53 +0000 |
---|---|---|
committer | Michael Krufky <devnull@localhost> | 2005-06-18 18:25:53 +0000 |
commit | 2afbf3c9fb60097d679dcc5159e2fd7086331437 (patch) | |
tree | 51e8d7fe845333293f90ad674fe3220217ca292f /linux | |
parent | dda99ba2545bea60b80da3c5b3ae100df7be4645 (diff) | |
download | mediapointer-dvb-s2-2afbf3c9fb60097d679dcc5159e2fd7086331437.tar.gz mediapointer-dvb-s2-2afbf3c9fb60097d679dcc5159e2fd7086331437.tar.bz2 |
Remove CABLE type setting from DViCO FusionHDTV3 Gold-T
Diffstat (limited to 'linux')
-rw-r--r-- | linux/drivers/media/video/cx88/cx88-cards.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/linux/drivers/media/video/cx88/cx88-cards.c b/linux/drivers/media/video/cx88/cx88-cards.c index bf12e1b41..6a26de5fd 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.78 2005/06/17 18:46:23 mkrufky Exp $ + * $Id: cx88-cards.c,v 1.79 2005/06/18 18:25:53 mkrufky Exp $ * * device driver for Conexant 2388x based TV cards * card-specific stuff. @@ -712,10 +712,6 @@ struct cx88_board cx88_boards[] = { .vmux = 0, .gpio0 = 0x0f0d, },{ - .type = CX88_VMUX_CABLE, - .vmux = 0, - .gpio0 = 0x0f05, - },{ .type = CX88_VMUX_COMPOSITE1, .vmux = 1, .gpio0 = 0x0f00, |