Skip to content

Commit

Permalink
V4L/DVB (5671): Autodetect new PVR150 low profile cards.
Browse files Browse the repository at this point in the history
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
  • Loading branch information
Hans Verkuil authored and Mauro Carvalho Chehab committed Jul 18, 2007
1 parent f72ce64 commit e80666b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/media/video/ivtv/ivtv-driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,7 @@ static void ivtv_process_eeprom(struct ivtv *itv)
case 23000 ... 23999: /* PVR500 */
case 25000 ... 25999: /* Low profile PVR150 */
case 26000 ... 26999: /* Regular PVR150 */
case 30012 ... 30039: /* Low profile PVR150 */
itv->card = ivtv_get_card(IVTV_CARD_PVR_150);
break;
case 0:
Expand Down

0 comments on commit e80666b

Please sign in to comment.