diff options
author | Gerd Knorr <devnull@localhost> | 2004-05-25 09:27:51 +0000 |
---|---|---|
committer | Gerd Knorr <devnull@localhost> | 2004-05-25 09:27:51 +0000 |
commit | d84c0e5fbf5fe6aab329a6db23bc875d86c8ae4a (patch) | |
tree | f390a2149a195d50bb38c8141b02b5e08b020e55 /linux/drivers/media/video/cx88/cx88.h | |
parent | 69cd64171bc82d6a825732217dde776d136fe8f9 (diff) | |
download | mediapointer-dvb-s2-d84c0e5fbf5fe6aab329a6db23bc875d86c8ae4a.tar.gz mediapointer-dvb-s2-d84c0e5fbf5fe6aab329a6db23bc875d86c8ae4a.tar.bz2 |
- cx88: added Prolink PlayTV PVR by Matheus Izvekov.
- cx88: kill temporary oops debug code.
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 9a94a566e..35750ce23 100644 --- a/linux/drivers/media/video/cx88/cx88.h +++ b/linux/drivers/media/video/cx88/cx88.h @@ -141,7 +141,8 @@ extern struct sram_channel cx88_sram_channels[]; #define CX88_BOARD_MSI_TVANYWHERE 7 #define CX88_BOARD_WINFAST_DV2000 8 #define CX88_BOARD_LEADTEK_PVR2000 9 -#define CX88_BOARD_IODATA_GVVCP3PCI 10 +#define CX88_BOARD_IODATA_GVVCP3PCI 10 +#define CX88_BOARD_PROLINK_PLAYTVPVR 11 enum cx88_itype { |