Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[media] media: change email address

Soon my dibcom.fr/parrot.com-address won't respond anymore.
Thus I'm replacing it. And, while being at it,
let's adapt some other (old) email-addresses as well.

Signed-off-by: Patrick Boettcher <patrick.boettcher@posteo.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>

authored by

Patrick Boettcher and committed by
Mauro Carvalho Chehab
99e44da7 7ef930a7

+80 -80
+1 -1
Documentation/dvb/README.dvb-usb
··· 190 190 Patches, comments and suggestions are very very welcome. 191 191 192 192 3. Acknowledgements 193 - Amaury Demol (ademol@dibcom.fr) and Francois Kanounnikoff from DiBcom for 193 + Amaury Demol (Amaury.Demol@parrot.com) and Francois Kanounnikoff from DiBcom for 194 194 providing specs, code and help, on which the dvb-dibusb, dib3000mb and 195 195 dib3000mc are based. 196 196
+2 -2
drivers/media/common/b2c2/flexcop.c
··· 1 1 /* 2 2 * Linux driver for digital TV devices equipped with B2C2 FlexcopII(b)/III 3 3 * flexcop.c - main module part 4 - * Copyright (C) 2004-9 Patrick Boettcher <patrick.boettcher@desy.de> 4 + * Copyright (C) 2004-9 Patrick Boettcher <patrick.boettcher@posteo.de> 5 5 * based on skystar2-driver Copyright (C) 2003 Vadim Catana, skystar@moldova.cc 6 6 * 7 7 * Acknowledgements: ··· 34 34 #include "flexcop.h" 35 35 36 36 #define DRIVER_NAME "B2C2 FlexcopII/II(b)/III digital TV receiver chip" 37 - #define DRIVER_AUTHOR "Patrick Boettcher <patrick.boettcher@desy.de" 37 + #define DRIVER_AUTHOR "Patrick Boettcher <patrick.boettcher@posteo.de" 38 38 39 39 #ifdef CONFIG_DVB_B2C2_FLEXCOP_DEBUG 40 40 #define DEBSTATUS ""
+1 -1
drivers/media/common/cypress_firmware.c
··· 1 1 /* cypress_firmware.c is part of the DVB USB library. 2 2 * 3 - * Copyright (C) 2004-6 Patrick Boettcher (patrick.boettcher@desy.de) 3 + * Copyright (C) 2004-6 Patrick Boettcher (patrick.boettcher@posteo.de) 4 4 * see dvb-usb-init.c for copyright information. 5 5 * 6 6 * This file contains functions for downloading the firmware to Cypress FX 1
+1 -1
drivers/media/common/cypress_firmware.h
··· 1 1 /* 2 - * Copyright (C) 2004-6 Patrick Boettcher (patrick.boettcher@desy.de) 2 + * Copyright (C) 2004-6 Patrick Boettcher (patrick.boettcher@posteo.de) 3 3 * see dvb-usb-init.c for copyright information. 4 4 * 5 5 * This file contains functions for downloading the firmware to Cypress FX 1
+1 -1
drivers/media/dvb-core/dvb-usb-ids.h
··· 1 1 /* dvb-usb-ids.h is part of the DVB USB library. 2 2 * 3 - * Copyright (C) 2004-5 Patrick Boettcher (patrick.boettcher@desy.de) see 3 + * Copyright (C) 2004-5 Patrick Boettcher (patrick.boettcher@posteo.de) see 4 4 * dvb-usb-init.c for copyright information. 5 5 * 6 6 * a header file containing define's for the USB device supported by the
+2 -2
drivers/media/dvb-frontends/bcm3510.c
··· 3 3 * 4 4 * Copyright (C) 2001-5, B2C2 inc. 5 5 * 6 - * GPL/Linux driver written by Patrick Boettcher <patrick.boettcher@desy.de> 6 + * GPL/Linux driver written by Patrick Boettcher <patrick.boettcher@posteo.de> 7 7 * 8 8 * This driver is "hard-coded" to be used with the 1st generation of 9 9 * Technisat/B2C2's Air2PC ATSC PCI/USB cards/boxes. The pll-programming ··· 865 865 }; 866 866 867 867 MODULE_DESCRIPTION("Broadcom BCM3510 ATSC (8VSB/16VSB & ITU J83 AnnexB FEC QAM64/256) demodulator driver"); 868 - MODULE_AUTHOR("Patrick Boettcher <patrick.boettcher@desy.de>"); 868 + MODULE_AUTHOR("Patrick Boettcher <patrick.boettcher@posteo.de>"); 869 869 MODULE_LICENSE("GPL");
+1 -1
drivers/media/dvb-frontends/bcm3510.h
··· 3 3 * 4 4 * Copyright (C) 2001-5, B2C2 inc. 5 5 * 6 - * GPL/Linux driver written by Patrick Boettcher <patrick.boettcher@desy.de> 6 + * GPL/Linux driver written by Patrick Boettcher <patrick.boettcher@posteo.de> 7 7 * 8 8 * This program is free software; you can redistribute it and/or modify 9 9 * it under the terms of the GNU General Public License as published by
+1 -1
drivers/media/dvb-frontends/bcm3510_priv.h
··· 3 3 * 4 4 * Copyright (C) 2001-5, B2C2 inc. 5 5 * 6 - * GPL/Linux driver written by Patrick Boettcher <patrick.boettcher@desy.de> 6 + * GPL/Linux driver written by Patrick Boettcher <patrick.boettcher@posteo.de> 7 7 * 8 8 * This program is free software; you can redistribute it and/or modify 9 9 * it under the terms of the GNU General Public License as published by
+1 -1
drivers/media/dvb-frontends/dib0070.c
··· 774 774 } 775 775 EXPORT_SYMBOL(dib0070_attach); 776 776 777 - MODULE_AUTHOR("Patrick Boettcher <pboettcher@dibcom.fr>"); 777 + MODULE_AUTHOR("Patrick Boettcher <patrick.boettcher@posteo.de>"); 778 778 MODULE_DESCRIPTION("Driver for the DiBcom 0070 base-band RF Tuner"); 779 779 MODULE_LICENSE("GPL");
+2 -2
drivers/media/dvb-frontends/dib0090.c
··· 2669 2669 } 2670 2670 EXPORT_SYMBOL(dib0090_fw_register); 2671 2671 2672 - MODULE_AUTHOR("Patrick Boettcher <pboettcher@dibcom.fr>"); 2673 - MODULE_AUTHOR("Olivier Grenie <olivier.grenie@dibcom.fr>"); 2672 + MODULE_AUTHOR("Patrick Boettcher <patrick.boettcher@posteo.de>"); 2673 + MODULE_AUTHOR("Olivier Grenie <olivier.grenie@parrot.com>"); 2674 2674 MODULE_DESCRIPTION("Driver for the DiBcom 0090 base-band RF Tuner"); 2675 2675 MODULE_LICENSE("GPL");
+3 -3
drivers/media/dvb-frontends/dib3000.h
··· 2 2 * public header file of the frontend drivers for mobile DVB-T demodulators 3 3 * DiBcom 3000M-B and DiBcom 3000P/M-C (http://www.dibcom.fr/) 4 4 * 5 - * Copyright (C) 2004-5 Patrick Boettcher (patrick.boettcher@desy.de) 5 + * Copyright (C) 2004-5 Patrick Boettcher (patrick.boettcher@posteo.de) 6 6 * 7 7 * based on GPL code from DibCom, which has 8 8 * 9 - * Copyright (C) 2004 Amaury Demol for DiBcom (ademol@dibcom.fr) 9 + * Copyright (C) 2004 Amaury Demol for DiBcom 10 10 * 11 11 * This program is free software; you can redistribute it and/or 12 12 * modify it under the terms of the GNU General Public License as ··· 14 14 * 15 15 * Acknowledgements 16 16 * 17 - * Amaury Demol (ademol@dibcom.fr) from DiBcom for providing specs and driver 17 + * Amaury Demol from DiBcom for providing specs and driver 18 18 * sources, on which this driver (and the dvb-dibusb) are based. 19 19 * 20 20 * see Documentation/dvb/README.dvb-usb for more information
+4 -4
drivers/media/dvb-frontends/dib3000mb.c
··· 2 2 * Frontend driver for mobile DVB-T demodulator DiBcom 3000M-B 3 3 * DiBcom (http://www.dibcom.fr/) 4 4 * 5 - * Copyright (C) 2004-5 Patrick Boettcher (patrick.boettcher@desy.de) 5 + * Copyright (C) 2004-5 Patrick Boettcher (patrick.boettcher@posteo.de) 6 6 * 7 7 * based on GPL code from DibCom, which has 8 8 * 9 - * Copyright (C) 2004 Amaury Demol for DiBcom (ademol@dibcom.fr) 9 + * Copyright (C) 2004 Amaury Demol for DiBcom 10 10 * 11 11 * This program is free software; you can redistribute it and/or 12 12 * modify it under the terms of the GNU General Public License as ··· 14 14 * 15 15 * Acknowledgements 16 16 * 17 - * Amaury Demol (ademol@dibcom.fr) from DiBcom for providing specs and driver 17 + * Amaury Demol from DiBcom for providing specs and driver 18 18 * sources, on which this driver (and the dvb-dibusb) are based. 19 19 * 20 20 * see Documentation/dvb/README.dvb-usb for more information ··· 36 36 /* Version information */ 37 37 #define DRIVER_VERSION "0.1" 38 38 #define DRIVER_DESC "DiBcom 3000M-B DVB-T demodulator" 39 - #define DRIVER_AUTHOR "Patrick Boettcher, patrick.boettcher@desy.de" 39 + #define DRIVER_AUTHOR "Patrick Boettcher, patrick.boettcher@posteo.de" 40 40 41 41 static int debug; 42 42 module_param(debug, int, 0644);
+1 -1
drivers/media/dvb-frontends/dib3000mb_priv.h
··· 1 1 /* 2 2 * dib3000mb_priv.h 3 3 * 4 - * Copyright (C) 2004 Patrick Boettcher (patrick.boettcher@desy.de) 4 + * Copyright (C) 2004 Patrick Boettcher (patrick.boettcher@posteo.de) 5 5 * 6 6 * This program is free software; you can redistribute it and/or 7 7 * modify it under the terms of the GNU General Public License as
+2 -2
drivers/media/dvb-frontends/dib3000mc.c
··· 2 2 * Driver for DiBcom DiB3000MC/P-demodulator. 3 3 * 4 4 * Copyright (C) 2004-7 DiBcom (http://www.dibcom.fr/) 5 - * Copyright (C) 2004-5 Patrick Boettcher (patrick.boettcher@desy.de) 5 + * Copyright (C) 2004-5 Patrick Boettcher (patrick.boettcher@posteo.de) 6 6 * 7 7 * This code is partially based on the previous dib3000mc.c . 8 8 * ··· 939 939 .read_ucblocks = dib3000mc_read_unc_blocks, 940 940 }; 941 941 942 - MODULE_AUTHOR("Patrick Boettcher <pboettcher@dibcom.fr>"); 942 + MODULE_AUTHOR("Patrick Boettcher <patrick.boettcher@posteo.de>"); 943 943 MODULE_DESCRIPTION("Driver for the DiBcom 3000MC/P COFDM demodulator"); 944 944 MODULE_LICENSE("GPL");
+1 -1
drivers/media/dvb-frontends/dib3000mc.h
··· 2 2 * Driver for DiBcom DiB3000MC/P-demodulator. 3 3 * 4 4 * Copyright (C) 2004-6 DiBcom (http://www.dibcom.fr/) 5 - * Copyright (C) 2004-5 Patrick Boettcher (patrick.boettcher\@desy.de) 5 + * Copyright (C) 2004-5 Patrick Boettcher (patrick.boettcher@posteo.de) 6 6 * 7 7 * This code is partially based on the previous dib3000mc.c . 8 8 *
+1 -1
drivers/media/dvb-frontends/dib7000m.c
··· 1465 1465 .read_ucblocks = dib7000m_read_unc_blocks, 1466 1466 }; 1467 1467 1468 - MODULE_AUTHOR("Patrick Boettcher <pboettcher@dibcom.fr>"); 1468 + MODULE_AUTHOR("Patrick Boettcher <patrick.boettcher@posteo.de>"); 1469 1469 MODULE_DESCRIPTION("Driver for the DiBcom 7000MA/MB/PA/PB/MC COFDM demodulator"); 1470 1470 MODULE_LICENSE("GPL");
+2 -2
drivers/media/dvb-frontends/dib7000p.c
··· 2834 2834 .read_ucblocks = dib7000p_read_unc_blocks, 2835 2835 }; 2836 2836 2837 - MODULE_AUTHOR("Olivier Grenie <ogrenie@dibcom.fr>"); 2838 - MODULE_AUTHOR("Patrick Boettcher <pboettcher@dibcom.fr>"); 2837 + MODULE_AUTHOR("Olivier Grenie <olivie.grenie@parrot.com>"); 2838 + MODULE_AUTHOR("Patrick Boettcher <patrick.boettcher@posteo.de>"); 2839 2839 MODULE_DESCRIPTION("Driver for the DiBcom 7000PC COFDM demodulator"); 2840 2840 MODULE_LICENSE("GPL");
+1 -1
drivers/media/dvb-frontends/dib8000.c
··· 4516 4516 } 4517 4517 EXPORT_SYMBOL(dib8000_attach); 4518 4518 4519 - MODULE_AUTHOR("Olivier Grenie <Olivier.Grenie@dibcom.fr, " "Patrick Boettcher <pboettcher@dibcom.fr>"); 4519 + MODULE_AUTHOR("Olivier Grenie <Olivier.Grenie@parrot.com, Patrick Boettcher <patrick.boettcher@posteo.de>"); 4520 4520 MODULE_DESCRIPTION("Driver for the DiBcom 8000 ISDB-T demodulator"); 4521 4521 MODULE_LICENSE("GPL");
+2 -2
drivers/media/dvb-frontends/dib9000.c
··· 2589 2589 .read_ucblocks = dib9000_read_unc_blocks, 2590 2590 }; 2591 2591 2592 - MODULE_AUTHOR("Patrick Boettcher <pboettcher@dibcom.fr>"); 2593 - MODULE_AUTHOR("Olivier Grenie <ogrenie@dibcom.fr>"); 2592 + MODULE_AUTHOR("Patrick Boettcher <patrick.boettcher@posteo.de>"); 2593 + MODULE_AUTHOR("Olivier Grenie <olivier.grenie@parrot.com>"); 2594 2594 MODULE_DESCRIPTION("Driver for the DiBcom 9000 COFDM demodulator"); 2595 2595 MODULE_LICENSE("GPL");
+1 -1
drivers/media/dvb-frontends/dibx000_common.c
··· 510 510 } 511 511 EXPORT_SYMBOL(systime); 512 512 513 - MODULE_AUTHOR("Patrick Boettcher <pboettcher@dibcom.fr>"); 513 + MODULE_AUTHOR("Patrick Boettcher <patrick.boettcher@posteo.de>"); 514 514 MODULE_DESCRIPTION("Common function the DiBcom demodulator family"); 515 515 MODULE_LICENSE("GPL");
+1 -1
drivers/media/pci/b2c2/flexcop-pci.c
··· 39 39 40 40 #define DRIVER_VERSION "0.1" 41 41 #define DRIVER_NAME "flexcop-pci" 42 - #define DRIVER_AUTHOR "Patrick Boettcher <patrick.boettcher@desy.de>" 42 + #define DRIVER_AUTHOR "Patrick Boettcher <patrick.boettcher@posteo.de>" 43 43 44 44 struct flexcop_pci { 45 45 struct pci_dev *pdev;
+1 -1
drivers/media/usb/b2c2/flexcop-usb.c
··· 10 10 /* Version information */ 11 11 #define DRIVER_VERSION "0.1" 12 12 #define DRIVER_NAME "Technisat/B2C2 FlexCop II/IIb/III Digital TV USB Driver" 13 - #define DRIVER_AUTHOR "Patrick Boettcher <patrick.boettcher@desy.de>" 13 + #define DRIVER_AUTHOR "Patrick Boettcher <patrick.boettcher@posteo.de>" 14 14 15 15 /* debug */ 16 16 #ifdef CONFIG_DVB_B2C2_FLEXCOP_DEBUG
+1 -1
drivers/media/usb/dvb-usb-v2/dvb_usb.h
··· 1 1 /* 2 2 * DVB USB framework 3 3 * 4 - * Copyright (C) 2004-6 Patrick Boettcher <patrick.boettcher@desy.de> 4 + * Copyright (C) 2004-6 Patrick Boettcher <patrick.boettcher@posteo.de> 5 5 * Copyright (C) 2012 Antti Palosaari <crope@iki.fi> 6 6 * 7 7 * This program is free software; you can redistribute it and/or modify
+1 -1
drivers/media/usb/dvb-usb-v2/dvb_usb_common.h
··· 1 1 /* 2 2 * DVB USB framework 3 3 * 4 - * Copyright (C) 2004-6 Patrick Boettcher <patrick.boettcher@desy.de> 4 + * Copyright (C) 2004-6 Patrick Boettcher <patrick.boettcher@posteo.de> 5 5 * Copyright (C) 2012 Antti Palosaari <crope@iki.fi> 6 6 * 7 7 * This program is free software; you can redistribute it and/or modify
+2 -2
drivers/media/usb/dvb-usb-v2/dvb_usb_core.c
··· 1 1 /* 2 2 * DVB USB framework 3 3 * 4 - * Copyright (C) 2004-6 Patrick Boettcher <patrick.boettcher@desy.de> 4 + * Copyright (C) 2004-6 Patrick Boettcher <patrick.boettcher@posteo.de> 5 5 * Copyright (C) 2012 Antti Palosaari <crope@iki.fi> 6 6 * 7 7 * This program is free software; you can redistribute it and/or modify ··· 1129 1129 EXPORT_SYMBOL(dvb_usbv2_reset_resume); 1130 1130 1131 1131 MODULE_VERSION("2.0"); 1132 - MODULE_AUTHOR("Patrick Boettcher <patrick.boettcher@desy.de>"); 1132 + MODULE_AUTHOR("Patrick Boettcher <patrick.boettcher@posteo.de>"); 1133 1133 MODULE_AUTHOR("Antti Palosaari <crope@iki.fi>"); 1134 1134 MODULE_DESCRIPTION("DVB USB common"); 1135 1135 MODULE_LICENSE("GPL");
+1 -1
drivers/media/usb/dvb-usb-v2/dvb_usb_urb.c
··· 1 1 /* 2 2 * DVB USB framework 3 3 * 4 - * Copyright (C) 2004-6 Patrick Boettcher <patrick.boettcher@desy.de> 4 + * Copyright (C) 2004-6 Patrick Boettcher <patrick.boettcher@posteo.de> 5 5 * Copyright (C) 2012 Antti Palosaari <crope@iki.fi> 6 6 * 7 7 * This program is free software; you can redistribute it and/or modify
+1 -1
drivers/media/usb/dvb-usb-v2/usb_urb.c
··· 1 1 /* usb-urb.c is part of the DVB USB library. 2 2 * 3 - * Copyright (C) 2004-6 Patrick Boettcher (patrick.boettcher@desy.de) 3 + * Copyright (C) 2004-6 Patrick Boettcher (patrick.boettcher@posteo.de) 4 4 * see dvb-usb-init.c for copyright information. 5 5 * 6 6 * This file keeps functions for initializing and handling the
+2 -2
drivers/media/usb/dvb-usb/a800.c
··· 1 1 /* DVB USB framework compliant Linux driver for the AVerMedia AverTV DVB-T 2 2 * USB2.0 (A800) DVB-T receiver. 3 3 * 4 - * Copyright (C) 2005 Patrick Boettcher (patrick.boettcher@desy.de) 4 + * Copyright (C) 2005 Patrick Boettcher (patrick.boettcher@posteo.de) 5 5 * 6 6 * Thanks to 7 7 * - AVerMedia who kindly provided information and ··· 185 185 186 186 module_usb_driver(a800_driver); 187 187 188 - MODULE_AUTHOR("Patrick Boettcher <patrick.boettcher@desy.de>"); 188 + MODULE_AUTHOR("Patrick Boettcher <patrick.boettcher@posteo.de>"); 189 189 MODULE_DESCRIPTION("AVerMedia AverTV DVB-T USB 2.0 (A800)"); 190 190 MODULE_VERSION("1.0"); 191 191 MODULE_LICENSE("GPL");
+2 -2
drivers/media/usb/dvb-usb/cxusb.c
··· 13 13 * 14 14 * TODO: Use the cx25840-driver for the analogue part 15 15 * 16 - * Copyright (C) 2005 Patrick Boettcher (patrick.boettcher@desy.de) 16 + * Copyright (C) 2005 Patrick Boettcher (patrick.boettcher@posteo.de) 17 17 * Copyright (C) 2006 Michael Krufky (mkrufky@linuxtv.org) 18 18 * Copyright (C) 2006, 2007 Chris Pascoe (c.pascoe@itee.uq.edu.au) 19 19 * ··· 2314 2314 2315 2315 module_usb_driver(cxusb_driver); 2316 2316 2317 - MODULE_AUTHOR("Patrick Boettcher <patrick.boettcher@desy.de>"); 2317 + MODULE_AUTHOR("Patrick Boettcher <patrick.boettcher@posteo.de>"); 2318 2318 MODULE_AUTHOR("Michael Krufky <mkrufky@linuxtv.org>"); 2319 2319 MODULE_AUTHOR("Chris Pascoe <c.pascoe@itee.uq.edu.au>"); 2320 2320 MODULE_DESCRIPTION("Driver for Conexant USB2.0 hybrid reference design");
+1 -1
drivers/media/usb/dvb-usb/dib0700_core.c
··· 881 881 module_usb_driver(dib0700_driver); 882 882 883 883 MODULE_FIRMWARE("dvb-usb-dib0700-1.20.fw"); 884 - MODULE_AUTHOR("Patrick Boettcher <pboettcher@dibcom.fr>"); 884 + MODULE_AUTHOR("Patrick Boettcher <patrick.boettcher@posteo.de>"); 885 885 MODULE_DESCRIPTION("Driver for devices based on DiBcom DiB0700 - USB bridge"); 886 886 MODULE_VERSION("1.0"); 887 887 MODULE_LICENSE("GPL");
+1 -1
drivers/media/usb/dvb-usb/dibusb-common.c
··· 1 1 /* Common methods for dibusb-based-receivers. 2 2 * 3 - * Copyright (C) 2004-5 Patrick Boettcher (patrick.boettcher@desy.de) 3 + * Copyright (C) 2004-5 Patrick Boettcher (patrick.boettcher@posteo.de) 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify it 6 6 * under the terms of the GNU General Public License as published by the Free
+3 -3
drivers/media/usb/dvb-usb/dibusb-mb.c
··· 1 1 /* DVB USB compliant linux driver for mobile DVB-T USB devices based on 2 2 * reference designs made by DiBcom (http://www.dibcom.fr/) (DiB3000M-B) 3 3 * 4 - * Copyright (C) 2004-5 Patrick Boettcher (patrick.boettcher@desy.de) 4 + * Copyright (C) 2004-5 Patrick Boettcher (patrick.boettcher@posteo.de) 5 5 * 6 6 * based on GPL code from DiBcom, which has 7 - * Copyright (C) 2004 Amaury Demol for DiBcom (ademol@dibcom.fr) 7 + * Copyright (C) 2004 Amaury Demol for DiBcom 8 8 * 9 9 * This program is free software; you can redistribute it and/or modify it 10 10 * under the terms of the GNU General Public License as published by the Free ··· 465 465 466 466 module_usb_driver(dibusb_driver); 467 467 468 - MODULE_AUTHOR("Patrick Boettcher <patrick.boettcher@desy.de>"); 468 + MODULE_AUTHOR("Patrick Boettcher <patrick.boettcher@posteo.de>"); 469 469 MODULE_DESCRIPTION("Driver for DiBcom USB DVB-T devices (DiB3000M-B based)"); 470 470 MODULE_VERSION("1.0"); 471 471 MODULE_LICENSE("GPL");
+3 -3
drivers/media/usb/dvb-usb/dibusb-mc.c
··· 1 1 /* DVB USB compliant linux driver for mobile DVB-T USB devices based on 2 2 * reference designs made by DiBcom (http://www.dibcom.fr/) (DiB3000M-C/P) 3 3 * 4 - * Copyright (C) 2004-5 Patrick Boettcher (patrick.boettcher@desy.de) 4 + * Copyright (C) 2004-5 Patrick Boettcher (patrick.boettcher@posteo.de) 5 5 * 6 6 * based on GPL code from DiBcom, which has 7 - * Copyright (C) 2004 Amaury Demol for DiBcom (ademol@dibcom.fr) 7 + * Copyright (C) 2004 Amaury Demol for DiBcom 8 8 * 9 9 * This program is free software; you can redistribute it and/or modify it 10 10 * under the terms of the GNU General Public License as published by the Free ··· 143 143 144 144 module_usb_driver(dibusb_mc_driver); 145 145 146 - MODULE_AUTHOR("Patrick Boettcher <patrick.boettcher@desy.de>"); 146 + MODULE_AUTHOR("Patrick Boettcher <patrick.boettcher@posteo.de>"); 147 147 MODULE_DESCRIPTION("Driver for DiBcom USB2.0 DVB-T (DiB3000M-C/P based) devices"); 148 148 MODULE_VERSION("1.0"); 149 149 MODULE_LICENSE("GPL");
+1 -1
drivers/media/usb/dvb-usb/dibusb.h
··· 1 1 /* Header file for all dibusb-based-receivers. 2 2 * 3 - * Copyright (C) 2004-5 Patrick Boettcher (patrick.boettcher@desy.de) 3 + * Copyright (C) 2004-5 Patrick Boettcher (patrick.boettcher@posteo.de) 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify it 6 6 * under the terms of the GNU General Public License as published by the Free
+2 -2
drivers/media/usb/dvb-usb/digitv.c
··· 1 1 /* DVB USB compliant linux driver for Nebula Electronics uDigiTV DVB-T USB2.0 2 2 * receiver 3 3 * 4 - * Copyright (C) 2005 Patrick Boettcher (patrick.boettcher@desy.de) 4 + * Copyright (C) 2005 Patrick Boettcher (patrick.boettcher@posteo.de) 5 5 * 6 6 * partly based on the SDK published by Nebula Electronics 7 7 * ··· 348 348 349 349 module_usb_driver(digitv_driver); 350 350 351 - MODULE_AUTHOR("Patrick Boettcher <patrick.boettcher@desy.de>"); 351 + MODULE_AUTHOR("Patrick Boettcher <patrick.boettcher@posteo.de>"); 352 352 MODULE_DESCRIPTION("Driver for Nebula Electronics uDigiTV DVB-T USB2.0"); 353 353 MODULE_VERSION("1.0-alpha"); 354 354 MODULE_LICENSE("GPL");
+1 -1
drivers/media/usb/dvb-usb/dtt200u-fe.c
··· 1 1 /* Frontend part of the Linux driver for the WideView/ Yakumo/ Hama/ 2 2 * Typhoon/ Yuan DVB-T USB2.0 receiver. 3 3 * 4 - * Copyright (C) 2005 Patrick Boettcher <patrick.boettcher@desy.de> 4 + * Copyright (C) 2005 Patrick Boettcher <patrick.boettcher@posteo.de> 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify it 7 7 * under the terms of the GNU General Public License as published by the Free
+2 -2
drivers/media/usb/dvb-usb/dtt200u.c
··· 1 1 /* DVB USB library compliant Linux driver for the WideView/ Yakumo/ Hama/ 2 2 * Typhoon/ Yuan/ Miglia DVB-T USB2.0 receiver. 3 3 * 4 - * Copyright (C) 2004-5 Patrick Boettcher (patrick.boettcher@desy.de) 4 + * Copyright (C) 2004-5 Patrick Boettcher (patrick.boettcher@posteo.de) 5 5 * 6 6 * Thanks to Steve Chang from WideView for providing support for the WT-220U. 7 7 * ··· 362 362 363 363 module_usb_driver(dtt200u_usb_driver); 364 364 365 - MODULE_AUTHOR("Patrick Boettcher <patrick.boettcher@desy.de>"); 365 + MODULE_AUTHOR("Patrick Boettcher <patrick.boettcher@posteo.de>"); 366 366 MODULE_DESCRIPTION("Driver for the WideView/Yakumo/Hama/Typhoon/Club3D/Miglia DVB-T USB2.0 devices"); 367 367 MODULE_VERSION("1.0"); 368 368 MODULE_LICENSE("GPL");
+1 -1
drivers/media/usb/dvb-usb/dtt200u.h
··· 1 1 /* Common header file of Linux driver for the WideView/ Yakumo/ Hama/ 2 2 * Typhoon/ Yuan DVB-T USB2.0 receiver. 3 3 * 4 - * Copyright (C) 2004-5 Patrick Boettcher (patrick.boettcher@desy.de) 4 + * Copyright (C) 2004-5 Patrick Boettcher (patrick.boettcher@posteo.de) 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify it 7 7 * under the terms of the GNU General Public License as published by the Free
+1 -1
drivers/media/usb/dvb-usb/dvb-usb-common.h
··· 1 1 /* dvb-usb-common.h is part of the DVB USB library. 2 2 * 3 - * Copyright (C) 2004-5 Patrick Boettcher (patrick.boettcher@desy.de) 3 + * Copyright (C) 2004-5 Patrick Boettcher (patrick.boettcher@posteo.de) 4 4 * see dvb-usb-init.c for copyright information. 5 5 * 6 6 * a header file containing prototypes and types for internal use of the dvb-usb-lib
+1 -1
drivers/media/usb/dvb-usb/dvb-usb-dvb.c
··· 1 1 /* dvb-usb-dvb.c is part of the DVB USB library. 2 2 * 3 - * Copyright (C) 2004-6 Patrick Boettcher (patrick.boettcher@desy.de) 3 + * Copyright (C) 2004-6 Patrick Boettcher (patrick.boettcher@posteo.de) 4 4 * see dvb-usb-init.c for copyright information. 5 5 * 6 6 * This file contains functions for initializing and handling the
+1 -1
drivers/media/usb/dvb-usb/dvb-usb-firmware.c
··· 1 1 /* dvb-usb-firmware.c is part of the DVB USB library. 2 2 * 3 - * Copyright (C) 2004-6 Patrick Boettcher (patrick.boettcher@desy.de) 3 + * Copyright (C) 2004-6 Patrick Boettcher (patrick.boettcher@posteo.de) 4 4 * see dvb-usb-init.c for copyright information. 5 5 * 6 6 * This file contains functions for downloading the firmware to Cypress FX 1 and 2 based devices.
+1 -1
drivers/media/usb/dvb-usb/dvb-usb-i2c.c
··· 1 1 /* dvb-usb-i2c.c is part of the DVB USB library. 2 2 * 3 - * Copyright (C) 2004-6 Patrick Boettcher (patrick.boettcher@desy.de) 3 + * Copyright (C) 2004-6 Patrick Boettcher (patrick.boettcher@posteo.de) 4 4 * see dvb-usb-init.c for copyright information. 5 5 * 6 6 * This file contains functions for (de-)initializing an I2C adapter.
+2 -2
drivers/media/usb/dvb-usb/dvb-usb-init.c
··· 3 3 * 4 4 * dvb-usb-init.c 5 5 * 6 - * Copyright (C) 2004-6 Patrick Boettcher (patrick.boettcher@desy.de) 6 + * Copyright (C) 2004-6 Patrick Boettcher (patrick.boettcher@posteo.de) 7 7 * 8 8 * This program is free software; you can redistribute it and/or modify it 9 9 * under the terms of the GNU General Public License as published by the Free ··· 299 299 EXPORT_SYMBOL(dvb_usb_device_exit); 300 300 301 301 MODULE_VERSION("1.0"); 302 - MODULE_AUTHOR("Patrick Boettcher <patrick.boettcher@desy.de>"); 302 + MODULE_AUTHOR("Patrick Boettcher <patrick.boettcher@posteo.de>"); 303 303 MODULE_DESCRIPTION("A library module containing commonly used USB and DVB function USB DVB devices"); 304 304 MODULE_LICENSE("GPL");
+1 -1
drivers/media/usb/dvb-usb/dvb-usb-remote.c
··· 1 1 /* dvb-usb-remote.c is part of the DVB USB library. 2 2 * 3 - * Copyright (C) 2004-6 Patrick Boettcher (patrick.boettcher@desy.de) 3 + * Copyright (C) 2004-6 Patrick Boettcher (patrick.boettcher@posteo.de) 4 4 * see dvb-usb-init.c for copyright information. 5 5 * 6 6 * This file contains functions for initializing the input-device and for handling remote-control-queries.
+1 -1
drivers/media/usb/dvb-usb/dvb-usb-urb.c
··· 1 1 /* dvb-usb-urb.c is part of the DVB USB library. 2 2 * 3 - * Copyright (C) 2004-6 Patrick Boettcher (patrick.boettcher@desy.de) 3 + * Copyright (C) 2004-6 Patrick Boettcher (patrick.boettcher@posteo.de) 4 4 * see dvb-usb-init.c for copyright information. 5 5 * 6 6 * This file keeps functions for initializing and handling the
+1 -1
drivers/media/usb/dvb-usb/dvb-usb.h
··· 1 1 /* dvb-usb.h is part of the DVB USB library. 2 2 * 3 - * Copyright (C) 2004-6 Patrick Boettcher (patrick.boettcher@desy.de) 3 + * Copyright (C) 2004-6 Patrick Boettcher (patrick.boettcher@posteo.de) 4 4 * see dvb-usb-init.c for copyright information. 5 5 * 6 6 * the headerfile, all dvb-usb-drivers have to include.
+2 -2
drivers/media/usb/dvb-usb/nova-t-usb2.c
··· 1 1 /* DVB USB framework compliant Linux driver for the Hauppauge WinTV-NOVA-T usb2 2 2 * DVB-T receiver. 3 3 * 4 - * Copyright (C) 2004-5 Patrick Boettcher (patrick.boettcher@desy.de) 4 + * Copyright (C) 2004-5 Patrick Boettcher (patrick.boettcher@posteo.de) 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify it 7 7 * under the terms of the GNU General Public License as published by the Free ··· 227 227 228 228 module_usb_driver(nova_t_driver); 229 229 230 - MODULE_AUTHOR("Patrick Boettcher <patrick.boettcher@desy.de>"); 230 + MODULE_AUTHOR("Patrick Boettcher <patrick.boettcher@posteo.de>"); 231 231 MODULE_DESCRIPTION("Hauppauge WinTV-NOVA-T usb2"); 232 232 MODULE_VERSION("1.0"); 233 233 MODULE_LICENSE("GPL");
+1 -1
drivers/media/usb/dvb-usb/ttusb2.c
··· 820 820 821 821 module_usb_driver(ttusb2_driver); 822 822 823 - MODULE_AUTHOR("Patrick Boettcher <patrick.boettcher@desy.de>"); 823 + MODULE_AUTHOR("Patrick Boettcher <patrick.boettcher@posteo.de>"); 824 824 MODULE_DESCRIPTION("Driver for Pinnacle PCTV 400e DVB-S USB2.0"); 825 825 MODULE_VERSION("1.0"); 826 826 MODULE_LICENSE("GPL");
+2 -2
drivers/media/usb/dvb-usb/umt-010.c
··· 1 1 /* DVB USB framework compliant Linux driver for the HanfTek UMT-010 USB2.0 2 2 * DVB-T receiver. 3 3 * 4 - * Copyright (C) 2004-5 Patrick Boettcher (patrick.boettcher@desy.de) 4 + * Copyright (C) 2004-5 Patrick Boettcher (patrick.boettcher@posteo.de) 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify it 7 7 * under the terms of the GNU General Public License as published by the Free ··· 145 145 146 146 module_usb_driver(umt_driver); 147 147 148 - MODULE_AUTHOR("Patrick Boettcher <patrick.boettcher@desy.de>"); 148 + MODULE_AUTHOR("Patrick Boettcher <patrick.boettcher@posteo.de>"); 149 149 MODULE_DESCRIPTION("Driver for HanfTek UMT 010 USB2.0 DVB-T device"); 150 150 MODULE_VERSION("1.0"); 151 151 MODULE_LICENSE("GPL");
+1 -1
drivers/media/usb/dvb-usb/usb-urb.c
··· 1 1 /* usb-urb.c is part of the DVB USB library. 2 2 * 3 - * Copyright (C) 2004-6 Patrick Boettcher (patrick.boettcher@desy.de) 3 + * Copyright (C) 2004-6 Patrick Boettcher (patrick.boettcher@posteo.de) 4 4 * see dvb-usb-init.c for copyright information. 5 5 * 6 6 * This file keeps functions for initializing and handling the
+1 -1
drivers/media/usb/dvb-usb/vp702x-fe.c
··· 4 4 * Copyright (C) 2005 Ralph Metzler <rjkm@metzlerbros.de> 5 5 * Metzler Brothers Systementwicklung GbR 6 6 * 7 - * Copyright (C) 2005 Patrick Boettcher <patrick.boettcher@desy.de> 7 + * Copyright (C) 2005 Patrick Boettcher <patrick.boettcher@posteo.de> 8 8 * 9 9 * Thanks to Twinhan who kindly provided hardware and information. 10 10 *
+2 -2
drivers/media/usb/dvb-usb/vp702x.c
··· 4 4 * Copyright (C) 2005 Ralph Metzler <rjkm@metzlerbros.de> 5 5 * Metzler Brothers Systementwicklung GbR 6 6 * 7 - * Copyright (C) 2005 Patrick Boettcher <patrick.boettcher@desy.de> 7 + * Copyright (C) 2005 Patrick Boettcher <patrick.boettcher@posteo.de> 8 8 * 9 9 * Thanks to Twinhan who kindly provided hardware and information. 10 10 * ··· 439 439 440 440 module_usb_driver(vp702x_usb_driver); 441 441 442 - MODULE_AUTHOR("Patrick Boettcher <patrick.boettcher@desy.de>"); 442 + MODULE_AUTHOR("Patrick Boettcher <patrick.boettcher@posteo.de>"); 443 443 MODULE_DESCRIPTION("Driver for Twinhan StarBox DVB-S USB2.0 and clones"); 444 444 MODULE_VERSION("1.0"); 445 445 MODULE_LICENSE("GPL");
+1 -1
drivers/media/usb/dvb-usb/vp7045-fe.c
··· 1 1 /* DVB frontend part of the Linux driver for TwinhanDTV Alpha/MagicBoxII USB2.0 2 2 * DVB-T receiver. 3 3 * 4 - * Copyright (C) 2004-5 Patrick Boettcher (patrick.boettcher@desy.de) 4 + * Copyright (C) 2004-5 Patrick Boettcher (patrick.boettcher@posteo.de) 5 5 * 6 6 * Thanks to Twinhan who kindly provided hardware and information. 7 7 *
+2 -2
drivers/media/usb/dvb-usb/vp7045.c
··· 2 2 * - TwinhanDTV Alpha/MagicBoxII USB2.0 DVB-T receiver 3 3 * - DigitalNow TinyUSB2 DVB-t receiver 4 4 * 5 - * Copyright (C) 2004-5 Patrick Boettcher (patrick.boettcher@desy.de) 5 + * Copyright (C) 2004-5 Patrick Boettcher (patrick.boettcher@posteo.de) 6 6 * 7 7 * Thanks to Twinhan who kindly provided hardware and information. 8 8 * ··· 296 296 297 297 module_usb_driver(vp7045_usb_driver); 298 298 299 - MODULE_AUTHOR("Patrick Boettcher <patrick.boettcher@desy.de>"); 299 + MODULE_AUTHOR("Patrick Boettcher <patrick.boettcher@posteo.de>"); 300 300 MODULE_DESCRIPTION("Driver for Twinhan MagicBox/Alpha and DNTV tinyUSB2 DVB-T USB2.0"); 301 301 MODULE_VERSION("1.0"); 302 302 MODULE_LICENSE("GPL");
+1 -1
drivers/media/usb/dvb-usb/vp7045.h
··· 1 1 /* Common header-file of the Linux driver for the TwinhanDTV Alpha/MagicBoxII 2 2 * USB2.0 DVB-T receiver. 3 3 * 4 - * Copyright (C) 2004-5 Patrick Boettcher (patrick.boettcher@desy.de) 4 + * Copyright (C) 2004-5 Patrick Boettcher (patrick.boettcher@posteo.de) 5 5 * 6 6 * Thanks to Twinhan who kindly provided hardware and information. 7 7 *