diff options
-rw-r--r-- | drivers/media/usb/gspca/gl860/gl860-mi1320.c | 14 | ||||
-rw-r--r-- | drivers/media/usb/gspca/gl860/gl860-mi2020.c | 14 | ||||
-rw-r--r-- | drivers/media/usb/gspca/gl860/gl860-ov2640.c | 14 | ||||
-rw-r--r-- | drivers/media/usb/gspca/gl860/gl860-ov9655.c | 14 | ||||
-rw-r--r-- | drivers/media/usb/gspca/gl860/gl860.c | 14 | ||||
-rw-r--r-- | drivers/media/usb/gspca/gl860/gl860.h | 14 |
6 files changed, 6 insertions, 78 deletions
diff --git a/drivers/media/usb/gspca/gl860/gl860-mi1320.c b/drivers/media/usb/gspca/gl860/gl860-mi1320.c index b57160e04866..0749fe13160f 100644 --- a/drivers/media/usb/gspca/gl860/gl860-mi1320.c +++ b/drivers/media/usb/gspca/gl860/gl860-mi1320.c | |||
@@ -1,18 +1,6 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* Subdriver for the GL860 chip with the MI1320 sensor | 2 | /* Subdriver for the GL860 chip with the MI1320 sensor |
2 | * Author Olivier LORIN from own logs | 3 | * Author Olivier LORIN from own logs |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License as published by | ||
6 | * the Free Software Foundation; either version 2 of the License, or | ||
7 | * any later version. | ||
8 | * | ||
9 | * This program is distributed in the hope that it will be useful, | ||
10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
12 | * GNU General Public License for more details. | ||
13 | * | ||
14 | * You should have received a copy of the GNU General Public License | ||
15 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
16 | */ | 4 | */ |
17 | 5 | ||
18 | /* Sensor : MI1320 */ | 6 | /* Sensor : MI1320 */ |
diff --git a/drivers/media/usb/gspca/gl860/gl860-mi2020.c b/drivers/media/usb/gspca/gl860/gl860-mi2020.c index a785828d4b9d..9e7a29154d45 100644 --- a/drivers/media/usb/gspca/gl860/gl860-mi2020.c +++ b/drivers/media/usb/gspca/gl860/gl860-mi2020.c | |||
@@ -1,20 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* Subdriver for the GL860 chip with the MI2020 sensor | 2 | /* Subdriver for the GL860 chip with the MI2020 sensor |
2 | * Author Olivier LORIN, from logs by Iceman/Soro2005 + Fret_saw/Hulkie/Tricid | 3 | * Author Olivier LORIN, from logs by Iceman/Soro2005 + Fret_saw/Hulkie/Tricid |
3 | * with the help of Kytrix/BUGabundo/Blazercist. | 4 | * with the help of Kytrix/BUGabundo/Blazercist. |
4 | * Driver achieved thanks to a webcam gift by Kytrix. | 5 | * Driver achieved thanks to a webcam gift by Kytrix. |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License as published by | ||
8 | * the Free Software Foundation; either version 2 of the License, or | ||
9 | * any later version. | ||
10 | * | ||
11 | * This program is distributed in the hope that it will be useful, | ||
12 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
14 | * GNU General Public License for more details. | ||
15 | * | ||
16 | * You should have received a copy of the GNU General Public License | ||
17 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
18 | */ | 6 | */ |
19 | 7 | ||
20 | /* Sensor : MI2020 */ | 8 | /* Sensor : MI2020 */ |
diff --git a/drivers/media/usb/gspca/gl860/gl860-ov2640.c b/drivers/media/usb/gspca/gl860/gl860-ov2640.c index 768cac5cd72b..928c1eaf9a87 100644 --- a/drivers/media/usb/gspca/gl860/gl860-ov2640.c +++ b/drivers/media/usb/gspca/gl860/gl860-ov2640.c | |||
@@ -1,18 +1,6 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* Subdriver for the GL860 chip with the OV2640 sensor | 2 | /* Subdriver for the GL860 chip with the OV2640 sensor |
2 | * Author Olivier LORIN, from Malmostoso's logs | 3 | * Author Olivier LORIN, from Malmostoso's logs |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License as published by | ||
6 | * the Free Software Foundation; either version 2 of the License, or | ||
7 | * any later version. | ||
8 | * | ||
9 | * This program is distributed in the hope that it will be useful, | ||
10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
12 | * GNU General Public License for more details. | ||
13 | * | ||
14 | * You should have received a copy of the GNU General Public License | ||
15 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
16 | */ | 4 | */ |
17 | 5 | ||
18 | /* Sensor : OV2640 */ | 6 | /* Sensor : OV2640 */ |
diff --git a/drivers/media/usb/gspca/gl860/gl860-ov9655.c b/drivers/media/usb/gspca/gl860/gl860-ov9655.c index 5ae9619d72a5..59b87d066187 100644 --- a/drivers/media/usb/gspca/gl860/gl860-ov9655.c +++ b/drivers/media/usb/gspca/gl860/gl860-ov9655.c | |||
@@ -1,19 +1,7 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* Subdriver for the GL860 chip with the OV9655 sensor | 2 | /* Subdriver for the GL860 chip with the OV9655 sensor |
2 | * Author Olivier LORIN, from logs done by Simon (Sur3) and Almighurt | 3 | * Author Olivier LORIN, from logs done by Simon (Sur3) and Almighurt |
3 | * on dsd's weblog | 4 | * on dsd's weblog |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify | ||
6 | * it under the terms of the GNU General Public License as published by | ||
7 | * the Free Software Foundation; either version 2 of the License, or | ||
8 | * any later version. | ||
9 | * | ||
10 | * This program is distributed in the hope that it will be useful, | ||
11 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
12 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
13 | * GNU General Public License for more details. | ||
14 | * | ||
15 | * You should have received a copy of the GNU General Public License | ||
16 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
17 | */ | 5 | */ |
18 | 6 | ||
19 | /* Sensor : OV9655 */ | 7 | /* Sensor : OV9655 */ |
diff --git a/drivers/media/usb/gspca/gl860/gl860.c b/drivers/media/usb/gspca/gl860/gl860.c index 262200af76a3..2c05ea2598e7 100644 --- a/drivers/media/usb/gspca/gl860/gl860.c +++ b/drivers/media/usb/gspca/gl860/gl860.c | |||
@@ -1,22 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* GSPCA subdrivers for Genesys Logic webcams with the GL860 chip | 2 | /* GSPCA subdrivers for Genesys Logic webcams with the GL860 chip |
2 | * Subdriver core | 3 | * Subdriver core |
3 | * | 4 | * |
4 | * 2009/09/24 Olivier Lorin <o.lorin@laposte.net> | 5 | * 2009/09/24 Olivier Lorin <o.lorin@laposte.net> |
5 | * GSPCA by Jean-Francois Moine <http://moinejf.free.fr> | 6 | * GSPCA by Jean-Francois Moine <http://moinejf.free.fr> |
6 | * Thanks BUGabundo and Malmostoso for your amazing help! | 7 | * Thanks BUGabundo and Malmostoso for your amazing help! |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License as published by | ||
10 | * the Free Software Foundation; either version 2 of the License, or | ||
11 | * any later version. | ||
12 | * | ||
13 | * This program is distributed in the hope that it will be useful, | ||
14 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
16 | * GNU General Public License for more details. | ||
17 | * | ||
18 | * You should have received a copy of the GNU General Public License | ||
19 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
20 | */ | 8 | */ |
21 | 9 | ||
22 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt | 10 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt |
diff --git a/drivers/media/usb/gspca/gl860/gl860.h b/drivers/media/usb/gspca/gl860/gl860.h index 0330a0293b9c..a8a5d6450a66 100644 --- a/drivers/media/usb/gspca/gl860/gl860.h +++ b/drivers/media/usb/gspca/gl860/gl860.h | |||
@@ -1,20 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* GSPCA subdrivers for Genesys Logic webcams with the GL860 chip | 2 | /* GSPCA subdrivers for Genesys Logic webcams with the GL860 chip |
2 | * Subdriver declarations | 3 | * Subdriver declarations |
3 | * | 4 | * |
4 | * 2009/10/14 Olivier LORIN <o.lorin@laposte.net> | 5 | * 2009/10/14 Olivier LORIN <o.lorin@laposte.net> |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License as published by | ||
8 | * the Free Software Foundation; either version 2 of the License, or | ||
9 | * any later version. | ||
10 | * | ||
11 | * This program is distributed in the hope that it will be useful, | ||
12 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
14 | * GNU General Public License for more details. | ||
15 | * | ||
16 | * You should have received a copy of the GNU General Public License | ||
17 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
18 | */ | 6 | */ |
19 | #ifndef GL860_DEV_H | 7 | #ifndef GL860_DEV_H |
20 | #define GL860_DEV_H | 8 | #define GL860_DEV_H |