Skip to content

Commit

Permalink
V4L/DVB (12210): ivtv: Fix automatic detection of AVerMedia UltraTV 1…
Browse files Browse the repository at this point in the history
…500MCE.

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>
  • Loading branch information
Andy Walls authored and Mauro Carvalho Chehab committed Sep 12, 2009
1 parent 5036459 commit 3bd10fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/media/video/ivtv/ivtv-cards.c
Original file line number Diff line number Diff line change
Expand Up @@ -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. */
Expand Down

0 comments on commit 3bd10fc

Please sign in to comment.