summaryrefslogtreecommitdiff
path: root/linux/drivers
diff options
context:
space:
mode:
authorHans Verkuil <hverkuil@xs4all.nl>2007-05-18 21:18:17 +0200
committerHans Verkuil <hverkuil@xs4all.nl>2007-05-18 21:18:17 +0200
commit959f6751c5ae7fef6940165071ef03a07ef9e731 (patch)
tree6ea2bb11bc5bd6dad60c4cc79fc608951b550771 /linux/drivers
parenta2caded8479fee8582e178cbd9785ebb44072e0f (diff)
downloadmediapointer-dvb-s2-959f6751c5ae7fef6940165071ef03a07ef9e731.tar.gz
mediapointer-dvb-s2-959f6751c5ae7fef6940165071ef03a07ef9e731.tar.bz2
Models 30012-30039 are for a low profile PVR250, not PVR150.
From: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Diffstat (limited to 'linux/drivers')
-rw-r--r--linux/drivers/media/video/ivtv/ivtv-driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/video/ivtv/ivtv-driver.c b/linux/drivers/media/video/ivtv/ivtv-driver.c
index e0f6d4363..14dc4bca0 100644
--- a/linux/drivers/media/video/ivtv/ivtv-driver.c
+++ b/linux/drivers/media/video/ivtv/ivtv-driver.c
@@ -339,6 +339,7 @@ static void ivtv_process_eeprom(struct ivtv *itv)
/* In a few cases the PCI subsystem IDs do not correctly
identify the card. A better method is to check the
model number from the eeprom instead. */
+ case 30012 ... 30039: /* Low profile PVR250 */
case 32000 ... 32999:
case 48000 ... 48099: /* 48??? range are PVR250s with a cx23415 */
case 48400 ... 48599:
@@ -351,7 +352,6 @@ 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: