diff options
author | Olli Salonen <olli.salonen@iki.fi> | 2014-11-24 01:57:34 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2014-11-25 06:13:10 -0500 |
commit | fc30dd7647e502b757c47c2a1b7163face9e0272 (patch) | |
tree | 755d1568c996f88c44303195d1477e9f21c9fdae /drivers/media/usb/em28xx/em28xx.h | |
parent | 073f38494ab9bad6edf589c74a1f09c358c5068c (diff) |
[media] em28xx: Add support for Terratec Cinergy T2 Stick HD
Terratec Cinergy T2 Stick HD [eb1a:8179] is a USB DVB-T/T2/C tuner that
contains following components:
* Empia EM28178 USB bridge
* Silicon Labs Si2168-A30 demodulator
* Silicon Labs Si2146-A10 tuner
I don't have the remote, so the RC_MAP is a best guess based on the pictures of
the remote controllers and other supported Terratec devices with a similar
remote.
[Antti: Resolved conflict caused by Leadtek VC100 patch]
Signed-off-by: Olli Salonen <olli.salonen@iki.fi>
Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/usb/em28xx/em28xx.h')
-rw-r--r-- | drivers/media/usb/em28xx/em28xx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/usb/em28xx/em28xx.h b/drivers/media/usb/em28xx/em28xx.h index 05e7f7c77ea1..8c970be8ad33 100644 --- a/drivers/media/usb/em28xx/em28xx.h +++ b/drivers/media/usb/em28xx/em28xx.h | |||
@@ -142,6 +142,7 @@ | |||
142 | #define EM2874_BOARD_KWORLD_UB435Q_V3 93 | 142 | #define EM2874_BOARD_KWORLD_UB435Q_V3 93 |
143 | #define EM28178_BOARD_PCTV_292E 94 | 143 | #define EM28178_BOARD_PCTV_292E 94 |
144 | #define EM2861_BOARD_LEADTEK_VC100 95 | 144 | #define EM2861_BOARD_LEADTEK_VC100 95 |
145 | #define EM28178_BOARD_TERRATEC_T2_STICK_HD 96 | ||
145 | 146 | ||
146 | /* Limits minimum and default number of buffers */ | 147 | /* Limits minimum and default number of buffers */ |
147 | #define EM28XX_MIN_BUF 4 | 148 | #define EM28XX_MIN_BUF 4 |