diff options
author | Kenth Andersson <kenth@popwire.com> | 2005-11-08 21:37:02 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-09 07:56:14 -0800 |
commit | f718e6e7a2c402195f3d2944605ef4b01e8e3347 (patch) | |
tree | 9699bb72ec8ed1ad2f75c075cd1387003c581096 /drivers/media/video/bttv.h | |
parent | 1eaad5b113811db7fdb6d02e1c8d9ff7c8ba6919 (diff) |
[PATCH] v4l: 709: added osprey 440 card
- Added Osprey 440 card.
Signed-off-by: Kenth Andersson <kenth@popwire.com>
Signed-off-by: Nickolay V. Shmyrev <nshmyrev@yandex.ru>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/media/video/bttv.h')
-rw-r--r-- | drivers/media/video/bttv.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/bttv.h b/drivers/media/video/bttv.h index a4194e1ea90..75d08a33b10 100644 --- a/drivers/media/video/bttv.h +++ b/drivers/media/video/bttv.h @@ -160,6 +160,7 @@ #define BTTV_BOARD_CONCEPTRONIC_CTVFMI2 0x89 #define BTTV_BOARD_PV_BT878P_2E 0x8a #define BTTV_BOARD_PV_M4900 0x8b +#define BTTV_BOARD_OSPREY440 0x8c /* i2c address list */ #define I2C_TSA5522 0xc2 |