diff options
author | Mauro Carvalho Chehab <mchehab@brturbo.com.br> | 2005-11-09 00:38:15 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-09 10:56:25 -0500 |
commit | 45632c4f835e74f937d8632f7ba2dd49aa39c476 (patch) | |
tree | ae1ca8ba91db30a74188a91746a09a2e0641e414 /drivers/media/video/em28xx/em28xx.h | |
parent | 07eef6ce1558b21ebed9c95ad9c2b4879decf2a8 (diff) |
[PATCH] v4l: 863: added pinnacle dazzle dvc 90
- Added Pinnacle Dazzle DVC 90
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/em28xx/em28xx.h')
-rw-r--r-- | drivers/media/video/em28xx/em28xx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/em28xx/em28xx.h b/drivers/media/video/em28xx/em28xx.h index 15760d3d753d..8c58c5b5fa36 100644 --- a/drivers/media/video/em28xx/em28xx.h +++ b/drivers/media/video/em28xx/em28xx.h | |||
@@ -40,6 +40,7 @@ | |||
40 | #define EM2800_BOARD_TERRATEC_CINERGY_200 6 | 40 | #define EM2800_BOARD_TERRATEC_CINERGY_200 6 |
41 | #define EM2800_BOARD_LEADTEK_WINFAST_USBII 7 | 41 | #define EM2800_BOARD_LEADTEK_WINFAST_USBII 7 |
42 | #define EM2800_BOARD_KWORLD_USB2800 8 | 42 | #define EM2800_BOARD_KWORLD_USB2800 8 |
43 | #define EM2820_BOARD_PINNACLE_DVC_90 9 | ||
43 | 44 | ||
44 | #define UNSET -1 | 45 | #define UNSET -1 |
45 | 46 | ||