aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media
diff options
context:
space:
mode:
authorHans Verkuil <hverkuil@xs4all.nl>2007-05-17 05:52:32 -0400
committerMauro Carvalho Chehab <mchehab@infradead.org>2007-07-18 13:23:31 -0400
commite80666b87b7f832cad7f824c4ec5799b1c99fa5e (patch)
tree59d5701887114d00a019b28b0b0ca5085212284d /drivers/media
parentf72ce644479fc06774367ed3c80d0f94e54d938b (diff)
V4L/DVB (5671): Autodetect new PVR150 low profile cards.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media')
-rw-r--r--drivers/media/video/ivtv/ivtv-driver.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/ivtv/ivtv-driver.c b/drivers/media/video/ivtv/ivtv-driver.c
index efc66355339a..5e07ce362414 100644
--- a/drivers/media/video/ivtv/ivtv-driver.c
+++ b/drivers/media/video/ivtv/ivtv-driver.c
@@ -351,6 +351,7 @@ static void ivtv_process_eeprom(struct ivtv *itv)
351 case 23000 ... 23999: /* PVR500 */ 351 case 23000 ... 23999: /* PVR500 */
352 case 25000 ... 25999: /* Low profile PVR150 */ 352 case 25000 ... 25999: /* Low profile PVR150 */
353 case 26000 ... 26999: /* Regular PVR150 */ 353 case 26000 ... 26999: /* Regular PVR150 */
354 case 30012 ... 30039: /* Low profile PVR150 */
354 itv->card = ivtv_get_card(IVTV_CARD_PVR_150); 355 itv->card = ivtv_get_card(IVTV_CARD_PVR_150);
355 break; 356 break;
356 case 0: 357 case 0: