diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-09-10 16:29:14 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-12-29 05:16:26 -0500 |
commit | ca3dfd6a6f8364c1d51e548adb4564702f1141e9 (patch) | |
tree | d34f71a5bcc6eb2ab55c73c6486834ccef3cecf4 /drivers/media/video/em28xx/em28xx.h | |
parent | 3a509bb11acded0dfebbfcc740d85e0774b0769a (diff) |
[media] em28xx: Add support for Leadership ISDB-T
This device uses an em2874B + Sharp 921 One Seg frontend.
Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com>
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 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/video/em28xx/em28xx.h b/drivers/media/video/em28xx/em28xx.h index 6a75e6a4fc21..6a48043a7b92 100644 --- a/drivers/media/video/em28xx/em28xx.h +++ b/drivers/media/video/em28xx/em28xx.h | |||
@@ -117,6 +117,8 @@ | |||
117 | #define EM2800_BOARD_VC211A 74 | 117 | #define EM2800_BOARD_VC211A 74 |
118 | #define EM2882_BOARD_DIKOM_DK300 75 | 118 | #define EM2882_BOARD_DIKOM_DK300 75 |
119 | #define EM2870_BOARD_KWORLD_A340 76 | 119 | #define EM2870_BOARD_KWORLD_A340 76 |
120 | #define EM2874_LEADERSHIP_ISDBT 77 | ||
121 | |||
120 | 122 | ||
121 | /* Limits minimum and default number of buffers */ | 123 | /* Limits minimum and default number of buffers */ |
122 | #define EM28XX_MIN_BUF 4 | 124 | #define EM28XX_MIN_BUF 4 |