diff options
author | Martin Blumenstingl <martin.blumenstingl@googlemail.com> | 2012-10-04 19:22:54 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-10-25 15:25:16 +0200 |
commit | 890401364db1c521b0708ffb2468ec75e24de207 (patch) | |
tree | 43b26726d2ff0dcc5be2f4f14d30abe0f55c7526 /drivers/media/usb/em28xx/em28xx.h | |
parent | [media] Remove include/linux/dvb/ stuff (diff) | |
download | linux-890401364db1c521b0708ffb2468ec75e24de207.tar.xz linux-890401364db1c521b0708ffb2468ec75e24de207.zip |
[media] em28xx: Better support for the Terratec Cinergy HTC USB XS
This intializes the card just like the windows driver does
- the "HTC USB XS HD" uses the same firmware as the "HTC Stick HD";
- both have different GPIO and reg init sequences;
Tested only with DVB-C.
Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.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 8757523e6863..86e90d86da6d 100644 --- a/drivers/media/usb/em28xx/em28xx.h +++ b/drivers/media/usb/em28xx/em28xx.h @@ -128,6 +128,7 @@ #define EM2874_BOARD_MAXMEDIA_UB425_TC 84 #define EM2884_BOARD_PCTV_510E 85 #define EM2884_BOARD_PCTV_520E 86 +#define EM2884_BOARD_TERRATEC_HTC_USB_XS 87 /* Limits minimum and default number of buffers */ #define EM28XX_MIN_BUF 4 |