Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1345221
| From | Matthieu Rogez <matthieu.rogez@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 1/3] [media] em28xx: add support for Terratec Grabby REC button |
| Date | 2016-02-28 12:30 +0100 |
| Message-ID | <r77HX-1y3-3@gated-at.bofh.it> (permalink) |
| References | <r77HX-1y3-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Terratec Grabby (hw rev 2) REC button uses the standard snapshot button
configuration.
Signed-off-by: Matthieu Rogez <matthieu.rogez@gmail.com>
---
drivers/media/usb/em28xx/em28xx-cards.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/media/usb/em28xx/em28xx-cards.c b/drivers/media/usb/em28xx/em28xx-cards.c
index 1f4047b..4051146 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",
--
2.7.1
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Improve Terratec Grabby (hw rev 2) support Matthieu Rogez <matthieu.rogez@gmail.com> - 2016-02-28 12:30 +0100
[PATCH 1/3] [media] em28xx: add support for Terratec Grabby REC button Matthieu Rogez <matthieu.rogez@gmail.com> - 2016-02-28 12:30 +0100
[PATCH 2/3] [media] em28xx: add support for Terratec Grabby Record led Matthieu Rogez <matthieu.rogez@gmail.com> - 2016-02-28 12:30 +0100
[PATCH 3/3] [media] em28xx: fix Terratec Grabby AC97 codec detection Matthieu Rogez <matthieu.rogez@gmail.com> - 2016-02-28 12:30 +0100
Re: [PATCH 3/3] [media] em28xx: fix Terratec Grabby AC97 codec detection Mauro Carvalho Chehab <mchehab@osg.samsung.com> - 2016-03-03 18:30 +0100
csiph-web