I just noticed that the eMPIA hardware specification from
02/01/2004 says that the em2840 supports VBI, too.

I don't have this device, so this patch is compilation tested only !

Signed-off-by: Frank Schäfer <fschaefer....@googlemail.com>
---
 drivers/media/usb/em28xx/em28xx-core.c |    3 ++-
 1 Datei geändert, 2 Zeilen hinzugefügt(+), 1 Zeile entfernt(-)

diff --git a/drivers/media/usb/em28xx/em28xx-core.c 
b/drivers/media/usb/em28xx/em28xx-core.c
index c78d38b..2a9b94f 100644
--- a/drivers/media/usb/em28xx/em28xx-core.c
+++ b/drivers/media/usb/em28xx/em28xx-core.c
@@ -678,7 +678,8 @@ int em28xx_vbi_supported(struct em28xx *dev)
        if (disable_vbi == 1)
                return 0;
 
-       if (dev->chip_id == CHIP_ID_EM2860 ||
+       if (dev->chip_id == CHIP_ID_EM2840 ||
+           dev->chip_id == CHIP_ID_EM2860 ||
            dev->chip_id == CHIP_ID_EM2883)
                return 1;
 
-- 
1.7.10.4

--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to