aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/ivtv/ivtv-driver.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/ivtv/ivtv-driver.c')
-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: