aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/usb/usbvision/usbvision-video.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/usb/usbvision/usbvision-video.c')
-rw-r--r--drivers/media/usb/usbvision/usbvision-video.c15
1 files changed, 1 insertions, 14 deletions
diff --git a/drivers/media/usb/usbvision/usbvision-video.c b/drivers/media/usb/usbvision/usbvision-video.c
index e611052ebf59..6d42154e3d0a 100644
--- a/drivers/media/usb/usbvision/usbvision-video.c
+++ b/drivers/media/usb/usbvision/usbvision-video.c
@@ -1,22 +1,11 @@
1// SPDX-License-Identifier: GPL-2.0-or-later
1/* 2/*
2 * USB USBVISION Video device driver 0.9.10 3 * USB USBVISION Video device driver 0.9.10
3 * 4 *
4 *
5 *
6 * Copyright (c) 1999-2005 Joerg Heckenbach <joerg@heckenbach-aw.de> 5 * Copyright (c) 1999-2005 Joerg Heckenbach <joerg@heckenbach-aw.de>
7 * 6 *
8 * This module is part of usbvision driver project. 7 * This module is part of usbvision driver project.
9 * 8 *
10 * 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
12 * the Free Software Foundation; either version 2 of the License, or
13 * (at your option) any later version.
14 *
15 * This program is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 * GNU General Public License for more details.
19 *
20 * Let's call the version 0.... until compression decoding is completely 9 * Let's call the version 0.... until compression decoding is completely
21 * implemented. 10 * implemented.
22 * 11 *
@@ -27,7 +16,6 @@
27 * Gerd Knorr and zoran 36120/36125 driver by Pauline Middelink 16 * Gerd Knorr and zoran 36120/36125 driver by Pauline Middelink
28 * Updates to driver completed by Dwaine P. Garden 17 * Updates to driver completed by Dwaine P. Garden
29 * 18 *
30 *
31 * TODO: 19 * TODO:
32 * - use submit_urb for all setup packets 20 * - use submit_urb for all setup packets
33 * - Fix memory settings for nt1004. It is 4 times as big as the 21 * - Fix memory settings for nt1004. It is 4 times as big as the
@@ -38,7 +26,6 @@
38 * - optimization for performance. 26 * - optimization for performance.
39 * - Add Videotext capability (VBI). Working on it..... 27 * - Add Videotext capability (VBI). Working on it.....
40 * - Check audio for other devices 28 * - Check audio for other devices
41 *
42 */ 29 */
43 30
44#include <linux/kernel.h> 31#include <linux/kernel.h>