]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
V4L/DVB (5674): Models 30012-30039 are for a low profile PVR250, not PVR150.
authorHans Verkuil <hverkuil@xs4all.nl>
Fri, 18 May 2007 19:18:17 +0000 (16:18 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Wed, 18 Jul 2007 17:23:32 +0000 (14:23 -0300)
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/video/ivtv/ivtv-driver.c

index 5e07ce362414fbd7d87bcfd0abd4923a86bd8629..67d9a8f6195722edee27147ea7a1bbfbb5b8d994 100644 (file)
@@ -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: