aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDouglas Schilling Landgraf <dougsland@redhat.com>2008-12-27 21:39:35 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2008-12-30 09:40:10 -0200
commit5609cfd23233617858d03fab537bc120f7f6fa7f (patch)
tree263385052ba101632f8bc0da9d670443a9e2b339
parentV4L/DVB (10055): em28xx: Add entry for PixelView PlayTV Box 4 (diff)
downloadlinux-dev-5609cfd23233617858d03fab537bc120f7f6fa7f.tar.xz
linux-dev-5609cfd23233617858d03fab537bc120f7f6fa7f.zip
V4L/DVB (10056): em28xx: Add snapshot button on Pixelview Prolink PlayTV USB 2.0
Added snapshot feature for Pixelview Prolink PlayTV USB 2.0 Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
-rw-r--r--drivers/media/video/em28xx/em28xx-cards.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/em28xx/em28xx-cards.c b/drivers/media/video/em28xx/em28xx-cards.c
index 0acab0d3c00b..11ce63578e9b 100644
--- a/drivers/media/video/em28xx/em28xx-cards.c
+++ b/drivers/media/video/em28xx/em28xx-cards.c
@@ -966,6 +966,7 @@ struct em28xx_board em28xx_boards[] = {
},
[EM2820_BOARD_PROLINK_PLAYTV_USB2] = {
.name = "Pixelview Prolink PlayTV USB 2.0",
+ .has_snapshot_button = 1,
.tda9887_conf = TDA9887_PRESENT,
.tuner_type = TUNER_YMEC_TVF_5533MF,
.decoder = EM28XX_SAA711X,