diff options
author | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-03-03 16:28:39 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-03-04 14:43:59 -0300 |
commit | 02bc1f5574e7324c03c49b3d2892e9e404d777be (patch) | |
tree | aff7ef1639517a687d4b12b189c1c7473aa6228b /drivers/media/usb/em28xx/em28xx.h | |
parent | 6cff36b23b66f437be904407601117fc74071db3 (diff) | |
download | talos-op-linux-02bc1f5574e7324c03c49b3d2892e9e404d777be.tar.gz talos-op-linux-02bc1f5574e7324c03c49b3d2892e9e404d777be.zip |
[media] em28xx: add support for Kworld UB435-Q version 3
This device is close to Kworld UB435-Q, but it uses a different
tuner. Add support for it.
Tested with both 8VSB and 256QAM modulations.
Signed-off-by: Mauro Carvalho Chehab <m.chehab@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 90e7cec389fb..3b08556376e3 100644 --- a/drivers/media/usb/em28xx/em28xx.h +++ b/drivers/media/usb/em28xx/em28xx.h @@ -138,6 +138,7 @@ #define EM2874_BOARD_KWORLD_UB435Q_V2 90 #define EM2765_BOARD_SPEEDLINK_VAD_LAPLACE 91 #define EM28178_BOARD_PCTV_461E 92 +#define EM2874_BOARD_KWORLD_UB435Q_V3 93 /* Limits minimum and default number of buffers */ #define EM28XX_MIN_BUF 4 |