diff options
author | Vlastimil Labsky <vlasta.labsky@gmail.com> | 2009-08-10 21:15:54 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-09-12 11:18:50 -0400 |
commit | 4d14c833c0d5f926721da1e0b07287ab8b64f0ba (patch) | |
tree | c0c12a228ec45ce9ad2fd7b08daa99649cb5a92c /drivers/media/video/cx88/cx88-dvb.c | |
parent | bd0eb12f61fef7f500e374b8d5068e7556f61901 (diff) |
V4L/DVB (12439): cx88: add support for WinFast DTV2000H rev. J
I updated and simplyfied patch from Zbynek Hrabovsky for recent kernel.
It enables autodetection of card, sound in analog TV , sound in FM radio
and switching between antenna and cable RF input. Radio tuner still
doesn't work, I don't even know how it works. Some guys wrote me that FM
radio works with TV tuner used instead of radio part (symlink video0 ->
radio0).
Cc: Gerd Knorr <kraxel@bytesex.org>
Signed-off-by: Vlastimil Labsky <vlasta.labsky@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/cx88/cx88-dvb.c')
-rw-r--r-- | drivers/media/video/cx88/cx88-dvb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/cx88/cx88-dvb.c b/drivers/media/video/cx88/cx88-dvb.c index e237b507659b..1203e8d2c31e 100644 --- a/drivers/media/video/cx88/cx88-dvb.c +++ b/drivers/media/video/cx88/cx88-dvb.c | |||
@@ -696,6 +696,7 @@ static int dvb_register(struct cx8802_dev *dev) | |||
696 | } | 696 | } |
697 | break; | 697 | break; |
698 | case CX88_BOARD_WINFAST_DTV2000H: | 698 | case CX88_BOARD_WINFAST_DTV2000H: |
699 | case CX88_BOARD_WINFAST_DTV2000H_J: | ||
699 | case CX88_BOARD_HAUPPAUGE_HVR1100: | 700 | case CX88_BOARD_HAUPPAUGE_HVR1100: |
700 | case CX88_BOARD_HAUPPAUGE_HVR1100LP: | 701 | case CX88_BOARD_HAUPPAUGE_HVR1100LP: |
701 | case CX88_BOARD_HAUPPAUGE_HVR1300: | 702 | case CX88_BOARD_HAUPPAUGE_HVR1300: |