diff options
author | Pojar George <geoubuntu@gmail.com> | 2014-02-07 21:56:17 +0400 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-03-11 18:40:31 +0400 |
commit | 493a9cfdb9f7bd576603d15778419dddd49994a2 (patch) | |
tree | 58d8701914d064b5d1c42c71b86d8c4af2d7da0b /drivers/media/pci/bt8xx/bttv.h | |
parent | e01c15dbbd8e4737743a29ff325fe54ff8680786 (diff) | |
download | linux-493a9cfdb9f7bd576603d15778419dddd49994a2.tar.xz |
[media] bttv: Add support for Kworld V-Stream Xpert TV PVR878
New board addition. No other changes.
[m.chehab@samsung.com: rebase patch and fix whitespace mangling]
Signed-off-by: Pojar George <geoubuntu@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'drivers/media/pci/bt8xx/bttv.h')
-rw-r--r-- | drivers/media/pci/bt8xx/bttv.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/pci/bt8xx/bttv.h b/drivers/media/pci/bt8xx/bttv.h index df578efe03c9..bb5da349a46e 100644 --- a/drivers/media/pci/bt8xx/bttv.h +++ b/drivers/media/pci/bt8xx/bttv.h @@ -188,6 +188,7 @@ #define BTTV_BOARD_ADLINK_MPG24 0xa2 #define BTTV_BOARD_BT848_CAP_14 0xa3 #define BTTV_BOARD_CYBERVISION_CV06 0xa4 +#define BTTV_BOARD_KWORLD_VSTREAM_XPERT 0xa5 /* more card-specific defines */ #define PT2254_L_CHANNEL 0x10 |