diff options
author | Antti Palosaari <crope@iki.fi> | 2009-09-15 14:42:13 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-09-19 00:15:32 -0300 |
commit | 285eb1a40242adb3feaf9c73d352cbfeee1bea1c (patch) | |
tree | b1ccc7c1c95f084016e3b9166c2defb90f9af7ff /drivers/media/video/em28xx/em28xx.h | |
parent | e558170a91677d3065be3922bb4467d8969d875c (diff) | |
download | op-kernel-dev-285eb1a40242adb3feaf9c73d352cbfeee1bea1c.zip op-kernel-dev-285eb1a40242adb3feaf9c73d352cbfeee1bea1c.tar.gz |
V4L/DVB (12951): em28xx: add Reddo DVB-C USB TV Box
Support for Reddo DVB-C USB TV Box device. Remote is not working yet.
Thanks to Benjamin Larsson <banan@ludd.ltu.se>
Cc: Benjamin Larsson <banan@ludd.ltu.se>
Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/em28xx/em28xx.h')
-rw-r--r-- | drivers/media/video/em28xx/em28xx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/em28xx/em28xx.h b/drivers/media/video/em28xx/em28xx.h index b4a6e07..0a73e8b 100644 --- a/drivers/media/video/em28xx/em28xx.h +++ b/drivers/media/video/em28xx/em28xx.h @@ -109,6 +109,7 @@ #define EM2882_BOARD_EVGA_INDTUBE 70 #define EM2820_BOARD_SILVERCREST_WEBCAM 71 #define EM2861_BOARD_GADMEI_UTV330PLUS 72 +#define EM2870_BOARD_REDDO_DVB_C_USB_BOX 73 /* Limits minimum and default number of buffers */ #define EM28XX_MIN_BUF 4 |