diff options
author | Andy Walls <awalls@radix.net> | 2009-07-05 14:13:56 -0400 |
---|---|---|
committer | Andy Walls <awalls@radix.net> | 2009-07-05 14:13:56 -0400 |
commit | 33059960a17b83a720e88a4093d4fc40a1a307a4 (patch) | |
tree | 3b0b0ae03a81edee278836b4effe22aa5a442b56 | |
parent | a560be0d3b4e9eeb8ece7539da7d299d29e4b8d9 (diff) | |
download | mediapointer-dvb-s2-33059960a17b83a720e88a4093d4fc40a1a307a4.tar.gz mediapointer-dvb-s2-33059960a17b83a720e88a4093d4fc40a1a307a4.tar.bz2 |
ivtv: Fix automatic detection of AVerMedia UltraTV 1500MCE.
From: Andy Walls <awalls@radix.net>
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[].
Priority: normal
Signed-off-by: Andy Walls <awalls@radix.net>
-rw-r--r-- | linux/drivers/media/video/ivtv/ivtv-cards.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/drivers/media/video/ivtv/ivtv-cards.c b/linux/drivers/media/video/ivtv/ivtv-cards.c index 553a314fa..40c29032f 100644 --- a/linux/drivers/media/video/ivtv/ivtv-cards.c +++ b/linux/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. */ |