Commit e80666b8 authored by Hans Verkuil's avatar Hans Verkuil Committed by Mauro Carvalho Chehab

V4L/DVB (5671): Autodetect new PVR150 low profile cards.

Signed-off-by: default avatarHans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent f72ce644
...@@ -351,6 +351,7 @@ static void ivtv_process_eeprom(struct ivtv *itv) ...@@ -351,6 +351,7 @@ static void ivtv_process_eeprom(struct ivtv *itv)
case 23000 ... 23999: /* PVR500 */ case 23000 ... 23999: /* PVR500 */
case 25000 ... 25999: /* Low profile PVR150 */ case 25000 ... 25999: /* Low profile PVR150 */
case 26000 ... 26999: /* Regular PVR150 */ case 26000 ... 26999: /* Regular PVR150 */
case 30012 ... 30039: /* Low profile PVR150 */
itv->card = ivtv_get_card(IVTV_CARD_PVR_150); itv->card = ivtv_get_card(IVTV_CARD_PVR_150);
break; break;
case 0: case 0:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment