diff options
author | Douglas Schilling Landgraf <dougsland@redhat.com> | 2008-12-27 19:39:35 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-12-30 06:40:10 -0500 |
commit | 5609cfd23233617858d03fab537bc120f7f6fa7f (patch) | |
tree | 263385052ba101632f8bc0da9d670443a9e2b339 /drivers/media/video | |
parent | 1e1addd57bdf56c51dbc292d7760ea3d207fe833 (diff) |
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>
Diffstat (limited to 'drivers/media/video')
-rw-r--r-- | drivers/media/video/em28xx/em28xx-cards.c | 1 |
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[] = { | |||
966 | }, | 966 | }, |
967 | [EM2820_BOARD_PROLINK_PLAYTV_USB2] = { | 967 | [EM2820_BOARD_PROLINK_PLAYTV_USB2] = { |
968 | .name = "Pixelview Prolink PlayTV USB 2.0", | 968 | .name = "Pixelview Prolink PlayTV USB 2.0", |
969 | .has_snapshot_button = 1, | ||
969 | .tda9887_conf = TDA9887_PRESENT, | 970 | .tda9887_conf = TDA9887_PRESENT, |
970 | .tuner_type = TUNER_YMEC_TVF_5533MF, | 971 | .tuner_type = TUNER_YMEC_TVF_5533MF, |
971 | .decoder = EM28XX_SAA711X, | 972 | .decoder = EM28XX_SAA711X, |