diff options
Diffstat (limited to 'drivers/media/usb/gspca')
22 files changed, 22 insertions, 230 deletions
diff --git a/drivers/media/usb/gspca/autogain_functions.c b/drivers/media/usb/gspca/autogain_functions.c index f915cc7c0c63..7ae7c43951cd 100644 --- a/drivers/media/usb/gspca/autogain_functions.c +++ b/drivers/media/usb/gspca/autogain_functions.c | |||
@@ -1,17 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * Functions for auto gain. | 3 | * Functions for auto gain. |
3 | * | 4 | * |
4 | * Copyright (C) 2010-2012 Hans de Goede <hdegoede@redhat.com> | 5 | * Copyright (C) 2010-2012 Hans de Goede <hdegoede@redhat.com> |
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 | * (at your option) 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 | */ | 6 | */ |
16 | #include "gspca.h" | 7 | #include "gspca.h" |
17 | 8 | ||
diff --git a/drivers/media/usb/gspca/cpia1.c b/drivers/media/usb/gspca/cpia1.c index 7c817a4a93c4..a4f7431486f3 100644 --- a/drivers/media/usb/gspca/cpia1.c +++ b/drivers/media/usb/gspca/cpia1.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * cpia CPiA (1) gspca driver | 3 | * cpia CPiA (1) gspca driver |
3 | * | 4 | * |
@@ -9,17 +10,6 @@ | |||
9 | * (C) Copyright 1999-2000 Scott J. Bertin | 10 | * (C) Copyright 1999-2000 Scott J. Bertin |
10 | * (C) Copyright 1999-2000 Johannes Erdfelt <johannes@erdfelt.com> | 11 | * (C) Copyright 1999-2000 Johannes Erdfelt <johannes@erdfelt.com> |
11 | * (C) Copyright 2000 STMicroelectronics | 12 | * (C) Copyright 2000 STMicroelectronics |
12 | * | ||
13 | * This program is free software; you can redistribute it and/or modify | ||
14 | * it under the terms of the GNU General Public License as published by | ||
15 | * the Free Software Foundation; either version 2 of the License, or | ||
16 | * (at your option) any later version. | ||
17 | * | ||
18 | * This program is distributed in the hope that it will be useful, | ||
19 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
20 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
21 | * GNU General Public License for more details. | ||
22 | * | ||
23 | */ | 13 | */ |
24 | 14 | ||
25 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt | 15 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt |
diff --git a/drivers/media/usb/gspca/gspca.c b/drivers/media/usb/gspca/gspca.c index 4d7517411cc2..a7ed5257cdba 100644 --- a/drivers/media/usb/gspca/gspca.c +++ b/drivers/media/usb/gspca/gspca.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * Main USB camera driver | 3 | * Main USB camera driver |
3 | * | 4 | * |
@@ -5,16 +6,6 @@ | |||
5 | * | 6 | * |
6 | * Camera button input handling by Márton Németh | 7 | * Camera button input handling by Márton Németh |
7 | * Copyright (C) 2009-2010 Márton Németh <nm127@freemail.hu> | 8 | * Copyright (C) 2009-2010 Márton Németh <nm127@freemail.hu> |
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify it | ||
10 | * under the terms of the GNU General Public License as published by the | ||
11 | * Free Software Foundation; either version 2 of the License, or (at your | ||
12 | * option) any later version. | ||
13 | * | ||
14 | * This program is distributed in the hope that it will be useful, but | ||
15 | * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY | ||
16 | * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License | ||
17 | * for more details. | ||
18 | */ | 9 | */ |
19 | 10 | ||
20 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt | 11 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt |
diff --git a/drivers/media/usb/gspca/pac207.c b/drivers/media/usb/gspca/pac207.c index a1df7af8fef5..34127114c99b 100644 --- a/drivers/media/usb/gspca/pac207.c +++ b/drivers/media/usb/gspca/pac207.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * Pixart PAC207BCA library | 3 | * Pixart PAC207BCA library |
3 | * | 4 | * |
@@ -6,17 +7,6 @@ | |||
6 | * Copyleft (C) 2005 Michel Xhaard mxhaard@magic.fr | 7 | * Copyleft (C) 2005 Michel Xhaard mxhaard@magic.fr |
7 | * | 8 | * |
8 | * V4L2 by Jean-Francois Moine <http://moinejf.free.fr> | 9 | * V4L2 by Jean-Francois Moine <http://moinejf.free.fr> |
9 | * | ||
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 | */ | 10 | */ |
21 | 11 | ||
22 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt | 12 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt |
diff --git a/drivers/media/usb/gspca/pac_common.h b/drivers/media/usb/gspca/pac_common.h index aae97a5534e3..acd1be93649d 100644 --- a/drivers/media/usb/gspca/pac_common.h +++ b/drivers/media/usb/gspca/pac_common.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Pixart PAC207BCA / PAC73xx common functions | 3 | * Pixart PAC207BCA / PAC73xx common functions |
3 | * | 4 | * |
@@ -6,17 +7,6 @@ | |||
6 | * Copyleft (C) 2005 Michel Xhaard mxhaard@magic.fr | 7 | * Copyleft (C) 2005 Michel Xhaard mxhaard@magic.fr |
7 | * | 8 | * |
8 | * V4L2 by Jean-Francois Moine <http://moinejf.free.fr> | 9 | * V4L2 by Jean-Francois Moine <http://moinejf.free.fr> |
9 | * | ||
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 | */ | 10 | */ |
21 | 11 | ||
22 | /* We calculate the autogain at the end of the transfer of a frame, at this | 12 | /* We calculate the autogain at the end of the transfer of a frame, at this |
diff --git a/drivers/media/usb/gspca/se401.c b/drivers/media/usb/gspca/se401.c index 477da0664b7d..061deee138c3 100644 --- a/drivers/media/usb/gspca/se401.c +++ b/drivers/media/usb/gspca/se401.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * GSPCA Endpoints (formerly known as AOX) se401 USB Camera sub Driver | 3 | * GSPCA Endpoints (formerly known as AOX) se401 USB Camera sub Driver |
3 | * | 4 | * |
@@ -6,17 +7,6 @@ | |||
6 | * Based on the v4l1 se401 driver which is: | 7 | * Based on the v4l1 se401 driver which is: |
7 | * | 8 | * |
8 | * Copyright (c) 2000 Jeroen B. Vreeken (pe1rxq@amsat.org) | 9 | * Copyright (c) 2000 Jeroen B. Vreeken (pe1rxq@amsat.org) |
9 | * | ||
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 | */ | 10 | */ |
21 | 11 | ||
22 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt | 12 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt |
diff --git a/drivers/media/usb/gspca/se401.h b/drivers/media/usb/gspca/se401.h index 7cc0728c1410..b0271409faf6 100644 --- a/drivers/media/usb/gspca/se401.h +++ b/drivers/media/usb/gspca/se401.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * GSPCA Endpoints (formerly known as AOX) se401 USB Camera sub Driver | 3 | * GSPCA Endpoints (formerly known as AOX) se401 USB Camera sub Driver |
3 | * | 4 | * |
@@ -6,17 +7,6 @@ | |||
6 | * Based on the v4l1 se401 driver which is: | 7 | * Based on the v4l1 se401 driver which is: |
7 | * | 8 | * |
8 | * Copyright (c) 2000 Jeroen B. Vreeken (pe1rxq@amsat.org) | 9 | * Copyright (c) 2000 Jeroen B. Vreeken (pe1rxq@amsat.org) |
9 | * | ||
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 | */ | 10 | */ |
21 | 11 | ||
22 | #define SE401_REQ_GET_CAMERA_DESCRIPTOR 0x06 | 12 | #define SE401_REQ_GET_CAMERA_DESCRIPTOR 0x06 |
diff --git a/drivers/media/usb/gspca/sn9c2028.h b/drivers/media/usb/gspca/sn9c2028.h index 29f1571f9242..beb5d2a5de75 100644 --- a/drivers/media/usb/gspca/sn9c2028.h +++ b/drivers/media/usb/gspca/sn9c2028.h | |||
@@ -1,20 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * SN9C2028 common functions | 3 | * SN9C2028 common functions |
3 | * | 4 | * |
4 | * Copyright (C) 2009 Theodore Kilgore <kilgota@auburn,edu> | 5 | * Copyright (C) 2009 Theodore Kilgore <kilgota@auburn,edu> |
5 | * | 6 | * |
6 | * Based closely upon the file gspca/pac_common.h | 7 | * Based closely upon the file gspca/pac_common.h |
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 | * (at your option) 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 | */ | 8 | */ |
19 | 9 | ||
20 | static const unsigned char sn9c2028_sof_marker[] = { | 10 | static const unsigned char sn9c2028_sof_marker[] = { |
diff --git a/drivers/media/usb/gspca/stv0680.c b/drivers/media/usb/gspca/stv0680.c index 3ff5ed74bd9f..f869eb6065ce 100644 --- a/drivers/media/usb/gspca/stv0680.c +++ b/drivers/media/usb/gspca/stv0680.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * STV0680 USB Camera Driver | 3 | * STV0680 USB Camera Driver |
3 | * | 4 | * |
@@ -10,17 +11,6 @@ | |||
10 | * Thanks to STMicroelectronics for information on the usb commands, and | 11 | * Thanks to STMicroelectronics for information on the usb commands, and |
11 | * to Steve Miller at STM for his help and encouragement while I was | 12 | * to Steve Miller at STM for his help and encouragement while I was |
12 | * writing this driver. | 13 | * writing this driver. |
13 | * | ||
14 | * This program is free software; you can redistribute it and/or modify | ||
15 | * it under the terms of the GNU General Public License as published by | ||
16 | * the Free Software Foundation; either version 2 of the License, or | ||
17 | * (at your option) any later version. | ||
18 | * | ||
19 | * This program is distributed in the hope that it will be useful, | ||
20 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
21 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
22 | * GNU General Public License for more details. | ||
23 | * | ||
24 | */ | 14 | */ |
25 | 15 | ||
26 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt | 16 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt |
diff --git a/drivers/media/usb/gspca/stv06xx/stv06xx.c b/drivers/media/usb/gspca/stv06xx/stv06xx.c index 6080a35310ca..79653d409951 100644 --- a/drivers/media/usb/gspca/stv06xx/stv06xx.c +++ b/drivers/media/usb/gspca/stv06xx/stv06xx.c | |||
@@ -1,19 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2001 Jean-Fredric Clere, Nikolas Zimmermann, Georg Acher | 3 | * Copyright (c) 2001 Jean-Fredric Clere, Nikolas Zimmermann, Georg Acher |
3 | * Mark Cave-Ayland, Carlo E Prelz, Dick Streefland | 4 | * Mark Cave-Ayland, Carlo E Prelz, Dick Streefland |
4 | * Copyright (c) 2002, 2003 Tuukka Toivonen | 5 | * Copyright (c) 2002, 2003 Tuukka Toivonen |
5 | * Copyright (c) 2008 Erik Andrén | 6 | * Copyright (c) 2008 Erik Andrén |
6 | * | 7 | * |
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License as published by | ||
9 | * the Free Software Foundation; either version 2 of the License, or | ||
10 | * (at your option) any later version. | ||
11 | * | ||
12 | * This program is distributed in the hope that it will be useful, | ||
13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
15 | * GNU General Public License for more details. | ||
16 | * | ||
17 | * P/N 861037: Sensor HDCS1000 ASIC STV0600 | 8 | * P/N 861037: Sensor HDCS1000 ASIC STV0600 |
18 | * P/N 861050-0010: Sensor HDCS1000 ASIC STV0600 | 9 | * P/N 861050-0010: Sensor HDCS1000 ASIC STV0600 |
19 | * P/N 861050-0020: Sensor Photobit PB100 ASIC STV0600-1 - QuickCam Express | 10 | * P/N 861050-0020: Sensor Photobit PB100 ASIC STV0600-1 - QuickCam Express |
diff --git a/drivers/media/usb/gspca/stv06xx/stv06xx.h b/drivers/media/usb/gspca/stv06xx/stv06xx.h index 480186706bba..f6bafa982e32 100644 --- a/drivers/media/usb/gspca/stv06xx/stv06xx.h +++ b/drivers/media/usb/gspca/stv06xx/stv06xx.h | |||
@@ -1,19 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2001 Jean-Fredric Clere, Nikolas Zimmermann, Georg Acher | 3 | * Copyright (c) 2001 Jean-Fredric Clere, Nikolas Zimmermann, Georg Acher |
3 | * Mark Cave-Ayland, Carlo E Prelz, Dick Streefland | 4 | * Mark Cave-Ayland, Carlo E Prelz, Dick Streefland |
4 | * Copyright (c) 2002, 2003 Tuukka Toivonen | 5 | * Copyright (c) 2002, 2003 Tuukka Toivonen |
5 | * Copyright (c) 2008 Erik Andrén | 6 | * Copyright (c) 2008 Erik Andrén |
6 | * | 7 | * |
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License as published by | ||
9 | * the Free Software Foundation; either version 2 of the License, or | ||
10 | * (at your option) any later version. | ||
11 | * | ||
12 | * This program is distributed in the hope that it will be useful, | ||
13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
15 | * GNU General Public License for more details. | ||
16 | * | ||
17 | * P/N 861037: Sensor HDCS1000 ASIC STV0600 | 8 | * P/N 861037: Sensor HDCS1000 ASIC STV0600 |
18 | * P/N 861050-0010: Sensor HDCS1000 ASIC STV0600 | 9 | * P/N 861050-0010: Sensor HDCS1000 ASIC STV0600 |
19 | * P/N 861050-0020: Sensor Photobit PB100 ASIC STV0600-1 - QuickCam Express | 10 | * P/N 861050-0020: Sensor Photobit PB100 ASIC STV0600-1 - QuickCam Express |
diff --git a/drivers/media/usb/gspca/stv06xx/stv06xx_hdcs.c b/drivers/media/usb/gspca/stv06xx/stv06xx_hdcs.c index d8db2c89718f..5a47dcbf1c8e 100644 --- a/drivers/media/usb/gspca/stv06xx/stv06xx_hdcs.c +++ b/drivers/media/usb/gspca/stv06xx/stv06xx_hdcs.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2001 Jean-Fredric Clere, Nikolas Zimmermann, Georg Acher | 3 | * Copyright (c) 2001 Jean-Fredric Clere, Nikolas Zimmermann, Georg Acher |
3 | * Mark Cave-Ayland, Carlo E Prelz, Dick Streefland | 4 | * Mark Cave-Ayland, Carlo E Prelz, Dick Streefland |
@@ -5,16 +6,6 @@ | |||
5 | * Copyright (c) 2008 Erik Andrén | 6 | * Copyright (c) 2008 Erik Andrén |
6 | * Copyright (c) 2008 Chia-I Wu | 7 | * Copyright (c) 2008 Chia-I Wu |
7 | * | 8 | * |
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 | * (at your option) 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 | * P/N 861037: Sensor HDCS1000 ASIC STV0600 | 9 | * P/N 861037: Sensor HDCS1000 ASIC STV0600 |
19 | * P/N 861050-0010: Sensor HDCS1000 ASIC STV0600 | 10 | * P/N 861050-0010: Sensor HDCS1000 ASIC STV0600 |
20 | * P/N 861050-0020: Sensor Photobit PB100 ASIC STV0600-1 - QuickCam Express | 11 | * P/N 861050-0020: Sensor Photobit PB100 ASIC STV0600-1 - QuickCam Express |
diff --git a/drivers/media/usb/gspca/stv06xx/stv06xx_hdcs.h b/drivers/media/usb/gspca/stv06xx/stv06xx_hdcs.h index d2da0de05236..326a6eb68237 100644 --- a/drivers/media/usb/gspca/stv06xx/stv06xx_hdcs.h +++ b/drivers/media/usb/gspca/stv06xx/stv06xx_hdcs.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2001 Jean-Fredric Clere, Nikolas Zimmermann, Georg Acher | 3 | * Copyright (c) 2001 Jean-Fredric Clere, Nikolas Zimmermann, Georg Acher |
3 | * Mark Cave-Ayland, Carlo E Prelz, Dick Streefland | 4 | * Mark Cave-Ayland, Carlo E Prelz, Dick Streefland |
@@ -5,16 +6,6 @@ | |||
5 | * Copyright (c) 2008 Erik Andrén | 6 | * Copyright (c) 2008 Erik Andrén |
6 | * Copyright (c) 2008 Chia-I Wu | 7 | * Copyright (c) 2008 Chia-I Wu |
7 | * | 8 | * |
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 | * (at your option) 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 | * P/N 861037: Sensor HDCS1000 ASIC STV0600 | 9 | * P/N 861037: Sensor HDCS1000 ASIC STV0600 |
19 | * P/N 861050-0010: Sensor HDCS1000 ASIC STV0600 | 10 | * P/N 861050-0010: Sensor HDCS1000 ASIC STV0600 |
20 | * P/N 861050-0020: Sensor Photobit PB100 ASIC STV0600-1 - QuickCam Express | 11 | * P/N 861050-0020: Sensor Photobit PB100 ASIC STV0600-1 - QuickCam Express |
diff --git a/drivers/media/usb/gspca/stv06xx/stv06xx_pb0100.c b/drivers/media/usb/gspca/stv06xx/stv06xx_pb0100.c index 7374aeb0a67a..6d1007715ff7 100644 --- a/drivers/media/usb/gspca/stv06xx/stv06xx_pb0100.c +++ b/drivers/media/usb/gspca/stv06xx/stv06xx_pb0100.c | |||
@@ -1,19 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2001 Jean-Fredric Clere, Nikolas Zimmermann, Georg Acher | 3 | * Copyright (c) 2001 Jean-Fredric Clere, Nikolas Zimmermann, Georg Acher |
3 | * Mark Cave-Ayland, Carlo E Prelz, Dick Streefland | 4 | * Mark Cave-Ayland, Carlo E Prelz, Dick Streefland |
4 | * Copyright (c) 2002, 2003 Tuukka Toivonen | 5 | * Copyright (c) 2002, 2003 Tuukka Toivonen |
5 | * Copyright (c) 2008 Erik Andrén | 6 | * Copyright (c) 2008 Erik Andrén |
6 | * | 7 | * |
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License as published by | ||
9 | * the Free Software Foundation; either version 2 of the License, or | ||
10 | * (at your option) any later version. | ||
11 | * | ||
12 | * This program is distributed in the hope that it will be useful, | ||
13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
15 | * GNU General Public License for more details. | ||
16 | * | ||
17 | * P/N 861037: Sensor HDCS1000 ASIC STV0600 | 8 | * P/N 861037: Sensor HDCS1000 ASIC STV0600 |
18 | * P/N 861050-0010: Sensor HDCS1000 ASIC STV0600 | 9 | * P/N 861050-0010: Sensor HDCS1000 ASIC STV0600 |
19 | * P/N 861050-0020: Sensor Photobit PB100 ASIC STV0600-1 - QuickCam Express | 10 | * P/N 861050-0020: Sensor Photobit PB100 ASIC STV0600-1 - QuickCam Express |
diff --git a/drivers/media/usb/gspca/stv06xx/stv06xx_pb0100.h b/drivers/media/usb/gspca/stv06xx/stv06xx_pb0100.h index 33572d8bb368..c5a6614577de 100644 --- a/drivers/media/usb/gspca/stv06xx/stv06xx_pb0100.h +++ b/drivers/media/usb/gspca/stv06xx/stv06xx_pb0100.h | |||
@@ -1,19 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2001 Jean-Fredric Clere, Nikolas Zimmermann, Georg Acher | 3 | * Copyright (c) 2001 Jean-Fredric Clere, Nikolas Zimmermann, Georg Acher |
3 | * Mark Cave-Ayland, Carlo E Prelz, Dick Streefland | 4 | * Mark Cave-Ayland, Carlo E Prelz, Dick Streefland |
4 | * Copyright (c) 2002, 2003 Tuukka Toivonen | 5 | * Copyright (c) 2002, 2003 Tuukka Toivonen |
5 | * Copyright (c) 2008 Erik Andrén | 6 | * Copyright (c) 2008 Erik Andrén |
6 | * | 7 | * |
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License as published by | ||
9 | * the Free Software Foundation; either version 2 of the License, or | ||
10 | * (at your option) any later version. | ||
11 | * | ||
12 | * This program is distributed in the hope that it will be useful, | ||
13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
15 | * GNU General Public License for more details. | ||
16 | * | ||
17 | * P/N 861037: Sensor HDCS1000 ASIC STV0600 | 8 | * P/N 861037: Sensor HDCS1000 ASIC STV0600 |
18 | * P/N 861050-0010: Sensor HDCS1000 ASIC STV0600 | 9 | * P/N 861050-0010: Sensor HDCS1000 ASIC STV0600 |
19 | * P/N 861050-0020: Sensor Photobit PB100 ASIC STV0600-1 - QuickCam Express | 10 | * P/N 861050-0020: Sensor Photobit PB100 ASIC STV0600-1 - QuickCam Express |
diff --git a/drivers/media/usb/gspca/stv06xx/stv06xx_sensor.h b/drivers/media/usb/gspca/stv06xx/stv06xx_sensor.h index 747d07c877fe..67c13c689b9c 100644 --- a/drivers/media/usb/gspca/stv06xx/stv06xx_sensor.h +++ b/drivers/media/usb/gspca/stv06xx/stv06xx_sensor.h | |||
@@ -1,19 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2001 Jean-Fredric Clere, Nikolas Zimmermann, Georg Acher | 3 | * Copyright (c) 2001 Jean-Fredric Clere, Nikolas Zimmermann, Georg Acher |
3 | * Mark Cave-Ayland, Carlo E Prelz, Dick Streefland | 4 | * Mark Cave-Ayland, Carlo E Prelz, Dick Streefland |
4 | * Copyright (c) 2002, 2003 Tuukka Toivonen | 5 | * Copyright (c) 2002, 2003 Tuukka Toivonen |
5 | * Copyright (c) 2008 Erik Andrén | 6 | * Copyright (c) 2008 Erik Andrén |
6 | * | 7 | * |
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License as published by | ||
9 | * the Free Software Foundation; either version 2 of the License, or | ||
10 | * (at your option) any later version. | ||
11 | * | ||
12 | * This program is distributed in the hope that it will be useful, | ||
13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
15 | * GNU General Public License for more details. | ||
16 | * | ||
17 | * P/N 861037: Sensor HDCS1000 ASIC STV0600 | 8 | * P/N 861037: Sensor HDCS1000 ASIC STV0600 |
18 | * P/N 861050-0010: Sensor HDCS1000 ASIC STV0600 | 9 | * P/N 861050-0010: Sensor HDCS1000 ASIC STV0600 |
19 | * P/N 861050-0020: Sensor Photobit PB100 ASIC STV0600-1 - QuickCam Express | 10 | * P/N 861050-0020: Sensor Photobit PB100 ASIC STV0600-1 - QuickCam Express |
diff --git a/drivers/media/usb/gspca/stv06xx/stv06xx_st6422.c b/drivers/media/usb/gspca/stv06xx/stv06xx_st6422.c index 51a135c2f9f7..7104a88b1e43 100644 --- a/drivers/media/usb/gspca/stv06xx/stv06xx_st6422.c +++ b/drivers/media/usb/gspca/stv06xx/stv06xx_st6422.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * Support for the sensor part which is integrated (I think) into the | 3 | * Support for the sensor part which is integrated (I think) into the |
3 | * st6422 stv06xx alike bridge, as its integrated there are no i2c writes | 4 | * st6422 stv06xx alike bridge, as its integrated there are no i2c writes |
@@ -9,17 +10,6 @@ | |||
9 | * Copyright (c) 2001 Jean-Fredric Clere, Nikolas Zimmermann, Georg Acher | 10 | * Copyright (c) 2001 Jean-Fredric Clere, Nikolas Zimmermann, Georg Acher |
10 | * Mark Cave-Ayland, Carlo E Prelz, Dick Streefland | 11 | * Mark Cave-Ayland, Carlo E Prelz, Dick Streefland |
11 | * Copyright (c) 2002, 2003 Tuukka Toivonen | 12 | * Copyright (c) 2002, 2003 Tuukka Toivonen |
12 | * | ||
13 | * This program is free software; you can redistribute it and/or modify | ||
14 | * it under the terms of the GNU General Public License as published by | ||
15 | * the Free Software Foundation; either version 2 of the License, or | ||
16 | * (at your option) any later version. | ||
17 | * | ||
18 | * This program is distributed in the hope that it will be useful, | ||
19 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
20 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
21 | * GNU General Public License for more details. | ||
22 | * | ||
23 | */ | 13 | */ |
24 | 14 | ||
25 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt | 15 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt |
diff --git a/drivers/media/usb/gspca/stv06xx/stv06xx_st6422.h b/drivers/media/usb/gspca/stv06xx/stv06xx_st6422.h index 87324a69a0be..68ba01c5a8d4 100644 --- a/drivers/media/usb/gspca/stv06xx/stv06xx_st6422.h +++ b/drivers/media/usb/gspca/stv06xx/stv06xx_st6422.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Support for the sensor part which is integrated (I think) into the | 3 | * Support for the sensor part which is integrated (I think) into the |
3 | * st6422 stv06xx alike bridge, as its integrated there are no i2c writes | 4 | * st6422 stv06xx alike bridge, as its integrated there are no i2c writes |
@@ -9,17 +10,6 @@ | |||
9 | * Copyright (c) 2001 Jean-Fredric Clere, Nikolas Zimmermann, Georg Acher | 10 | * Copyright (c) 2001 Jean-Fredric Clere, Nikolas Zimmermann, Georg Acher |
10 | * Mark Cave-Ayland, Carlo E Prelz, Dick Streefland | 11 | * Mark Cave-Ayland, Carlo E Prelz, Dick Streefland |
11 | * Copyright (c) 2002, 2003 Tuukka Toivonen | 12 | * Copyright (c) 2002, 2003 Tuukka Toivonen |
12 | * | ||
13 | * This program is free software; you can redistribute it and/or modify | ||
14 | * it under the terms of the GNU General Public License as published by | ||
15 | * the Free Software Foundation; either version 2 of the License, or | ||
16 | * (at your option) any later version. | ||
17 | * | ||
18 | * This program is distributed in the hope that it will be useful, | ||
19 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
20 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
21 | * GNU General Public License for more details. | ||
22 | * | ||
23 | */ | 13 | */ |
24 | 14 | ||
25 | #ifndef STV06XX_ST6422_H_ | 15 | #ifndef STV06XX_ST6422_H_ |
diff --git a/drivers/media/usb/gspca/stv06xx/stv06xx_vv6410.c b/drivers/media/usb/gspca/stv06xx/stv06xx_vv6410.c index b2f16c2754fb..dde1950bdc68 100644 --- a/drivers/media/usb/gspca/stv06xx/stv06xx_vv6410.c +++ b/drivers/media/usb/gspca/stv06xx/stv06xx_vv6410.c | |||
@@ -1,19 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2001 Jean-Fredric Clere, Nikolas Zimmermann, Georg Acher | 3 | * Copyright (c) 2001 Jean-Fredric Clere, Nikolas Zimmermann, Georg Acher |
3 | * Mark Cave-Ayland, Carlo E Prelz, Dick Streefland | 4 | * Mark Cave-Ayland, Carlo E Prelz, Dick Streefland |
4 | * Copyright (c) 2002, 2003 Tuukka Toivonen | 5 | * Copyright (c) 2002, 2003 Tuukka Toivonen |
5 | * Copyright (c) 2008 Erik Andrén | 6 | * Copyright (c) 2008 Erik Andrén |
6 | * | 7 | * |
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License as published by | ||
9 | * the Free Software Foundation; either version 2 of the License, or | ||
10 | * (at your option) any later version. | ||
11 | * | ||
12 | * This program is distributed in the hope that it will be useful, | ||
13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
15 | * GNU General Public License for more details. | ||
16 | * | ||
17 | * P/N 861037: Sensor HDCS1000 ASIC STV0600 | 8 | * P/N 861037: Sensor HDCS1000 ASIC STV0600 |
18 | * P/N 861050-0010: Sensor HDCS1000 ASIC STV0600 | 9 | * P/N 861050-0010: Sensor HDCS1000 ASIC STV0600 |
19 | * P/N 861050-0020: Sensor Photobit PB100 ASIC STV0600-1 - QuickCam Express | 10 | * P/N 861050-0020: Sensor Photobit PB100 ASIC STV0600-1 - QuickCam Express |
diff --git a/drivers/media/usb/gspca/stv06xx/stv06xx_vv6410.h b/drivers/media/usb/gspca/stv06xx/stv06xx_vv6410.h index e8598893791e..343ddc30401f 100644 --- a/drivers/media/usb/gspca/stv06xx/stv06xx_vv6410.h +++ b/drivers/media/usb/gspca/stv06xx/stv06xx_vv6410.h | |||
@@ -1,19 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2001 Jean-Fredric Clere, Nikolas Zimmermann, Georg Acher | 3 | * Copyright (c) 2001 Jean-Fredric Clere, Nikolas Zimmermann, Georg Acher |
3 | * Mark Cave-Ayland, Carlo E Prelz, Dick Streefland | 4 | * Mark Cave-Ayland, Carlo E Prelz, Dick Streefland |
4 | * Copyright (c) 2002, 2003 Tuukka Toivonen | 5 | * Copyright (c) 2002, 2003 Tuukka Toivonen |
5 | * Copyright (c) 2008 Erik Andrén | 6 | * Copyright (c) 2008 Erik Andrén |
6 | * | 7 | * |
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License as published by | ||
9 | * the Free Software Foundation; either version 2 of the License, or | ||
10 | * (at your option) any later version. | ||
11 | * | ||
12 | * This program is distributed in the hope that it will be useful, | ||
13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
15 | * GNU General Public License for more details. | ||
16 | * | ||
17 | * P/N 861037: Sensor HDCS1000 ASIC STV0600 | 8 | * P/N 861037: Sensor HDCS1000 ASIC STV0600 |
18 | * P/N 861050-0010: Sensor HDCS1000 ASIC STV0600 | 9 | * P/N 861050-0010: Sensor HDCS1000 ASIC STV0600 |
19 | * P/N 861050-0020: Sensor Photobit PB100 ASIC STV0600-1 - QuickCam Express | 10 | * P/N 861050-0020: Sensor Photobit PB100 ASIC STV0600-1 - QuickCam Express |
diff --git a/drivers/media/usb/gspca/xirlink_cit.c b/drivers/media/usb/gspca/xirlink_cit.c index 58deb0c38826..934a90bd78c2 100644 --- a/drivers/media/usb/gspca/xirlink_cit.c +++ b/drivers/media/usb/gspca/xirlink_cit.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * USB IBM C-It Video Camera driver | 3 | * USB IBM C-It Video Camera driver |
3 | * | 4 | * |
@@ -10,17 +11,6 @@ | |||
10 | * | 11 | * |
11 | * (C) Copyright 1999 Johannes Erdfelt | 12 | * (C) Copyright 1999 Johannes Erdfelt |
12 | * (C) Copyright 1999 Randy Dunlap | 13 | * (C) Copyright 1999 Randy Dunlap |
13 | * | ||
14 | * This program is free software; you can redistribute it and/or modify | ||
15 | * it under the terms of the GNU General Public License as published by | ||
16 | * the Free Software Foundation; either version 2 of the License, or | ||
17 | * (at your option) any later version. | ||
18 | * | ||
19 | * This program is distributed in the hope that it will be useful, | ||
20 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
21 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
22 | * GNU General Public License for more details. | ||
23 | * | ||
24 | */ | 14 | */ |
25 | 15 | ||
26 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt | 16 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt |
diff --git a/drivers/media/usb/gspca/zc3xx.c b/drivers/media/usb/gspca/zc3xx.c index ad7194029031..15a2449d536f 100644 --- a/drivers/media/usb/gspca/zc3xx.c +++ b/drivers/media/usb/gspca/zc3xx.c | |||
@@ -1,18 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * Z-Star/Vimicro zc301/zc302p/vc30x driver | 3 | * Z-Star/Vimicro zc301/zc302p/vc30x driver |
3 | * | 4 | * |
4 | * Copyright (C) 2009-2012 Jean-Francois Moine <http://moinejf.free.fr> | 5 | * Copyright (C) 2009-2012 Jean-Francois Moine <http://moinejf.free.fr> |
5 | * Copyright (C) 2004 2005 2006 Michel Xhaard mxhaard@magic.fr | 6 | * Copyright (C) 2004 2005 2006 Michel Xhaard mxhaard@magic.fr |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License as published by | ||
9 | * the Free Software Foundation; either version 2 of the License, or | ||
10 | * (at your option) any later version. | ||
11 | * | ||
12 | * This program is distributed in the hope that it will be useful, | ||
13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
15 | * GNU General Public License for more details. | ||
16 | */ | 7 | */ |
17 | 8 | ||
18 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt | 9 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt |