summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/em28xx
diff options
context:
space:
mode:
authorDouglas Schilling Landgraf <dougsland@redhat.com>2008-12-27 22:39:35 -0200
committerDouglas Schilling Landgraf <dougsland@redhat.com>2008-12-27 22:39:35 -0200
commit975cc95f066211fa3f9bd4dd089e84f02926db4d (patch)
treef402f12847f29eebfaf7cd61fe72a3567290a9f2 /linux/drivers/media/video/em28xx
parent2fce60b794e95c209f73647f95a0bd5dc1f4f2b1 (diff)
downloadmediapointer-dvb-s2-975cc95f066211fa3f9bd4dd089e84f02926db4d.tar.gz
mediapointer-dvb-s2-975cc95f066211fa3f9bd4dd089e84f02926db4d.tar.bz2
em28xx: Add snapshot feature for Pixelview Prolink PlayTV USB 2.0
From: Douglas Schilling Landgraf <dougsland@redhat.com> Added snapshot feature for Pixelview Prolink PlayTV USB 2.0 Priority: normal Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com>
Diffstat (limited to 'linux/drivers/media/video/em28xx')
-rw-r--r--linux/drivers/media/video/em28xx/em28xx-cards.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/drivers/media/video/em28xx/em28xx-cards.c b/linux/drivers/media/video/em28xx/em28xx-cards.c
index 210d60ba4..3ce87135b 100644
--- a/linux/drivers/media/video/em28xx/em28xx-cards.c
+++ b/linux/drivers/media/video/em28xx/em28xx-cards.c
@@ -998,6 +998,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,