diff options
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 |