diff options
author | Gerd Knorr <devnull@localhost> | 2005-02-16 13:11:55 +0000 |
---|---|---|
committer | Gerd Knorr <devnull@localhost> | 2005-02-16 13:11:55 +0000 |
commit | 95840cd6d7c62cbfcfeb413c75c0b7364ae03667 (patch) | |
tree | dca02285a9cad9bb00212c0536885d98897efc4d /linux/drivers/media/video/cx88/cx88.h | |
parent | e9ba68260349b4194b73b4f9871c7d285bd6a273 (diff) | |
download | mediapointer-dvb-s2-95840cd6d7c62cbfcfeb413c75c0b7364ae03667.tar.gz mediapointer-dvb-s2-95840cd6d7c62cbfcfeb413c75c0b7364ae03667.tar.bz2 |
- move some bits from cx88-input to ir-common.
- blackbird fixes, add new blackbird card.
Diffstat (limited to 'linux/drivers/media/video/cx88/cx88.h')
-rw-r--r-- | linux/drivers/media/video/cx88/cx88.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linux/drivers/media/video/cx88/cx88.h b/linux/drivers/media/video/cx88/cx88.h index 0e0cdc380..de7547b17 100644 --- a/linux/drivers/media/video/cx88/cx88.h +++ b/linux/drivers/media/video/cx88/cx88.h @@ -1,5 +1,5 @@ /* - * $Id: cx88.h,v 1.52 2005/02/14 16:30:26 kraxel Exp $ + * $Id: cx88.h,v 1.53 2005/02/16 13:11:55 kraxel Exp $ * * v4l2 device driver for cx2388x based TV cards * @@ -161,6 +161,7 @@ extern struct sram_channel cx88_sram_channels[]; #define CX88_BOARD_PCHDTV_HD3000 22 #define CX88_BOARD_DNTV_LIVE_DVB_T 23 #define CX88_BOARD_HAUPPAUGE_ROSLYN 24 +#define CX88_BOARD_DIGITALLOGIC_MEC 25 enum cx88_itype { CX88_VMUX_COMPOSITE1 = 1, |