diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2008-05-25 13:45:53 +0200 |
---|---|---|
committer | Hans Verkuil <hverkuil@xs4all.nl> | 2008-05-25 13:45:53 +0200 |
commit | 6fa059b0f9909d34de8174b9507a2e681f2c9e79 (patch) | |
tree | d77e7479df209f41b6e6fd3d8fe89a0af35f1dcb /linux/drivers/media/video | |
parent | c0e7a5ba340f87882f15512ef527337f00de4df7 (diff) | |
download | mediapointer-dvb-s2-6fa059b0f9909d34de8174b9507a2e681f2c9e79.tar.gz mediapointer-dvb-s2-6fa059b0f9909d34de8174b9507a2e681f2c9e79.tar.bz2 |
cx18: mark Compro H900 as fully supported.
From: Hans Verkuil <hverkuil@xs4all.nl>
I always assumed that the Compro H900 could do digital as well,
but it turned out that it is an analog-only card.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Diffstat (limited to 'linux/drivers/media/video')
-rw-r--r-- | linux/drivers/media/video/cx18/cx18-cards.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/drivers/media/video/cx18/cx18-cards.c b/linux/drivers/media/video/cx18/cx18-cards.c index 553adbf2c..baccd0792 100644 --- a/linux/drivers/media/video/cx18/cx18-cards.c +++ b/linux/drivers/media/video/cx18/cx18-cards.c @@ -126,7 +126,7 @@ static const struct cx18_card cx18_card_hvr1600_samsung = { /* ------------------------------------------------------------------------- */ -/* Compro VideoMate H900: not working at the moment! */ +/* Compro VideoMate H900: note that this card is analog only! */ static const struct cx18_card_pci_info cx18_pci_h900[] = { { PCI_DEVICE_ID_CX23418, CX18_PCI_ID_COMPRO, 0xe100 }, @@ -136,7 +136,7 @@ static const struct cx18_card_pci_info cx18_pci_h900[] = { static const struct cx18_card cx18_card_h900 = { .type = CX18_CARD_COMPRO_H900, .name = "Compro VideoMate H900", - .comment = "DVB & VBI are not yet supported\n", + .comment = "VBI is not yet supported\n", .v4l2_capabilities = CX18_CAP_ENCODER, .hw_audio_ctrl = CX18_HW_CX23418, .hw_all = CX18_HW_TUNER, |