diff options
author | Thierry MERLE <thierry.merle@free.fr> | 2006-12-09 14:42:54 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-12-10 06:22:53 -0500 |
commit | c876a3468d0f136710af81595177889953d1ff71 (patch) | |
tree | 60cbe821d8b0253f17d6e8dd4454388576a89b43 /drivers/media/video/usbvision/usbvision.h | |
parent | f30ebd43597e9b2bbbc8b0eb650f5aad545e255b (diff) |
V4L/DVB (4953): Usbvision minor fixes
- fix debug outputs
- fix returned parameters on VIDIOC_G_FMT, VIDIOC_S_FMT and
VIDIOC_TRY_FMT and mmap size setting
Signed-off-by: Thierry MERLE <thierry.merle@free.fr>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/usbvision/usbvision.h')
-rw-r--r-- | drivers/media/video/usbvision/usbvision.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/media/video/usbvision/usbvision.h b/drivers/media/video/usbvision/usbvision.h index f2eeda8326ff..0e7e3d653cac 100644 --- a/drivers/media/video/usbvision/usbvision.h +++ b/drivers/media/video/usbvision/usbvision.h | |||
@@ -3,9 +3,14 @@ | |||
3 | * usbvision header file | 3 | * usbvision header file |
4 | * | 4 | * |
5 | * Copyright (c) 1999-2005 Joerg Heckenbach <joerg@heckenbach-aw.de> | 5 | * Copyright (c) 1999-2005 Joerg Heckenbach <joerg@heckenbach-aw.de> |
6 | * Dwaine Garden <dwainegarden@rogers.com> | ||
7 | * | ||
8 | * | ||
9 | * Report problems to v4l MailingList : http://www.redhat.com/mailman/listinfo/video4linux-list | ||
6 | * | 10 | * |
7 | * This module is part of usbvision driver project. | 11 | * This module is part of usbvision driver project. |
8 | * Updates to driver completed by Dwaine P. Garden | 12 | * Updates to driver completed by Dwaine P. Garden |
13 | * v4l2 conversion by Thierry Merle <thierry.merle@free.fr> | ||
9 | * | 14 | * |
10 | * This program is free software; you can redistribute it and/or modify | 15 | * This program is free software; you can redistribute it and/or modify |
11 | * it under the terms of the GNU General Public License as published by | 16 | * it under the terms of the GNU General Public License as published by |
@@ -32,6 +37,8 @@ | |||
32 | #include <media/tuner.h> | 37 | #include <media/tuner.h> |
33 | #include <linux/videodev2.h> | 38 | #include <linux/videodev2.h> |
34 | 39 | ||
40 | #define USBVISION_DEBUG /* Turn on debug messages */ | ||
41 | |||
35 | #ifndef VID_HARDWARE_USBVISION | 42 | #ifndef VID_HARDWARE_USBVISION |
36 | #define VID_HARDWARE_USBVISION 34 /* USBVision Video Grabber */ | 43 | #define VID_HARDWARE_USBVISION 34 /* USBVision Video Grabber */ |
37 | #endif | 44 | #endif |