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

[media, edac] Change my email address

There are several left overs with my old email address.
Remove their occurrences and add myself at CREDITS, to
allow people to be able to reach me on my new addresses.

Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>

+190 -183
+7
CREDITS
··· 630 630 E: mec@shout.net 631 631 D: Configure, Menuconfig, xconfig 632 632 633 + N: Mauro Carvalho Chehab 634 + E: m.chehab@samsung.org 635 + E: mchehab@infradead.org 636 + D: Media subsystem (V4L/DVB) drivers and core 637 + D: EDAC drivers and EDAC 3.0 core rework 638 + S: Brazil 639 + 633 640 N: Raymond Chen 634 641 E: raymondc@microsoft.com 635 642 D: Author of Configure script
+1 -1
Documentation/edac.txt
··· 6 6 7 Dec 2005 7 7 17 Jul 2007 Updated 8 8 9 - (c) Mauro Carvalho Chehab <mchehab@redhat.com> 9 + (c) Mauro Carvalho Chehab 10 10 05 Aug 2009 Nehalem interface 11 11 12 12 EDAC is maintained and written by:
+1 -1
drivers/edac/edac_mc_sysfs.c
··· 7 7 * 8 8 * Written Doug Thompson <norsk5@xmission.com> www.softwarebitmaker.com 9 9 * 10 - * (c) 2012-2013 - Mauro Carvalho Chehab <mchehab@redhat.com> 10 + * (c) 2012-2013 - Mauro Carvalho Chehab 11 11 * The entire API were re-written, and ported to use struct device 12 12 * 13 13 */
+1 -1
drivers/edac/ghes_edac.c
··· 4 4 * This file may be distributed under the terms of the GNU General Public 5 5 * License version 2. 6 6 * 7 - * Copyright (c) 2013 by Mauro Carvalho Chehab <mchehab@redhat.com> 7 + * Copyright (c) 2013 by Mauro Carvalho Chehab 8 8 * 9 9 * Red Hat Inc. http://www.redhat.com 10 10 */
+2 -2
drivers/edac/i5400_edac.c
··· 6 6 * 7 7 * Copyright (c) 2008 by: 8 8 * Ben Woodard <woodard@redhat.com> 9 - * Mauro Carvalho Chehab <mchehab@redhat.com> 9 + * Mauro Carvalho Chehab 10 10 * 11 11 * Red Hat Inc. http://www.redhat.com 12 12 * ··· 1467 1467 1468 1468 MODULE_LICENSE("GPL"); 1469 1469 MODULE_AUTHOR("Ben Woodard <woodard@redhat.com>"); 1470 - MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); 1470 + MODULE_AUTHOR("Mauro Carvalho Chehab"); 1471 1471 MODULE_AUTHOR("Red Hat Inc. (http://www.redhat.com)"); 1472 1472 MODULE_DESCRIPTION("MC Driver for Intel I5400 memory controllers - " 1473 1473 I5400_REVISION);
+2 -2
drivers/edac/i7300_edac.c
··· 5 5 * GNU General Public License version 2 only. 6 6 * 7 7 * Copyright (c) 2010 by: 8 - * Mauro Carvalho Chehab <mchehab@redhat.com> 8 + * Mauro Carvalho Chehab 9 9 * 10 10 * Red Hat Inc. http://www.redhat.com 11 11 * ··· 1207 1207 module_exit(i7300_exit); 1208 1208 1209 1209 MODULE_LICENSE("GPL"); 1210 - MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); 1210 + MODULE_AUTHOR("Mauro Carvalho Chehab"); 1211 1211 MODULE_AUTHOR("Red Hat Inc. (http://www.redhat.com)"); 1212 1212 MODULE_DESCRIPTION("MC Driver for Intel I7300 memory controllers - " 1213 1213 I7300_REVISION);
+2 -2
drivers/edac/i7core_edac.c
··· 9 9 * GNU General Public License version 2 only. 10 10 * 11 11 * Copyright (c) 2009-2010 by: 12 - * Mauro Carvalho Chehab <mchehab@redhat.com> 12 + * Mauro Carvalho Chehab 13 13 * 14 14 * Red Hat Inc. http://www.redhat.com 15 15 * ··· 2456 2456 module_exit(i7core_exit); 2457 2457 2458 2458 MODULE_LICENSE("GPL"); 2459 - MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); 2459 + MODULE_AUTHOR("Mauro Carvalho Chehab"); 2460 2460 MODULE_AUTHOR("Red Hat Inc. (http://www.redhat.com)"); 2461 2461 MODULE_DESCRIPTION("MC Driver for Intel i7 Core memory controllers - " 2462 2462 I7CORE_REVISION);
+2 -2
drivers/edac/sb_edac.c
··· 7 7 * GNU General Public License version 2 only. 8 8 * 9 9 * Copyright (c) 2011 by: 10 - * Mauro Carvalho Chehab <mchehab@redhat.com> 10 + * Mauro Carvalho Chehab 11 11 */ 12 12 13 13 #include <linux/module.h> ··· 2176 2176 MODULE_PARM_DESC(edac_op_state, "EDAC Error Reporting state: 0=Poll,1=NMI"); 2177 2177 2178 2178 MODULE_LICENSE("GPL"); 2179 - MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); 2179 + MODULE_AUTHOR("Mauro Carvalho Chehab"); 2180 2180 MODULE_AUTHOR("Red Hat Inc. (http://www.redhat.com)"); 2181 2181 MODULE_DESCRIPTION("MC Driver for Intel Sandy Bridge and Ivy Bridge memory controllers - " 2182 2182 SBRIDGE_REVISION);
+1 -1
drivers/media/common/siano/smsdvb-debugfs.c
··· 1 1 /*********************************************************************** 2 2 * 3 - * Copyright(c) 2013 Mauro Carvalho Chehab <mchehab@redhat.com> 3 + * Copyright(c) 2013 Mauro Carvalho Chehab 4 4 * 5 5 * This program is free software: you can redistribute it and/or modify 6 6 * it under the terms of the GNU General Public License as published by
+2 -2
drivers/media/dvb-frontends/mb86a20s.c
··· 1 1 /* 2 2 * Fujitu mb86a20s ISDB-T/ISDB-Tsb Module driver 3 3 * 4 - * Copyright (C) 2010-2013 Mauro Carvalho Chehab <mchehab@redhat.com> 4 + * Copyright (C) 2010-2013 Mauro Carvalho Chehab 5 5 * Copyright (C) 2009-2010 Douglas Landgraf <dougsland@redhat.com> 6 6 * 7 7 * This program is free software; you can redistribute it and/or ··· 2156 2156 }; 2157 2157 2158 2158 MODULE_DESCRIPTION("DVB Frontend module for Fujitsu mb86A20s hardware"); 2159 - MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); 2159 + MODULE_AUTHOR("Mauro Carvalho Chehab"); 2160 2160 MODULE_LICENSE("GPL");
+1 -1
drivers/media/dvb-frontends/mb86a20s.h
··· 1 1 /* 2 2 * Fujitsu mb86a20s driver 3 3 * 4 - * Copyright (C) 2010 Mauro Carvalho Chehab <mchehab@redhat.com> 4 + * Copyright (C) 2010 Mauro Carvalho Chehab 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/s921.c
··· 2 2 * Sharp VA3A5JZ921 One Seg Broadcast Module driver 3 3 * This device is labeled as just S. 921 at the top of the frontend can 4 4 * 5 - * Copyright (C) 2009-2010 Mauro Carvalho Chehab <mchehab@redhat.com> 5 + * Copyright (C) 2009-2010 Mauro Carvalho Chehab 6 6 * Copyright (C) 2009-2010 Douglas Landgraf <dougsland@redhat.com> 7 7 * 8 8 * Developed for Leadership SBTVD 1seg device sold in Brazil ··· 539 539 }; 540 540 541 541 MODULE_DESCRIPTION("DVB Frontend module for Sharp S921 hardware"); 542 - MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); 542 + MODULE_AUTHOR("Mauro Carvalho Chehab"); 543 543 MODULE_AUTHOR("Douglas Landgraf <dougsland@redhat.com>"); 544 544 MODULE_LICENSE("GPL");
+1 -1
drivers/media/dvb-frontends/s921.h
··· 1 1 /* 2 2 * Sharp s921 driver 3 3 * 4 - * Copyright (C) 2009 Mauro Carvalho Chehab <mchehab@redhat.com> 4 + * Copyright (C) 2009 Mauro Carvalho Chehab 5 5 * Copyright (C) 2009 Douglas Landgraf <dougsland@redhat.com> 6 6 * 7 7 * This program is free software; you can redistribute it and/or
+2 -2
drivers/media/i2c/mt9v011.c
··· 1 1 /* 2 2 * mt9v011 -Micron 1/4-Inch VGA Digital Image Sensor 3 3 * 4 - * Copyright (c) 2009 Mauro Carvalho Chehab (mchehab@redhat.com) 4 + * Copyright (c) 2009 Mauro Carvalho Chehab 5 5 * This code is placed under the terms of the GNU General Public License v2 6 6 */ 7 7 ··· 16 16 #include <media/mt9v011.h> 17 17 18 18 MODULE_DESCRIPTION("Micron mt9v011 sensor driver"); 19 - MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); 19 + MODULE_AUTHOR("Mauro Carvalho Chehab"); 20 20 MODULE_LICENSE("GPL"); 21 21 22 22 static int debug;
+1 -1
drivers/media/i2c/sr030pc30.c
··· 8 8 * and HeungJun Kim <riverful.kim@samsung.com>. 9 9 * 10 10 * Based on mt9v011 Micron Digital Image Sensor driver 11 - * Copyright (c) 2009 Mauro Carvalho Chehab (mchehab@redhat.com) 11 + * Copyright (c) 2009 Mauro Carvalho Chehab 12 12 * 13 13 * This program is free software; you can redistribute it and/or modify 14 14 * it under the terms of the GNU General Public License as published by
+2 -2
drivers/media/rc/ir-nec-decoder.c
··· 1 1 /* ir-nec-decoder.c - handle NEC IR Pulse/Space protocol 2 2 * 3 - * Copyright (C) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> 3 + * Copyright (C) 2010 by Mauro Carvalho Chehab 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify 6 6 * it under the terms of the GNU General Public License as published by ··· 225 225 module_exit(ir_nec_decode_exit); 226 226 227 227 MODULE_LICENSE("GPL"); 228 - MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); 228 + MODULE_AUTHOR("Mauro Carvalho Chehab"); 229 229 MODULE_AUTHOR("Red Hat Inc. (http://www.redhat.com)"); 230 230 MODULE_DESCRIPTION("NEC IR protocol decoder");
+1 -1
drivers/media/rc/ir-raw.c
··· 1 1 /* ir-raw.c - handle IR pulse/space events 2 2 * 3 - * Copyright (C) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> 3 + * Copyright (C) 2010 by Mauro Carvalho Chehab 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify 6 6 * it under the terms of the GNU General Public License as published by
+2 -2
drivers/media/rc/ir-rc5-decoder.c
··· 1 1 /* ir-rc5-decoder.c - handle RC5(x) IR Pulse/Space protocol 2 2 * 3 - * Copyright (C) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> 3 + * Copyright (C) 2010 by Mauro Carvalho Chehab 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify 6 6 * it under the terms of the GNU General Public License as published by ··· 193 193 module_exit(ir_rc5_decode_exit); 194 194 195 195 MODULE_LICENSE("GPL"); 196 - MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); 196 + MODULE_AUTHOR("Mauro Carvalho Chehab"); 197 197 MODULE_AUTHOR("Red Hat Inc. (http://www.redhat.com)"); 198 198 MODULE_DESCRIPTION("RC5(x) IR protocol decoder");
+1 -1
drivers/media/rc/ir-rc5-sz-decoder.c
··· 1 1 /* ir-rc5-sz-decoder.c - handle RC5 Streamzap IR Pulse/Space protocol 2 2 * 3 - * Copyright (C) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> 3 + * Copyright (C) 2010 by Mauro Carvalho Chehab 4 4 * Copyright (C) 2010 by Jarod Wilson <jarod@redhat.com> 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify
+2 -2
drivers/media/rc/ir-sanyo-decoder.c
··· 1 1 /* ir-sanyo-decoder.c - handle SANYO IR Pulse/Space protocol 2 2 * 3 - * Copyright (C) 2011 by Mauro Carvalho Chehab <mchehab@redhat.com> 3 + * Copyright (C) 2011 by Mauro Carvalho Chehab 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify 6 6 * it under the terms of the GNU General Public License as published by ··· 200 200 module_exit(ir_sanyo_decode_exit); 201 201 202 202 MODULE_LICENSE("GPL"); 203 - MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); 203 + MODULE_AUTHOR("Mauro Carvalho Chehab"); 204 204 MODULE_AUTHOR("Red Hat Inc. (http://www.redhat.com)"); 205 205 MODULE_DESCRIPTION("SANYO IR protocol decoder");
+1 -1
drivers/media/rc/ir-sharp-decoder.c
··· 3 3 * Copyright (C) 2013-2014 Imagination Technologies Ltd. 4 4 * 5 5 * Based on NEC decoder: 6 - * Copyright (C) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> 6 + * Copyright (C) 2010 by Mauro Carvalho Chehab 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
+2 -2
drivers/media/rc/keymaps/rc-adstech-dvb-t-pci.c
··· 2 2 * 3 3 * keymap imported from ir-keymaps.c 4 4 * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> 5 + * Copyright (c) 2010 by Mauro Carvalho Chehab 6 6 * 7 7 * This program is free software; you can redistribute it and/or modify 8 8 * it under the terms of the GNU General Public License as published by ··· 87 87 module_exit(exit_rc_map_adstech_dvb_t_pci) 88 88 89 89 MODULE_LICENSE("GPL"); 90 - MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); 90 + MODULE_AUTHOR("Mauro Carvalho Chehab");
+2 -2
drivers/media/rc/keymaps/rc-apac-viewcomp.c
··· 2 2 * 3 3 * keymap imported from ir-keymaps.c 4 4 * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> 5 + * Copyright (c) 2010 by Mauro Carvalho Chehab 6 6 * 7 7 * This program is free software; you can redistribute it and/or modify 8 8 * it under the terms of the GNU General Public License as published by ··· 78 78 module_exit(exit_rc_map_apac_viewcomp) 79 79 80 80 MODULE_LICENSE("GPL"); 81 - MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); 81 + MODULE_AUTHOR("Mauro Carvalho Chehab");
+2 -2
drivers/media/rc/keymaps/rc-asus-pc39.c
··· 2 2 * 3 3 * keymap imported from ir-keymaps.c 4 4 * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> 5 + * Copyright (c) 2010 by Mauro Carvalho Chehab 6 6 * 7 7 * This program is free software; you can redistribute it and/or modify 8 8 * it under the terms of the GNU General Public License as published by ··· 89 89 module_exit(exit_rc_map_asus_pc39) 90 90 91 91 MODULE_LICENSE("GPL"); 92 - MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); 92 + MODULE_AUTHOR("Mauro Carvalho Chehab");
+2 -2
drivers/media/rc/keymaps/rc-asus-ps3-100.c
··· 1 1 /* asus-ps3-100.h - Keytable for asus_ps3_100 Remote Controller 2 2 * 3 - * Copyright (c) 2012 by Mauro Carvalho Chehab <mchehab@redhat.com> 3 + * Copyright (c) 2012 by Mauro Carvalho Chehab 4 4 * 5 5 * Based on a previous patch from Remi Schwartz <remi.schwartz@gmail.com> 6 6 * ··· 88 88 module_exit(exit_rc_map_asus_ps3_100) 89 89 90 90 MODULE_LICENSE("GPL"); 91 - MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); 91 + MODULE_AUTHOR("Mauro Carvalho Chehab");
+2 -2
drivers/media/rc/keymaps/rc-ati-tv-wonder-hd-600.c
··· 2 2 * 3 3 * keymap imported from ir-keymaps.c 4 4 * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> 5 + * Copyright (c) 2010 by Mauro Carvalho Chehab 6 6 * 7 7 * This program is free software; you can redistribute it and/or modify 8 8 * it under the terms of the GNU General Public License as published by ··· 67 67 module_exit(exit_rc_map_ati_tv_wonder_hd_600) 68 68 69 69 MODULE_LICENSE("GPL"); 70 - MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); 70 + MODULE_AUTHOR("Mauro Carvalho Chehab");
+2 -2
drivers/media/rc/keymaps/rc-avermedia-a16d.c
··· 2 2 * 3 3 * keymap imported from ir-keymaps.c 4 4 * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> 5 + * Copyright (c) 2010 by Mauro Carvalho Chehab 6 6 * 7 7 * This program is free software; you can redistribute it and/or modify 8 8 * it under the terms of the GNU General Public License as published by ··· 73 73 module_exit(exit_rc_map_avermedia_a16d) 74 74 75 75 MODULE_LICENSE("GPL"); 76 - MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); 76 + MODULE_AUTHOR("Mauro Carvalho Chehab");
+2 -2
drivers/media/rc/keymaps/rc-avermedia-cardbus.c
··· 2 2 * 3 3 * keymap imported from ir-keymaps.c 4 4 * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> 5 + * Copyright (c) 2010 by Mauro Carvalho Chehab 6 6 * 7 7 * This program is free software; you can redistribute it and/or modify 8 8 * it under the terms of the GNU General Public License as published by ··· 95 95 module_exit(exit_rc_map_avermedia_cardbus) 96 96 97 97 MODULE_LICENSE("GPL"); 98 - MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); 98 + MODULE_AUTHOR("Mauro Carvalho Chehab");
+2 -2
drivers/media/rc/keymaps/rc-avermedia-dvbt.c
··· 2 2 * 3 3 * keymap imported from ir-keymaps.c 4 4 * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> 5 + * Copyright (c) 2010 by Mauro Carvalho Chehab 6 6 * 7 7 * This program is free software; you can redistribute it and/or modify 8 8 * it under the terms of the GNU General Public License as published by ··· 76 76 module_exit(exit_rc_map_avermedia_dvbt) 77 77 78 78 MODULE_LICENSE("GPL"); 79 - MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); 79 + MODULE_AUTHOR("Mauro Carvalho Chehab");
+2 -2
drivers/media/rc/keymaps/rc-avermedia-m135a.c
··· 1 1 /* avermedia-m135a.c - Keytable for Avermedia M135A Remote Controllers 2 2 * 3 - * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> 3 + * Copyright (c) 2010 by Mauro Carvalho Chehab 4 4 * Copyright (c) 2010 by Herton Ronaldo Krzesinski <herton@mandriva.com.br> 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify ··· 145 145 module_exit(exit_rc_map_avermedia_m135a) 146 146 147 147 MODULE_LICENSE("GPL"); 148 - MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); 148 + MODULE_AUTHOR("Mauro Carvalho Chehab");
+1 -1
drivers/media/rc/keymaps/rc-avermedia-m733a-rm-k6.c
··· 93 93 module_exit(exit_rc_map_avermedia_m733a_rm_k6) 94 94 95 95 MODULE_LICENSE("GPL"); 96 - MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); 96 + MODULE_AUTHOR("Mauro Carvalho Chehab");
+2 -2
drivers/media/rc/keymaps/rc-avermedia.c
··· 2 2 * 3 3 * keymap imported from ir-keymaps.c 4 4 * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> 5 + * Copyright (c) 2010 by Mauro Carvalho Chehab 6 6 * 7 7 * This program is free software; you can redistribute it and/or modify 8 8 * it under the terms of the GNU General Public License as published by ··· 84 84 module_exit(exit_rc_map_avermedia) 85 85 86 86 MODULE_LICENSE("GPL"); 87 - MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); 87 + MODULE_AUTHOR("Mauro Carvalho Chehab");
+2 -2
drivers/media/rc/keymaps/rc-avertv-303.c
··· 2 2 * 3 3 * keymap imported from ir-keymaps.c 4 4 * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> 5 + * Copyright (c) 2010 by Mauro Carvalho Chehab 6 6 * 7 7 * This program is free software; you can redistribute it and/or modify 8 8 * it under the terms of the GNU General Public License as published by ··· 83 83 module_exit(exit_rc_map_avertv_303) 84 84 85 85 MODULE_LICENSE("GPL"); 86 - MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); 86 + MODULE_AUTHOR("Mauro Carvalho Chehab");
+2 -2
drivers/media/rc/keymaps/rc-behold-columbus.c
··· 2 2 * 3 3 * keymap imported from ir-keymaps.c 4 4 * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> 5 + * Copyright (c) 2010 by Mauro Carvalho Chehab 6 6 * 7 7 * This program is free software; you can redistribute it and/or modify 8 8 * it under the terms of the GNU General Public License as published by ··· 106 106 module_exit(exit_rc_map_behold_columbus) 107 107 108 108 MODULE_LICENSE("GPL"); 109 - MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); 109 + MODULE_AUTHOR("Mauro Carvalho Chehab");
+2 -2
drivers/media/rc/keymaps/rc-behold.c
··· 2 2 * 3 3 * keymap imported from ir-keymaps.c 4 4 * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> 5 + * Copyright (c) 2010 by Mauro Carvalho Chehab 6 6 * 7 7 * This program is free software; you can redistribute it and/or modify 8 8 * it under the terms of the GNU General Public License as published by ··· 139 139 module_exit(exit_rc_map_behold) 140 140 141 141 MODULE_LICENSE("GPL"); 142 - MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); 142 + MODULE_AUTHOR("Mauro Carvalho Chehab");
+2 -2
drivers/media/rc/keymaps/rc-budget-ci-old.c
··· 2 2 * 3 3 * keymap imported from ir-keymaps.c 4 4 * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> 5 + * Copyright (c) 2010 by Mauro Carvalho Chehab 6 6 * 7 7 * This program is free software; you can redistribute it and/or modify 8 8 * it under the terms of the GNU General Public License as published by ··· 91 91 module_exit(exit_rc_map_budget_ci_old) 92 92 93 93 MODULE_LICENSE("GPL"); 94 - MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); 94 + MODULE_AUTHOR("Mauro Carvalho Chehab");
+2 -2
drivers/media/rc/keymaps/rc-cinergy-1400.c
··· 2 2 * 3 3 * keymap imported from ir-keymaps.c 4 4 * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> 5 + * Copyright (c) 2010 by Mauro Carvalho Chehab 6 6 * 7 7 * This program is free software; you can redistribute it and/or modify 8 8 * it under the terms of the GNU General Public License as published by ··· 82 82 module_exit(exit_rc_map_cinergy_1400) 83 83 84 84 MODULE_LICENSE("GPL"); 85 - MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); 85 + MODULE_AUTHOR("Mauro Carvalho Chehab");
+2 -2
drivers/media/rc/keymaps/rc-cinergy.c
··· 2 2 * 3 3 * keymap imported from ir-keymaps.c 4 4 * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> 5 + * Copyright (c) 2010 by Mauro Carvalho Chehab 6 6 * 7 7 * This program is free software; you can redistribute it and/or modify 8 8 * it under the terms of the GNU General Public License as published by ··· 76 76 module_exit(exit_rc_map_cinergy) 77 77 78 78 MODULE_LICENSE("GPL"); 79 - MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); 79 + MODULE_AUTHOR("Mauro Carvalho Chehab");
+2 -2
drivers/media/rc/keymaps/rc-dib0700-nec.c
··· 1 1 /* rc-dvb0700-big.c - Keytable for devices in dvb0700 2 2 * 3 - * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> 3 + * Copyright (c) 2010 by Mauro Carvalho Chehab 4 4 * 5 5 * TODO: This table is a real mess, as it merges RC codes from several 6 6 * devices into a big table. It also has both RC-5 and NEC codes inside. ··· 122 122 module_exit(exit_rc_map) 123 123 124 124 MODULE_LICENSE("GPL"); 125 - MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); 125 + MODULE_AUTHOR("Mauro Carvalho Chehab");
+2 -2
drivers/media/rc/keymaps/rc-dib0700-rc5.c
··· 1 1 /* rc-dvb0700-big.c - Keytable for devices in dvb0700 2 2 * 3 - * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> 3 + * Copyright (c) 2010 by Mauro Carvalho Chehab 4 4 * 5 5 * TODO: This table is a real mess, as it merges RC codes from several 6 6 * devices into a big table. It also has both RC-5 and NEC codes inside. ··· 233 233 module_exit(exit_rc_map) 234 234 235 235 MODULE_LICENSE("GPL"); 236 - MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); 236 + MODULE_AUTHOR("Mauro Carvalho Chehab");
+2 -2
drivers/media/rc/keymaps/rc-dm1105-nec.c
··· 2 2 * 3 3 * keymap imported from ir-keymaps.c 4 4 * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> 5 + * Copyright (c) 2010 by Mauro Carvalho Chehab 6 6 * 7 7 * This program is free software; you can redistribute it and/or modify 8 8 * it under the terms of the GNU General Public License as published by ··· 74 74 module_exit(exit_rc_map_dm1105_nec) 75 75 76 76 MODULE_LICENSE("GPL"); 77 - MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); 77 + MODULE_AUTHOR("Mauro Carvalho Chehab");
+2 -2
drivers/media/rc/keymaps/rc-dntv-live-dvb-t.c
··· 2 2 * 3 3 * keymap imported from ir-keymaps.c 4 4 * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> 5 + * Copyright (c) 2010 by Mauro Carvalho Chehab 6 6 * 7 7 * This program is free software; you can redistribute it and/or modify 8 8 * it under the terms of the GNU General Public License as published by ··· 76 76 module_exit(exit_rc_map_dntv_live_dvb_t) 77 77 78 78 MODULE_LICENSE("GPL"); 79 - MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); 79 + MODULE_AUTHOR("Mauro Carvalho Chehab");
+2 -2
drivers/media/rc/keymaps/rc-dntv-live-dvbt-pro.c
··· 2 2 * 3 3 * keymap imported from ir-keymaps.c 4 4 * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> 5 + * Copyright (c) 2010 by Mauro Carvalho Chehab 6 6 * 7 7 * This program is free software; you can redistribute it and/or modify 8 8 * it under the terms of the GNU General Public License as published by ··· 95 95 module_exit(exit_rc_map_dntv_live_dvbt_pro) 96 96 97 97 MODULE_LICENSE("GPL"); 98 - MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); 98 + MODULE_AUTHOR("Mauro Carvalho Chehab");
+2 -2
drivers/media/rc/keymaps/rc-em-terratec.c
··· 2 2 * 3 3 * keymap imported from ir-keymaps.c 4 4 * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> 5 + * Copyright (c) 2010 by Mauro Carvalho Chehab 6 6 * 7 7 * This program is free software; you can redistribute it and/or modify 8 8 * it under the terms of the GNU General Public License as published by ··· 67 67 module_exit(exit_rc_map_em_terratec) 68 68 69 69 MODULE_LICENSE("GPL"); 70 - MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); 70 + MODULE_AUTHOR("Mauro Carvalho Chehab");
+2 -2
drivers/media/rc/keymaps/rc-encore-enltv-fm53.c
··· 2 2 * 3 3 * keymap imported from ir-keymaps.c 4 4 * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> 5 + * Copyright (c) 2010 by Mauro Carvalho Chehab 6 6 * 7 7 * This program is free software; you can redistribute it and/or modify 8 8 * it under the terms of the GNU General Public License as published by ··· 79 79 module_exit(exit_rc_map_encore_enltv_fm53) 80 80 81 81 MODULE_LICENSE("GPL"); 82 - MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); 82 + MODULE_AUTHOR("Mauro Carvalho Chehab");
+2 -2
drivers/media/rc/keymaps/rc-encore-enltv.c
··· 2 2 * 3 3 * keymap imported from ir-keymaps.c 4 4 * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> 5 + * Copyright (c) 2010 by Mauro Carvalho Chehab 6 6 * 7 7 * This program is free software; you can redistribute it and/or modify 8 8 * it under the terms of the GNU General Public License as published by ··· 110 110 module_exit(exit_rc_map_encore_enltv) 111 111 112 112 MODULE_LICENSE("GPL"); 113 - MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); 113 + MODULE_AUTHOR("Mauro Carvalho Chehab");
+2 -2
drivers/media/rc/keymaps/rc-encore-enltv2.c
··· 2 2 * 3 3 * keymap imported from ir-keymaps.c 4 4 * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> 5 + * Copyright (c) 2010 by Mauro Carvalho Chehab 6 6 * 7 7 * This program is free software; you can redistribute it and/or modify 8 8 * it under the terms of the GNU General Public License as published by ··· 88 88 module_exit(exit_rc_map_encore_enltv2) 89 89 90 90 MODULE_LICENSE("GPL"); 91 - MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); 91 + MODULE_AUTHOR("Mauro Carvalho Chehab");
+2 -2
drivers/media/rc/keymaps/rc-evga-indtube.c
··· 2 2 * 3 3 * keymap imported from ir-keymaps.c 4 4 * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> 5 + * Copyright (c) 2010 by Mauro Carvalho Chehab 6 6 * 7 7 * This program is free software; you can redistribute it and/or modify 8 8 * it under the terms of the GNU General Public License as published by ··· 59 59 module_exit(exit_rc_map_evga_indtube) 60 60 61 61 MODULE_LICENSE("GPL"); 62 - MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); 62 + MODULE_AUTHOR("Mauro Carvalho Chehab");
+2 -2
drivers/media/rc/keymaps/rc-eztv.c
··· 2 2 * 3 3 * keymap imported from ir-keymaps.c 4 4 * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> 5 + * Copyright (c) 2010 by Mauro Carvalho Chehab 6 6 * 7 7 * This program is free software; you can redistribute it and/or modify 8 8 * it under the terms of the GNU General Public License as published by ··· 94 94 module_exit(exit_rc_map_eztv) 95 95 96 96 MODULE_LICENSE("GPL"); 97 - MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); 97 + MODULE_AUTHOR("Mauro Carvalho Chehab");
+2 -2
drivers/media/rc/keymaps/rc-flydvb.c
··· 2 2 * 3 3 * keymap imported from ir-keymaps.c 4 4 * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> 5 + * Copyright (c) 2010 by Mauro Carvalho Chehab 6 6 * 7 7 * This program is free software; you can redistribute it and/or modify 8 8 * it under the terms of the GNU General Public License as published by ··· 75 75 module_exit(exit_rc_map_flydvb) 76 76 77 77 MODULE_LICENSE("GPL"); 78 - MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); 78 + MODULE_AUTHOR("Mauro Carvalho Chehab");
+2 -2
drivers/media/rc/keymaps/rc-flyvideo.c
··· 2 2 * 3 3 * keymap imported from ir-keymaps.c 4 4 * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> 5 + * Copyright (c) 2010 by Mauro Carvalho Chehab 6 6 * 7 7 * This program is free software; you can redistribute it and/or modify 8 8 * it under the terms of the GNU General Public License as published by ··· 68 68 module_exit(exit_rc_map_flyvideo) 69 69 70 70 MODULE_LICENSE("GPL"); 71 - MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); 71 + MODULE_AUTHOR("Mauro Carvalho Chehab");
+2 -2
drivers/media/rc/keymaps/rc-fusionhdtv-mce.c
··· 2 2 * 3 3 * keymap imported from ir-keymaps.c 4 4 * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> 5 + * Copyright (c) 2010 by Mauro Carvalho Chehab 6 6 * 7 7 * This program is free software; you can redistribute it and/or modify 8 8 * it under the terms of the GNU General Public License as published by ··· 96 96 module_exit(exit_rc_map_fusionhdtv_mce) 97 97 98 98 MODULE_LICENSE("GPL"); 99 - MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); 99 + MODULE_AUTHOR("Mauro Carvalho Chehab");
+2 -2
drivers/media/rc/keymaps/rc-gadmei-rm008z.c
··· 2 2 * 3 3 * keymap imported from ir-keymaps.c 4 4 * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> 5 + * Copyright (c) 2010 by Mauro Carvalho Chehab 6 6 * 7 7 * This program is free software; you can redistribute it and/or modify 8 8 * it under the terms of the GNU General Public License as published by ··· 79 79 module_exit(exit_rc_map_gadmei_rm008z) 80 80 81 81 MODULE_LICENSE("GPL"); 82 - MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); 82 + MODULE_AUTHOR("Mauro Carvalho Chehab");
+2 -2
drivers/media/rc/keymaps/rc-genius-tvgo-a11mce.c
··· 2 2 * 3 3 * keymap imported from ir-keymaps.c 4 4 * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> 5 + * Copyright (c) 2010 by Mauro Carvalho Chehab 6 6 * 7 7 * This program is free software; you can redistribute it and/or modify 8 8 * it under the terms of the GNU General Public License as published by ··· 82 82 module_exit(exit_rc_map_genius_tvgo_a11mce) 83 83 84 84 MODULE_LICENSE("GPL"); 85 - MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); 85 + MODULE_AUTHOR("Mauro Carvalho Chehab");
+2 -2
drivers/media/rc/keymaps/rc-gotview7135.c
··· 2 2 * 3 3 * keymap imported from ir-keymaps.c 4 4 * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> 5 + * Copyright (c) 2010 by Mauro Carvalho Chehab 6 6 * 7 7 * This program is free software; you can redistribute it and/or modify 8 8 * it under the terms of the GNU General Public License as published by ··· 77 77 module_exit(exit_rc_map_gotview7135) 78 78 79 79 MODULE_LICENSE("GPL"); 80 - MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); 80 + MODULE_AUTHOR("Mauro Carvalho Chehab");
+2 -2
drivers/media/rc/keymaps/rc-hauppauge.c
··· 8 8 * - Hauppauge Black; 9 9 * - DSR-0112 remote bundled with Haupauge MiniStick. 10 10 * 11 - * Copyright (c) 2010-2011 by Mauro Carvalho Chehab <mchehab@redhat.com> 11 + * Copyright (c) 2010-2011 by Mauro Carvalho Chehab 12 12 * 13 13 * This program is free software; you can redistribute it and/or modify 14 14 * it under the terms of the GNU General Public License as published by ··· 290 290 module_exit(exit_rc_map_rc5_hauppauge_new) 291 291 292 292 MODULE_LICENSE("GPL"); 293 - MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); 293 + MODULE_AUTHOR("Mauro Carvalho Chehab");
+2 -2
drivers/media/rc/keymaps/rc-iodata-bctv7e.c
··· 2 2 * 3 3 * keymap imported from ir-keymaps.c 4 4 * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> 5 + * Copyright (c) 2010 by Mauro Carvalho Chehab 6 6 * 7 7 * This program is free software; you can redistribute it and/or modify 8 8 * it under the terms of the GNU General Public License as published by ··· 86 86 module_exit(exit_rc_map_iodata_bctv7e) 87 87 88 88 MODULE_LICENSE("GPL"); 89 - MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); 89 + MODULE_AUTHOR("Mauro Carvalho Chehab");
+2 -2
drivers/media/rc/keymaps/rc-kaiomy.c
··· 2 2 * 3 3 * keymap imported from ir-keymaps.c 4 4 * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> 5 + * Copyright (c) 2010 by Mauro Carvalho Chehab 6 6 * 7 7 * This program is free software; you can redistribute it and/or modify 8 8 * it under the terms of the GNU General Public License as published by ··· 85 85 module_exit(exit_rc_map_kaiomy) 86 86 87 87 MODULE_LICENSE("GPL"); 88 - MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); 88 + MODULE_AUTHOR("Mauro Carvalho Chehab");
+2 -2
drivers/media/rc/keymaps/rc-kworld-315u.c
··· 2 2 * 3 3 * keymap imported from ir-keymaps.c 4 4 * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> 5 + * Copyright (c) 2010 by Mauro Carvalho Chehab 6 6 * 7 7 * This program is free software; you can redistribute it and/or modify 8 8 * it under the terms of the GNU General Public License as published by ··· 81 81 module_exit(exit_rc_map_kworld_315u) 82 82 83 83 MODULE_LICENSE("GPL"); 84 - MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); 84 + MODULE_AUTHOR("Mauro Carvalho Chehab");
+1 -1
drivers/media/rc/keymaps/rc-kworld-pc150u.c
··· 4 4 * 5 5 * Copyright (c) 2010 by Kyle Strickland 6 6 * (based on kworld-plus-tv-analog.c by 7 - * Mauro Carvalho Chehab <mchehab@redhat.com>) 7 + * Mauro Carvalho Chehab) 8 8 * 9 9 * This program is free software; you can redistribute it and/or modify 10 10 * it under the terms of the GNU General Public License as published by
+2 -2
drivers/media/rc/keymaps/rc-kworld-plus-tv-analog.c
··· 2 2 * 3 3 * keymap imported from ir-keymaps.c 4 4 * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> 5 + * Copyright (c) 2010 by Mauro Carvalho Chehab 6 6 * 7 7 * This program is free software; you can redistribute it and/or modify 8 8 * it under the terms of the GNU General Public License as published by ··· 97 97 module_exit(exit_rc_map_kworld_plus_tv_analog) 98 98 99 99 MODULE_LICENSE("GPL"); 100 - MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); 100 + MODULE_AUTHOR("Mauro Carvalho Chehab");
+2 -2
drivers/media/rc/keymaps/rc-manli.c
··· 2 2 * 3 3 * keymap imported from ir-keymaps.c 4 4 * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> 5 + * Copyright (c) 2010 by Mauro Carvalho Chehab 6 6 * 7 7 * This program is free software; you can redistribute it and/or modify 8 8 * it under the terms of the GNU General Public License as published by ··· 132 132 module_exit(exit_rc_map_manli) 133 133 134 134 MODULE_LICENSE("GPL"); 135 - MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); 135 + MODULE_AUTHOR("Mauro Carvalho Chehab");
+2 -2
drivers/media/rc/keymaps/rc-msi-tvanywhere-plus.c
··· 2 2 * 3 3 * keymap imported from ir-keymaps.c 4 4 * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> 5 + * Copyright (c) 2010 by Mauro Carvalho Chehab 6 6 * 7 7 * This program is free software; you can redistribute it and/or modify 8 8 * it under the terms of the GNU General Public License as published by ··· 121 121 module_exit(exit_rc_map_msi_tvanywhere_plus) 122 122 123 123 MODULE_LICENSE("GPL"); 124 - MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); 124 + MODULE_AUTHOR("Mauro Carvalho Chehab");
+2 -2
drivers/media/rc/keymaps/rc-msi-tvanywhere.c
··· 2 2 * 3 3 * keymap imported from ir-keymaps.c 4 4 * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> 5 + * Copyright (c) 2010 by Mauro Carvalho Chehab 6 6 * 7 7 * This program is free software; you can redistribute it and/or modify 8 8 * it under the terms of the GNU General Public License as published by ··· 67 67 module_exit(exit_rc_map_msi_tvanywhere) 68 68 69 69 MODULE_LICENSE("GPL"); 70 - MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); 70 + MODULE_AUTHOR("Mauro Carvalho Chehab");
+2 -2
drivers/media/rc/keymaps/rc-nebula.c
··· 2 2 * 3 3 * keymap imported from ir-keymaps.c 4 4 * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> 5 + * Copyright (c) 2010 by Mauro Carvalho Chehab 6 6 * 7 7 * This program is free software; you can redistribute it and/or modify 8 8 * it under the terms of the GNU General Public License as published by ··· 94 94 module_exit(exit_rc_map_nebula) 95 95 96 96 MODULE_LICENSE("GPL"); 97 - MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); 97 + MODULE_AUTHOR("Mauro Carvalho Chehab");
+3 -3
drivers/media/rc/keymaps/rc-nec-terratec-cinergy-xs.c
··· 2 2 * 3 3 * keymap imported from ir-keymaps.c 4 4 * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> 5 + * Copyright (c) 2010 by Mauro Carvalho Chehab 6 6 * 7 7 * This program is free software; you can redistribute it and/or modify 8 8 * it under the terms of the GNU General Public License as published by ··· 14 14 #include <linux/module.h> 15 15 16 16 /* Terratec Cinergy Hybrid T USB XS FM 17 - Mauro Carvalho Chehab <mchehab@redhat.com> 17 + Mauro Carvalho Chehab 18 18 */ 19 19 20 20 static struct rc_map_table nec_terratec_cinergy_xs[] = { ··· 155 155 module_exit(exit_rc_map_nec_terratec_cinergy_xs) 156 156 157 157 MODULE_LICENSE("GPL"); 158 - MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); 158 + MODULE_AUTHOR("Mauro Carvalho Chehab");
+2 -2
drivers/media/rc/keymaps/rc-norwood.c
··· 2 2 * 3 3 * keymap imported from ir-keymaps.c 4 4 * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> 5 + * Copyright (c) 2010 by Mauro Carvalho Chehab 6 6 * 7 7 * This program is free software; you can redistribute it and/or modify 8 8 * it under the terms of the GNU General Public License as published by ··· 83 83 module_exit(exit_rc_map_norwood) 84 84 85 85 MODULE_LICENSE("GPL"); 86 - MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); 86 + MODULE_AUTHOR("Mauro Carvalho Chehab");
+2 -2
drivers/media/rc/keymaps/rc-npgtech.c
··· 2 2 * 3 3 * keymap imported from ir-keymaps.c 4 4 * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> 5 + * Copyright (c) 2010 by Mauro Carvalho Chehab 6 6 * 7 7 * This program is free software; you can redistribute it and/or modify 8 8 * it under the terms of the GNU General Public License as published by ··· 78 78 module_exit(exit_rc_map_npgtech) 79 79 80 80 MODULE_LICENSE("GPL"); 81 - MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); 81 + MODULE_AUTHOR("Mauro Carvalho Chehab");
+2 -2
drivers/media/rc/keymaps/rc-pctv-sedna.c
··· 2 2 * 3 3 * keymap imported from ir-keymaps.c 4 4 * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> 5 + * Copyright (c) 2010 by Mauro Carvalho Chehab 6 6 * 7 7 * This program is free software; you can redistribute it and/or modify 8 8 * it under the terms of the GNU General Public License as published by ··· 78 78 module_exit(exit_rc_map_pctv_sedna) 79 79 80 80 MODULE_LICENSE("GPL"); 81 - MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); 81 + MODULE_AUTHOR("Mauro Carvalho Chehab");
+2 -2
drivers/media/rc/keymaps/rc-pinnacle-color.c
··· 2 2 * 3 3 * keymap imported from ir-keymaps.c 4 4 * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> 5 + * Copyright (c) 2010 by Mauro Carvalho Chehab 6 6 * 7 7 * This program is free software; you can redistribute it and/or modify 8 8 * it under the terms of the GNU General Public License as published by ··· 92 92 module_exit(exit_rc_map_pinnacle_color) 93 93 94 94 MODULE_LICENSE("GPL"); 95 - MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); 95 + MODULE_AUTHOR("Mauro Carvalho Chehab");
+2 -2
drivers/media/rc/keymaps/rc-pinnacle-grey.c
··· 2 2 * 3 3 * keymap imported from ir-keymaps.c 4 4 * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> 5 + * Copyright (c) 2010 by Mauro Carvalho Chehab 6 6 * 7 7 * This program is free software; you can redistribute it and/or modify 8 8 * it under the terms of the GNU General Public License as published by ··· 87 87 module_exit(exit_rc_map_pinnacle_grey) 88 88 89 89 MODULE_LICENSE("GPL"); 90 - MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); 90 + MODULE_AUTHOR("Mauro Carvalho Chehab");
+2 -2
drivers/media/rc/keymaps/rc-pinnacle-pctv-hd.c
··· 2 2 * 3 3 * keymap imported from ir-keymaps.c 4 4 * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> 5 + * Copyright (c) 2010 by Mauro Carvalho Chehab 6 6 * 7 7 * This program is free software; you can redistribute it and/or modify 8 8 * it under the terms of the GNU General Public License as published by ··· 68 68 module_exit(exit_rc_map_pinnacle_pctv_hd) 69 69 70 70 MODULE_LICENSE("GPL"); 71 - MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); 71 + MODULE_AUTHOR("Mauro Carvalho Chehab");
+2 -2
drivers/media/rc/keymaps/rc-pixelview-002t.c
··· 2 2 * 3 3 * keymap imported from ir-keymaps.c 4 4 * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> 5 + * Copyright (c) 2010 by Mauro Carvalho Chehab 6 6 * 7 7 * This program is free software; you can redistribute it and/or modify 8 8 * it under the terms of the GNU General Public License as published by ··· 75 75 module_exit(exit_rc_map_pixelview) 76 76 77 77 MODULE_LICENSE("GPL"); 78 - MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); 78 + MODULE_AUTHOR("Mauro Carvalho Chehab");
+2 -2
drivers/media/rc/keymaps/rc-pixelview-mk12.c
··· 2 2 * 3 3 * keymap imported from ir-keymaps.c 4 4 * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> 5 + * Copyright (c) 2010 by Mauro Carvalho Chehab 6 6 * 7 7 * This program is free software; you can redistribute it and/or modify 8 8 * it under the terms of the GNU General Public License as published by ··· 81 81 module_exit(exit_rc_map_pixelview) 82 82 83 83 MODULE_LICENSE("GPL"); 84 - MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); 84 + MODULE_AUTHOR("Mauro Carvalho Chehab");
+2 -2
drivers/media/rc/keymaps/rc-pixelview-new.c
··· 2 2 * 3 3 * keymap imported from ir-keymaps.c 4 4 * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> 5 + * Copyright (c) 2010 by Mauro Carvalho Chehab 6 6 * 7 7 * This program is free software; you can redistribute it and/or modify 8 8 * it under the terms of the GNU General Public License as published by ··· 81 81 module_exit(exit_rc_map_pixelview_new) 82 82 83 83 MODULE_LICENSE("GPL"); 84 - MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); 84 + MODULE_AUTHOR("Mauro Carvalho Chehab");
+2 -2
drivers/media/rc/keymaps/rc-pixelview.c
··· 2 2 * 3 3 * keymap imported from ir-keymaps.c 4 4 * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> 5 + * Copyright (c) 2010 by Mauro Carvalho Chehab 6 6 * 7 7 * This program is free software; you can redistribute it and/or modify 8 8 * it under the terms of the GNU General Public License as published by ··· 80 80 module_exit(exit_rc_map_pixelview) 81 81 82 82 MODULE_LICENSE("GPL"); 83 - MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); 83 + MODULE_AUTHOR("Mauro Carvalho Chehab");
+2 -2
drivers/media/rc/keymaps/rc-powercolor-real-angel.c
··· 2 2 * 3 3 * keymap imported from ir-keymaps.c 4 4 * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> 5 + * Copyright (c) 2010 by Mauro Carvalho Chehab 6 6 * 7 7 * This program is free software; you can redistribute it and/or modify 8 8 * it under the terms of the GNU General Public License as published by ··· 79 79 module_exit(exit_rc_map_powercolor_real_angel) 80 80 81 81 MODULE_LICENSE("GPL"); 82 - MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); 82 + MODULE_AUTHOR("Mauro Carvalho Chehab");
+2 -2
drivers/media/rc/keymaps/rc-proteus-2309.c
··· 2 2 * 3 3 * keymap imported from ir-keymaps.c 4 4 * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> 5 + * Copyright (c) 2010 by Mauro Carvalho Chehab 6 6 * 7 7 * This program is free software; you can redistribute it and/or modify 8 8 * it under the terms of the GNU General Public License as published by ··· 67 67 module_exit(exit_rc_map_proteus_2309) 68 68 69 69 MODULE_LICENSE("GPL"); 70 - MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); 70 + MODULE_AUTHOR("Mauro Carvalho Chehab");
+2 -2
drivers/media/rc/keymaps/rc-purpletv.c
··· 2 2 * 3 3 * keymap imported from ir-keymaps.c 4 4 * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> 5 + * Copyright (c) 2010 by Mauro Carvalho Chehab 6 6 * 7 7 * This program is free software; you can redistribute it and/or modify 8 8 * it under the terms of the GNU General Public License as published by ··· 79 79 module_exit(exit_rc_map_purpletv) 80 80 81 81 MODULE_LICENSE("GPL"); 82 - MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); 82 + MODULE_AUTHOR("Mauro Carvalho Chehab");
+2 -2
drivers/media/rc/keymaps/rc-pv951.c
··· 2 2 * 3 3 * keymap imported from ir-keymaps.c 4 4 * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> 5 + * Copyright (c) 2010 by Mauro Carvalho Chehab 6 6 * 7 7 * This program is free software; you can redistribute it and/or modify 8 8 * it under the terms of the GNU General Public License as published by ··· 76 76 module_exit(exit_rc_map_pv951) 77 77 78 78 MODULE_LICENSE("GPL"); 79 - MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); 79 + MODULE_AUTHOR("Mauro Carvalho Chehab");
+2 -2
drivers/media/rc/keymaps/rc-real-audio-220-32-keys.c
··· 2 2 * 3 3 * keymap imported from ir-keymaps.c 4 4 * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> 5 + * Copyright (c) 2010 by Mauro Carvalho Chehab 6 6 * 7 7 * This program is free software; you can redistribute it and/or modify 8 8 * it under the terms of the GNU General Public License as published by ··· 76 76 module_exit(exit_rc_map_real_audio_220_32_keys) 77 77 78 78 MODULE_LICENSE("GPL"); 79 - MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); 79 + MODULE_AUTHOR("Mauro Carvalho Chehab");
+2 -2
drivers/media/rc/keymaps/rc-tbs-nec.c
··· 2 2 * 3 3 * keymap imported from ir-keymaps.c 4 4 * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> 5 + * Copyright (c) 2010 by Mauro Carvalho Chehab 6 6 * 7 7 * This program is free software; you can redistribute it and/or modify 8 8 * it under the terms of the GNU General Public License as published by ··· 73 73 module_exit(exit_rc_map_tbs_nec) 74 74 75 75 MODULE_LICENSE("GPL"); 76 - MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); 76 + MODULE_AUTHOR("Mauro Carvalho Chehab");
+2 -2
drivers/media/rc/keymaps/rc-terratec-cinergy-xs.c
··· 2 2 * 3 3 * keymap imported from ir-keymaps.c 4 4 * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> 5 + * Copyright (c) 2010 by Mauro Carvalho Chehab 6 6 * 7 7 * This program is free software; you can redistribute it and/or modify 8 8 * it under the terms of the GNU General Public License as published by ··· 90 90 module_exit(exit_rc_map_terratec_cinergy_xs) 91 91 92 92 MODULE_LICENSE("GPL"); 93 - MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); 93 + MODULE_AUTHOR("Mauro Carvalho Chehab");
+2 -2
drivers/media/rc/keymaps/rc-tevii-nec.c
··· 2 2 * 3 3 * keymap imported from ir-keymaps.c 4 4 * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> 5 + * Copyright (c) 2010 by Mauro Carvalho Chehab 6 6 * 7 7 * This program is free software; you can redistribute it and/or modify 8 8 * it under the terms of the GNU General Public License as published by ··· 86 86 module_exit(exit_rc_map_tevii_nec) 87 87 88 88 MODULE_LICENSE("GPL"); 89 - MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); 89 + MODULE_AUTHOR("Mauro Carvalho Chehab");
+2 -2
drivers/media/rc/keymaps/rc-tt-1500.c
··· 2 2 * 3 3 * keymap imported from ir-keymaps.c 4 4 * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> 5 + * Copyright (c) 2010 by Mauro Carvalho Chehab 6 6 * 7 7 * This program is free software; you can redistribute it and/or modify 8 8 * it under the terms of the GNU General Public License as published by ··· 80 80 module_exit(exit_rc_map_tt_1500) 81 81 82 82 MODULE_LICENSE("GPL"); 83 - MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); 83 + MODULE_AUTHOR("Mauro Carvalho Chehab");
+2 -2
drivers/media/rc/keymaps/rc-videomate-s350.c
··· 2 2 * 3 3 * keymap imported from ir-keymaps.c 4 4 * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> 5 + * Copyright (c) 2010 by Mauro Carvalho Chehab 6 6 * 7 7 * This program is free software; you can redistribute it and/or modify 8 8 * it under the terms of the GNU General Public License as published by ··· 83 83 module_exit(exit_rc_map_videomate_s350) 84 84 85 85 MODULE_LICENSE("GPL"); 86 - MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); 86 + MODULE_AUTHOR("Mauro Carvalho Chehab");
+2 -2
drivers/media/rc/keymaps/rc-videomate-tv-pvr.c
··· 2 2 * 3 3 * keymap imported from ir-keymaps.c 4 4 * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> 5 + * Copyright (c) 2010 by Mauro Carvalho Chehab 6 6 * 7 7 * This program is free software; you can redistribute it and/or modify 8 8 * it under the terms of the GNU General Public License as published by ··· 85 85 module_exit(exit_rc_map_videomate_tv_pvr) 86 86 87 87 MODULE_LICENSE("GPL"); 88 - MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); 88 + MODULE_AUTHOR("Mauro Carvalho Chehab");
+2 -2
drivers/media/rc/keymaps/rc-winfast-usbii-deluxe.c
··· 2 2 * 3 3 * keymap imported from ir-keymaps.c 4 4 * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> 5 + * Copyright (c) 2010 by Mauro Carvalho Chehab 6 6 * 7 7 * This program is free software; you can redistribute it and/or modify 8 8 * it under the terms of the GNU General Public License as published by ··· 80 80 module_exit(exit_rc_map_winfast_usbii_deluxe) 81 81 82 82 MODULE_LICENSE("GPL"); 83 - MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); 83 + MODULE_AUTHOR("Mauro Carvalho Chehab");
+2 -2
drivers/media/rc/keymaps/rc-winfast.c
··· 2 2 * 3 3 * keymap imported from ir-keymaps.c 4 4 * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> 5 + * Copyright (c) 2010 by Mauro Carvalho Chehab 6 6 * 7 7 * This program is free software; you can redistribute it and/or modify 8 8 * it under the terms of the GNU General Public License as published by ··· 100 100 module_exit(exit_rc_map_winfast) 101 101 102 102 MODULE_LICENSE("GPL"); 103 - MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); 103 + MODULE_AUTHOR("Mauro Carvalho Chehab");
+1 -1
drivers/media/rc/rc-core-priv.h
··· 1 1 /* 2 2 * Remote Controller core raw events header 3 3 * 4 - * Copyright (C) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> 4 + * Copyright (C) 2010 by Mauro Carvalho Chehab 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify 7 7 * it under the terms of the GNU General Public License as published by
+2 -2
drivers/media/rc/rc-main.c
··· 1 1 /* rc-main.c - Remote Controller core module 2 2 * 3 - * Copyright (C) 2009-2010 by Mauro Carvalho Chehab <mchehab@redhat.com> 3 + * Copyright (C) 2009-2010 by Mauro Carvalho Chehab 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify 6 6 * it under the terms of the GNU General Public License as published by ··· 1398 1398 EXPORT_SYMBOL_GPL(rc_core_debug); 1399 1399 module_param_named(debug, rc_core_debug, int, 0644); 1400 1400 1401 - MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); 1401 + MODULE_AUTHOR("Mauro Carvalho Chehab"); 1402 1402 MODULE_LICENSE("GPL");
+2 -2
drivers/media/tuners/mt2063.c
··· 1 1 /* 2 2 * Driver for mt2063 Micronas tuner 3 3 * 4 - * Copyright (c) 2011 Mauro Carvalho Chehab <mchehab@redhat.com> 4 + * Copyright (c) 2011 Mauro Carvalho Chehab 5 5 * 6 6 * This driver came from a driver originally written by: 7 7 * Henry Wang <Henry.wang@AzureWave.com> ··· 2298 2298 } 2299 2299 #endif 2300 2300 2301 - MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); 2301 + MODULE_AUTHOR("Mauro Carvalho Chehab"); 2302 2302 MODULE_DESCRIPTION("MT2063 Silicon tuner"); 2303 2303 MODULE_LICENSE("GPL");
+2 -2
drivers/media/tuners/r820t.c
··· 1 1 /* 2 2 * Rafael Micro R820T driver 3 3 * 4 - * Copyright (C) 2013 Mauro Carvalho Chehab <mchehab@redhat.com> 4 + * Copyright (C) 2013 Mauro Carvalho Chehab 5 5 * 6 6 * This driver was written from scratch, based on an existing driver 7 7 * that it is part of rtl-sdr git tree, released under GPLv2: ··· 2351 2351 EXPORT_SYMBOL_GPL(r820t_attach); 2352 2352 2353 2353 MODULE_DESCRIPTION("Rafael Micro r820t silicon tuner driver"); 2354 - MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); 2354 + MODULE_AUTHOR("Mauro Carvalho Chehab"); 2355 2355 MODULE_LICENSE("GPL");
+1 -1
drivers/media/usb/cx231xx/cx231xx-input.c
··· 1 1 /* 2 2 * cx231xx IR glue driver 3 3 * 4 - * Copyright (C) 2010 Mauro Carvalho Chehab <mchehab@redhat.com> 4 + * Copyright (C) 2010 Mauro Carvalho Chehab 5 5 * 6 6 * Polaris (cx231xx) has its support for IR's with a design close to MCE. 7 7 * however, a few designs are using an external I2C chip for IR, instead
+2 -2
drivers/media/usb/dvb-usb-v2/az6007.c
··· 7 7 * http://linux.terratec.de/files/TERRATEC_H7/20110323_TERRATEC_H7_Linux.tar.gz 8 8 * The original driver's license is GPL, as declared with MODULE_LICENSE() 9 9 * 10 - * Copyright (c) 2010-2012 Mauro Carvalho Chehab <mchehab@redhat.com> 10 + * Copyright (c) 2010-2012 Mauro Carvalho Chehab 11 11 * Driver modified by in order to work with upstream drxk driver, and 12 12 * tons of bugs got fixed, and converted to use dvb-usb-v2. 13 13 * ··· 975 975 module_usb_driver(az6007_usb_driver); 976 976 977 977 MODULE_AUTHOR("Henry Wang <Henry.wang@AzureWave.com>"); 978 - MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); 978 + MODULE_AUTHOR("Mauro Carvalho Chehab"); 979 979 MODULE_DESCRIPTION("Driver for AzureWave 6007 DVB-C/T USB2.0 and clones"); 980 980 MODULE_VERSION("2.0"); 981 981 MODULE_LICENSE("GPL");
+1 -1
drivers/media/usb/em28xx/em28xx-audio.c
··· 1008 1008 1009 1009 MODULE_LICENSE("GPL"); 1010 1010 MODULE_AUTHOR("Markus Rechberger <mrechberger@gmail.com>"); 1011 - MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); 1011 + MODULE_AUTHOR("Mauro Carvalho Chehab"); 1012 1012 MODULE_DESCRIPTION(DRIVER_DESC " - audio interface"); 1013 1013 MODULE_VERSION(EM28XX_VERSION); 1014 1014
+1 -1
drivers/media/usb/em28xx/em28xx-input.c
··· 845 845 } 846 846 847 847 MODULE_LICENSE("GPL"); 848 - MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); 848 + MODULE_AUTHOR("Mauro Carvalho Chehab"); 849 849 MODULE_DESCRIPTION(DRIVER_DESC " - input interface"); 850 850 MODULE_VERSION(EM28XX_VERSION); 851 851
+2 -2
drivers/media/usb/tm6000/tm6000-alsa.c
··· 1 1 /* 2 2 * 3 3 * Support for audio capture for tm5600/6000/6010 4 - * (c) 2007-2008 Mauro Carvalho Chehab <mchehab@redhat.com> 4 + * (c) 2007-2008 Mauro Carvalho Chehab 5 5 * 6 6 * Based on cx88-alsa.c 7 7 * ··· 56 56 ****************************************************************************/ 57 57 58 58 MODULE_DESCRIPTION("ALSA driver module for tm5600/tm6000/tm6010 based TV cards"); 59 - MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); 59 + MODULE_AUTHOR("Mauro Carvalho Chehab"); 60 60 MODULE_LICENSE("GPL"); 61 61 MODULE_SUPPORTED_DEVICE("{{Trident,tm5600}," 62 62 "{{Trident,tm6000},"
+1 -1
drivers/media/usb/tm6000/tm6000-dvb.c
··· 32 32 #include "xc5000.h" 33 33 34 34 MODULE_DESCRIPTION("DVB driver extension module for tm5600/6000/6010 based TV cards"); 35 - MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); 35 + MODULE_AUTHOR("Mauro Carvalho Chehab"); 36 36 MODULE_LICENSE("GPL"); 37 37 38 38 MODULE_SUPPORTED_DEVICE("{{Trident, tm5600},"
+1 -1
drivers/media/usb/tm6000/tm6000-stds.c
··· 1 1 /* 2 2 * tm6000-stds.c - driver for TM5600/TM6000/TM6010 USB video capture devices 3 3 * 4 - * Copyright (C) 2007 Mauro Carvalho Chehab <mchehab@redhat.com> 4 + * Copyright (C) 2007 Mauro Carvalho Chehab 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify 7 7 * it under the terms of the GNU General Public License as published by
+1 -1
include/media/rc-core.h
··· 1 1 /* 2 2 * Remote Controller core header 3 3 * 4 - * Copyright (C) 2009-2010 by Mauro Carvalho Chehab <mchehab@redhat.com> 4 + * Copyright (C) 2009-2010 by Mauro Carvalho Chehab 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify 7 7 * it under the terms of the GNU General Public License as published by
+1 -1
include/media/rc-map.h
··· 1 1 /* 2 2 * rc-map.h - define RC map names used by RC drivers 3 3 * 4 - * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> 4 + * Copyright (c) 2010 by Mauro Carvalho Chehab 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify 7 7 * it under the terms of the GNU General Public License as published by