aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Verkuil <hverkuil@xs4all.nl>2007-05-17 06:52:32 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2007-07-18 14:23:31 -0300
commite80666b87b7f832cad7f824c4ec5799b1c99fa5e (patch)
tree59d5701887114d00a019b28b0b0ca5085212284d
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>
-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 efc66355339..5e07ce36241 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)
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: