diff options
author | Hartmut Hackmann <hartmut.hackmann@t-online.de> | 2007-03-14 00:58:29 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-04-27 20:44:52 +0200 |
commit | e06cea4cb4a16076dfca4863b12e1c4aeb781c8d (patch) | |
tree | f3f84f0dba9db1b58675ad8822d0af9fe86a6077 /drivers/media/video/saa7134/saa7134.h | |
parent | V4L/DVB (5444): Saa7134-dvb fix sleep function of the fmd1216 tuner. (diff) | |
download | linux-e06cea4cb4a16076dfca4863b12e1c4aeb781c8d.tar.xz linux-e06cea4cb4a16076dfca4863b12e1c4aeb781c8d.zip |
V4L/DVB (5445): Added / corrected support for some ASUS hybrid boards
There are 2 new entries for p7131 boards and one correction for a board
with LNA.
Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t-online.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/saa7134/saa7134.h')
-rw-r--r-- | drivers/media/video/saa7134/saa7134.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/video/saa7134/saa7134.h b/drivers/media/video/saa7134/saa7134.h index 290e7e55c519..0c8818113857 100644 --- a/drivers/media/video/saa7134/saa7134.h +++ b/drivers/media/video/saa7134/saa7134.h @@ -233,6 +233,8 @@ struct saa7134_format { #define SAA7134_BOARD_CINERGY_HT_PCI 108 #define SAA7134_BOARD_PHILIPS_TIGER_S 109 #define SAA7134_BOARD_AVERMEDIA_M102 110 +#define SAA7134_BOARD_ASUS_P7131_4871 111 +#define SAA7134_BOARD_ASUSTeK_P7131_DUAL_LNA 112 #define SAA7134_MAXBOARDS 8 #define SAA7134_INPUT_MAX 8 |