summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Walls <awalls@radix.net>2009-07-05 20:13:56 +0200
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-09-12 17:17:28 +0200
commit3bd10fc9f53fffe5913619733d7b1707a06899cf (patch)
treec9659ea8d79550342f9ec0c0d2699c2883ea2f8f
parentV4L/DVB (12209): ivtv: Add card entry for AVerMedia UltraTV 1500 MCE (M113 va... (diff)
downloadlinux-3bd10fc9f53fffe5913619733d7b1707a06899cf.tar.xz
linux-3bd10fc9f53fffe5913619733d7b1707a06899cf.zip
V4L/DVB (12210): ivtv: Fix automatic detection of AVerMedia UltraTV 1500MCE.
My initial change left the AVerMedia UtlraTV 1500MCE card entry out of the list of cards to check during the probe. This change adds it to the ivtv_card_list[]. Signed-off-by: Andy Walls <awalls@radix.net> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
-rw-r--r--drivers/media/video/ivtv/ivtv-cards.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/ivtv/ivtv-cards.c b/drivers/media/video/ivtv/ivtv-cards.c
index 553a314fa436..40c29032f292 100644
--- a/drivers/media/video/ivtv/ivtv-cards.c
+++ b/drivers/media/video/ivtv/ivtv-cards.c
@@ -1224,6 +1224,7 @@ static const struct ivtv_card *ivtv_card_list[] = {
&ivtv_card_aver_ezmaker,
&ivtv_card_aver_m104,
&ivtv_card_buffalo,
+ &ivtv_card_aver_ultra1500mce,
/* Variations of standard cards but with the same PCI IDs.
These cards must come last in this list. */