summaryrefslogtreecommitdiff
path: root/linux
diff options
context:
space:
mode:
authorHans Verkuil <hverkuil@xs4all.nl>2007-05-17 11:52:32 +0200
committerHans Verkuil <hverkuil@xs4all.nl>2007-05-17 11:52:32 +0200
commit6177f63f02997cea4023c9de58370ae85dd0a51a (patch)
tree156e04c849f21489367a939821ae651a5e40faf4 /linux
parent2392009ea8bfdab6078943ca39f6a5223e557f18 (diff)
downloadmediapointer-dvb-s2-6177f63f02997cea4023c9de58370ae85dd0a51a.tar.gz
mediapointer-dvb-s2-6177f63f02997cea4023c9de58370ae85dd0a51a.tar.bz2
Autodetect new PVR150 low profile cards.
From: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Diffstat (limited to 'linux')
-rw-r--r--linux/drivers/media/video/ivtv/ivtv-driver.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/drivers/media/video/ivtv/ivtv-driver.c b/linux/drivers/media/video/ivtv/ivtv-driver.c
index 8fbc34db5..e0f6d4363 100644
--- a/linux/drivers/media/video/ivtv/ivtv-driver.c
+++ b/linux/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: