diff options
author | Matthieu Rogez <matthieu.rogez@gmail.com> | 2016-02-28 12:26:21 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2016-03-03 18:21:57 +0100 |
commit | dd837fb9a5092b10ebd75a1770257204ba20c872 (patch) | |
tree | 9f582664b595d2da8845668c744b9a339039d092 | |
parent | [media] saa7134: fix warning with !MEDIA_CONTROLLER (diff) | |
download | linux-dd837fb9a5092b10ebd75a1770257204ba20c872.tar.xz linux-dd837fb9a5092b10ebd75a1770257204ba20c872.zip |
[media] em28xx: add support for Terratec Grabby REC button
Terratec Grabby (hw rev 2) REC button uses the standard snapshot button
configuration.
Signed-off-by: Matthieu Rogez <matthieu.rogez@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
-rw-r--r-- | drivers/media/usb/em28xx/em28xx-cards.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/usb/em28xx/em28xx-cards.c b/drivers/media/usb/em28xx/em28xx-cards.c index 1f4047b3f3f7..4051146f7d13 100644 --- a/drivers/media/usb/em28xx/em28xx-cards.c +++ b/drivers/media/usb/em28xx/em28xx-cards.c @@ -2015,6 +2015,7 @@ struct em28xx_board em28xx_boards[] = { .vmux = SAA7115_SVIDEO3, .amux = EM28XX_AMUX_LINE_IN, } }, + .buttons = std_snapshot_button, }, [EM2860_BOARD_TERRATEC_AV350] = { .name = "Terratec AV350", |