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

media: rc keymaps: add SPDX identifiers to the code I wrote

As we're now using SPDX identifiers, on the several
RC keymap files I wrote, add the proper SPDX, identifying
the license I meant.

As we're now using the short license, it doesn't make sense to
keep the original license text.

Also, fix MODULE_LICENSE to identify GPL v2, as this is the
minimal license requirement for those modles.

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>

+411 -741
+6 -11
drivers/media/rc/keymaps/rc-adstech-dvb-t-pci.c
··· 1 - /* adstech-dvb-t-pci.h - Keytable for adstech_dvb_t_pci Remote Controller 2 - * 3 - * keymap imported from ir-keymaps.c 4 - * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab 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 - */ 1 + // SPDX-License-Identifier: GPL-2.0+ 2 + // adstech-dvb-t-pci.h - Keytable for adstech_dvb_t_pci Remote Controller 3 + // 4 + // keymap imported from ir-keymaps.c 5 + // 6 + // Copyright (c) 2010 by Mauro Carvalho Chehab 12 7 13 8 #include <media/rc-map.h> 14 9 #include <linux/module.h>
+6 -11
drivers/media/rc/keymaps/rc-apac-viewcomp.c
··· 1 - /* apac-viewcomp.h - Keytable for apac_viewcomp Remote Controller 2 - * 3 - * keymap imported from ir-keymaps.c 4 - * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab 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 - */ 1 + // SPDX-License-Identifier: GPL-2.0+ 2 + // apac-viewcomp.h - Keytable for apac_viewcomp Remote Controller 3 + // 4 + // keymap imported from ir-keymaps.c 5 + // 6 + // Copyright (c) 2010 by Mauro Carvalho Chehab 12 7 13 8 #include <media/rc-map.h> 14 9 #include <linux/module.h>
+6 -11
drivers/media/rc/keymaps/rc-asus-pc39.c
··· 1 - /* asus-pc39.h - Keytable for asus_pc39 Remote Controller 2 - * 3 - * keymap imported from ir-keymaps.c 4 - * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab 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 - */ 1 + // SPDX-License-Identifier: GPL-2.0+ 2 + // asus-pc39.h - Keytable for asus_pc39 Remote Controller 3 + // 4 + // keymap imported from ir-keymaps.c 5 + // 6 + // Copyright (c) 2010 by Mauro Carvalho Chehab 12 7 13 8 #include <media/rc-map.h> 14 9 #include <linux/module.h>
+6 -11
drivers/media/rc/keymaps/rc-asus-ps3-100.c
··· 1 - /* asus-ps3-100.h - Keytable for asus_ps3_100 Remote Controller 2 - * 3 - * Copyright (c) 2012 by Mauro Carvalho Chehab 4 - * 5 - * Based on a previous patch from Remi Schwartz <remi.schwartz@gmail.com> 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 - */ 1 + // SPDX-License-Identifier: GPL-2.0+ 2 + // asus-ps3-100.h - Keytable for asus_ps3_100 Remote Controller 3 + // 4 + // Copyright (c) 2012 by Mauro Carvalho Chehab 5 + // 6 + // Based on a previous patch from Remi Schwartz <remi.schwartz@gmail.com> 12 7 13 8 #include <media/rc-map.h> 14 9 #include <linux/module.h>
+6 -11
drivers/media/rc/keymaps/rc-ati-tv-wonder-hd-600.c
··· 1 - /* ati-tv-wonder-hd-600.h - Keytable for ati_tv_wonder_hd_600 Remote Controller 2 - * 3 - * keymap imported from ir-keymaps.c 4 - * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab 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 - */ 1 + // SPDX-License-Identifier: GPL-2.0+ 2 + // ati-tv-wonder-hd-600.h - Keytable for ati_tv_wonder_hd_600 Remote Controller 3 + // 4 + // keymap imported from ir-keymaps.c 5 + // 6 + // Copyright (c) 2010 by Mauro Carvalho Chehab 12 7 13 8 #include <media/rc-map.h> 14 9 #include <linux/module.h>
+6 -11
drivers/media/rc/keymaps/rc-avermedia-a16d.c
··· 1 - /* avermedia-a16d.h - Keytable for avermedia_a16d Remote Controller 2 - * 3 - * keymap imported from ir-keymaps.c 4 - * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab 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 - */ 1 + // SPDX-License-Identifier: GPL-2.0+ 2 + // avermedia-a16d.h - Keytable for avermedia_a16d Remote Controller 3 + // 4 + // keymap imported from ir-keymaps.c 5 + // 6 + // Copyright (c) 2010 by Mauro Carvalho Chehab 12 7 13 8 #include <media/rc-map.h> 14 9 #include <linux/module.h>
+6 -11
drivers/media/rc/keymaps/rc-avermedia-cardbus.c
··· 1 - /* avermedia-cardbus.h - Keytable for avermedia_cardbus Remote Controller 2 - * 3 - * keymap imported from ir-keymaps.c 4 - * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab 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 - */ 1 + // SPDX-License-Identifier: GPL-2.0+ 2 + // avermedia-cardbus.h - Keytable for avermedia_cardbus Remote Controller 3 + // 4 + // keymap imported from ir-keymaps.c 5 + // 6 + // Copyright (c) 2010 by Mauro Carvalho Chehab 12 7 13 8 #include <media/rc-map.h> 14 9 #include <linux/module.h>
+6 -11
drivers/media/rc/keymaps/rc-avermedia-dvbt.c
··· 1 - /* avermedia-dvbt.h - Keytable for avermedia_dvbt Remote Controller 2 - * 3 - * keymap imported from ir-keymaps.c 4 - * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab 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 - */ 1 + // SPDX-License-Identifier: GPL-2.0+ 2 + // avermedia-dvbt.h - Keytable for avermedia_dvbt Remote Controller 3 + // 4 + // keymap imported from ir-keymaps.c 5 + // 6 + // Copyright (c) 2010 by Mauro Carvalho Chehab 12 7 13 8 #include <media/rc-map.h> 14 9 #include <linux/module.h>
+5 -10
drivers/media/rc/keymaps/rc-avermedia-m135a.c
··· 1 - /* avermedia-m135a.c - Keytable for Avermedia M135A Remote Controllers 2 - * 3 - * Copyright (c) 2010 by Mauro Carvalho Chehab 4 - * Copyright (c) 2010 by Herton Ronaldo Krzesinski <herton@mandriva.com.br> 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 - */ 1 + // SPDX-License-Identifier: GPL-2.0+ 2 + // avermedia-m135a.c - Keytable for Avermedia M135A Remote Controllers 3 + // 4 + // Copyright (c) 2010 by Mauro Carvalho Chehab 5 + // Copyright (c) 2010 by Herton Ronaldo Krzesinski <herton@mandriva.com.br> 11 6 12 7 #include <media/rc-map.h> 13 8 #include <linux/module.h>
+6 -11
drivers/media/rc/keymaps/rc-avermedia.c
··· 1 - /* avermedia.h - Keytable for avermedia Remote Controller 2 - * 3 - * keymap imported from ir-keymaps.c 4 - * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab 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 - */ 1 + // SPDX-License-Identifier: GPL-2.0+ 2 + // avermedia.h - Keytable for avermedia Remote Controller 3 + // 4 + // keymap imported from ir-keymaps.c 5 + // 6 + // Copyright (c) 2010 by Mauro Carvalho Chehab 12 7 13 8 #include <media/rc-map.h> 14 9 #include <linux/module.h>
+6 -11
drivers/media/rc/keymaps/rc-avertv-303.c
··· 1 - /* avertv-303.h - Keytable for avertv_303 Remote Controller 2 - * 3 - * keymap imported from ir-keymaps.c 4 - * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab 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 - */ 1 + // SPDX-License-Identifier: GPL-2.0+ 2 + // avertv-303.h - Keytable for avertv_303 Remote Controller 3 + // 4 + // keymap imported from ir-keymaps.c 5 + // 6 + // Copyright (c) 2010 by Mauro Carvalho Chehab 12 7 13 8 #include <media/rc-map.h> 14 9 #include <linux/module.h>
+6 -11
drivers/media/rc/keymaps/rc-behold-columbus.c
··· 1 - /* behold-columbus.h - Keytable for behold_columbus Remote Controller 2 - * 3 - * keymap imported from ir-keymaps.c 4 - * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab 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 - */ 1 + // SPDX-License-Identifier: GPL-2.0+ 2 + // behold-columbus.h - Keytable for behold_columbus Remote Controller 3 + // 4 + // keymap imported from ir-keymaps.c 5 + // 6 + // Copyright (c) 2010 by Mauro Carvalho Chehab 12 7 13 8 #include <media/rc-map.h> 14 9 #include <linux/module.h>
+6 -11
drivers/media/rc/keymaps/rc-behold.c
··· 1 - /* behold.h - Keytable for behold Remote Controller 2 - * 3 - * keymap imported from ir-keymaps.c 4 - * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab 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 - */ 1 + // SPDX-License-Identifier: GPL-2.0+ 2 + // behold.h - Keytable for behold Remote Controller 3 + // 4 + // keymap imported from ir-keymaps.c 5 + // 6 + // Copyright (c) 2010 by Mauro Carvalho Chehab 12 7 13 8 #include <media/rc-map.h> 14 9 #include <linux/module.h>
+6 -11
drivers/media/rc/keymaps/rc-budget-ci-old.c
··· 1 - /* budget-ci-old.h - Keytable for budget_ci_old Remote Controller 2 - * 3 - * keymap imported from ir-keymaps.c 4 - * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab 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 - */ 1 + // SPDX-License-Identifier: GPL-2.0+ 2 + // budget-ci-old.h - Keytable for budget_ci_old Remote Controller 3 + // 4 + // keymap imported from ir-keymaps.c 5 + // 6 + // Copyright (c) 2010 by Mauro Carvalho Chehab 12 7 13 8 #include <media/rc-map.h> 14 9 #include <linux/module.h>
+6 -11
drivers/media/rc/keymaps/rc-cinergy-1400.c
··· 1 - /* cinergy-1400.h - Keytable for cinergy_1400 Remote Controller 2 - * 3 - * keymap imported from ir-keymaps.c 4 - * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab 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 - */ 1 + // SPDX-License-Identifier: GPL-2.0+ 2 + // cinergy-1400.h - Keytable for cinergy_1400 Remote Controller 3 + // 4 + // keymap imported from ir-keymaps.c 5 + // 6 + // Copyright (c) 2010 by Mauro Carvalho Chehab 12 7 13 8 #include <media/rc-map.h> 14 9 #include <linux/module.h>
+6 -11
drivers/media/rc/keymaps/rc-cinergy.c
··· 1 - /* cinergy.h - Keytable for cinergy Remote Controller 2 - * 3 - * keymap imported from ir-keymaps.c 4 - * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab 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 - */ 1 + // SPDX-License-Identifier: GPL-2.0+ 2 + // cinergy.h - Keytable for cinergy Remote Controller 3 + // 4 + // keymap imported from ir-keymaps.c 5 + // 6 + // Copyright (c) 2010 by Mauro Carvalho Chehab 12 7 13 8 #include <media/rc-map.h> 14 9 #include <linux/module.h>
+11 -16
drivers/media/rc/keymaps/rc-dib0700-nec.c
··· 1 - /* rc-dvb0700-big.c - Keytable for devices in dvb0700 2 - * 3 - * Copyright (c) 2010 by Mauro Carvalho Chehab 4 - * 5 - * TODO: This table is a real mess, as it merges RC codes from several 6 - * devices into a big table. It also has both RC-5 and NEC codes inside. 7 - * It should be broken into small tables, and the protocols should properly 8 - * be identificated. 9 - * 10 - * The table were imported from dib0700_devices.c. 11 - * 12 - * This program is free software; you can redistribute it and/or modify 13 - * it under the terms of the GNU General Public License as published by 14 - * the Free Software Foundation; either version 2 of the License, or 15 - * (at your option) any later version. 16 - */ 1 + // SPDX-License-Identifier: GPL-2.0+ 2 + // rc-dvb0700-big.c - Keytable for devices in dvb0700 3 + // 4 + // Copyright (c) 2010 by Mauro Carvalho Chehab 5 + // 6 + // TODO: This table is a real mess, as it merges RC codes from several 7 + // devices into a big table. It also has both RC-5 and NEC codes inside. 8 + // It should be broken into small tables, and the protocols should properly 9 + // be identificated. 10 + // 11 + // The table were imported from dib0700_devices.c. 17 12 18 13 #include <media/rc-map.h> 19 14 #include <linux/module.h>
+11 -16
drivers/media/rc/keymaps/rc-dib0700-rc5.c
··· 1 - /* rc-dvb0700-big.c - Keytable for devices in dvb0700 2 - * 3 - * Copyright (c) 2010 by Mauro Carvalho Chehab 4 - * 5 - * TODO: This table is a real mess, as it merges RC codes from several 6 - * devices into a big table. It also has both RC-5 and NEC codes inside. 7 - * It should be broken into small tables, and the protocols should properly 8 - * be identificated. 9 - * 10 - * The table were imported from dib0700_devices.c. 11 - * 12 - * This program is free software; you can redistribute it and/or modify 13 - * it under the terms of the GNU General Public License as published by 14 - * the Free Software Foundation; either version 2 of the License, or 15 - * (at your option) any later version. 16 - */ 1 + // SPDX-License-Identifier: GPL-2.0+ 2 + // rc-dvb0700-big.c - Keytable for devices in dvb0700 3 + // 4 + // Copyright (c) 2010 by Mauro Carvalho Chehab 5 + // 6 + // TODO: This table is a real mess, as it merges RC codes from several 7 + // devices into a big table. It also has both RC-5 and NEC codes inside. 8 + // It should be broken into small tables, and the protocols should properly 9 + // be identificated. 10 + // 11 + // The table were imported from dib0700_devices.c. 17 12 18 13 #include <media/rc-map.h> 19 14 #include <linux/module.h>
+6 -11
drivers/media/rc/keymaps/rc-dm1105-nec.c
··· 1 - /* dm1105-nec.h - Keytable for dm1105_nec Remote Controller 2 - * 3 - * keymap imported from ir-keymaps.c 4 - * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab 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 - */ 1 + // SPDX-License-Identifier: GPL-2.0+ 2 + // dm1105-nec.h - Keytable for dm1105_nec Remote Controller 3 + // 4 + // keymap imported from ir-keymaps.c 5 + // 6 + // Copyright (c) 2010 by Mauro Carvalho Chehab 12 7 13 8 #include <media/rc-map.h> 14 9 #include <linux/module.h>
+6 -11
drivers/media/rc/keymaps/rc-dntv-live-dvb-t.c
··· 1 - /* dntv-live-dvb-t.h - Keytable for dntv_live_dvb_t Remote Controller 2 - * 3 - * keymap imported from ir-keymaps.c 4 - * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab 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 - */ 1 + // SPDX-License-Identifier: GPL-2.0+ 2 + // dntv-live-dvb-t.h - Keytable for dntv_live_dvb_t Remote Controller 3 + // 4 + // keymap imported from ir-keymaps.c 5 + // 6 + // Copyright (c) 2010 by Mauro Carvalho Chehab 12 7 13 8 #include <media/rc-map.h> 14 9 #include <linux/module.h>
+6 -11
drivers/media/rc/keymaps/rc-dntv-live-dvbt-pro.c
··· 1 - /* dntv-live-dvbt-pro.h - Keytable for dntv_live_dvbt_pro Remote Controller 2 - * 3 - * keymap imported from ir-keymaps.c 4 - * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab 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 - */ 1 + // SPDX-License-Identifier: GPL-2.0+ 2 + // dntv-live-dvbt-pro.h - Keytable for dntv_live_dvbt_pro Remote Controller 3 + // 4 + // keymap imported from ir-keymaps.c 5 + // 6 + // Copyright (c) 2010 by Mauro Carvalho Chehab 12 7 13 8 #include <media/rc-map.h> 14 9 #include <linux/module.h>
+6 -11
drivers/media/rc/keymaps/rc-em-terratec.c
··· 1 - /* em-terratec.h - Keytable for em_terratec Remote Controller 2 - * 3 - * keymap imported from ir-keymaps.c 4 - * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab 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 - */ 1 + // SPDX-License-Identifier: GPL-2.0+ 2 + // em-terratec.h - Keytable for em_terratec Remote Controller 3 + // 4 + // keymap imported from ir-keymaps.c 5 + // 6 + // Copyright (c) 2010 by Mauro Carvalho Chehab 12 7 13 8 #include <media/rc-map.h> 14 9 #include <linux/module.h>
+6 -11
drivers/media/rc/keymaps/rc-encore-enltv-fm53.c
··· 1 - /* encore-enltv-fm53.h - Keytable for encore_enltv_fm53 Remote Controller 2 - * 3 - * keymap imported from ir-keymaps.c 4 - * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab 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 - */ 1 + // SPDX-License-Identifier: GPL-2.0+ 2 + // encore-enltv-fm53.h - Keytable for encore_enltv_fm53 Remote Controller 3 + // 4 + // keymap imported from ir-keymaps.c 5 + // 6 + // Copyright (c) 2010 by Mauro Carvalho Chehab 12 7 13 8 #include <media/rc-map.h> 14 9 #include <linux/module.h>
+6 -11
drivers/media/rc/keymaps/rc-encore-enltv.c
··· 1 - /* encore-enltv.h - Keytable for encore_enltv Remote Controller 2 - * 3 - * keymap imported from ir-keymaps.c 4 - * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab 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 - */ 1 + // SPDX-License-Identifier: GPL-2.0+ 2 + // encore-enltv.h - Keytable for encore_enltv Remote Controller 3 + // 4 + // keymap imported from ir-keymaps.c 5 + // 6 + // Copyright (c) 2010 by Mauro Carvalho Chehab 12 7 13 8 #include <media/rc-map.h> 14 9 #include <linux/module.h>
+6 -11
drivers/media/rc/keymaps/rc-encore-enltv2.c
··· 1 - /* encore-enltv2.h - Keytable for encore_enltv2 Remote Controller 2 - * 3 - * keymap imported from ir-keymaps.c 4 - * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab 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 - */ 1 + // SPDX-License-Identifier: GPL-2.0+ 2 + // encore-enltv2.h - Keytable for encore_enltv2 Remote Controller 3 + // 4 + // keymap imported from ir-keymaps.c 5 + // 6 + // Copyright (c) 2010 by Mauro Carvalho Chehab 12 7 13 8 #include <media/rc-map.h> 14 9 #include <linux/module.h>
+6 -11
drivers/media/rc/keymaps/rc-evga-indtube.c
··· 1 - /* evga-indtube.h - Keytable for evga_indtube Remote Controller 2 - * 3 - * keymap imported from ir-keymaps.c 4 - * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab 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 - */ 1 + // SPDX-License-Identifier: GPL-2.0+ 2 + // evga-indtube.h - Keytable for evga_indtube Remote Controller 3 + // 4 + // keymap imported from ir-keymaps.c 5 + // 6 + // Copyright (c) 2010 by Mauro Carvalho Chehab 12 7 13 8 #include <media/rc-map.h> 14 9 #include <linux/module.h>
+6 -11
drivers/media/rc/keymaps/rc-eztv.c
··· 1 - /* eztv.h - Keytable for eztv Remote Controller 2 - * 3 - * keymap imported from ir-keymaps.c 4 - * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab 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 - */ 1 + // SPDX-License-Identifier: GPL-2.0+ 2 + // eztv.h - Keytable for eztv Remote Controller 3 + // 4 + // keymap imported from ir-keymaps.c 5 + // 6 + // Copyright (c) 2010 by Mauro Carvalho Chehab 12 7 13 8 #include <media/rc-map.h> 14 9 #include <linux/module.h>
+6 -11
drivers/media/rc/keymaps/rc-flydvb.c
··· 1 - /* flydvb.h - Keytable for flydvb Remote Controller 2 - * 3 - * keymap imported from ir-keymaps.c 4 - * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab 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 - */ 1 + // SPDX-License-Identifier: GPL-2.0+ 2 + // flydvb.h - Keytable for flydvb Remote Controller 3 + // 4 + // keymap imported from ir-keymaps.c 5 + // 6 + // Copyright (c) 2010 by Mauro Carvalho Chehab 12 7 13 8 #include <media/rc-map.h> 14 9 #include <linux/module.h>
+6 -11
drivers/media/rc/keymaps/rc-flyvideo.c
··· 1 - /* flyvideo.h - Keytable for flyvideo Remote Controller 2 - * 3 - * keymap imported from ir-keymaps.c 4 - * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab 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 - */ 1 + // SPDX-License-Identifier: GPL-2.0+ 2 + // flyvideo.h - Keytable for flyvideo Remote Controller 3 + // 4 + // keymap imported from ir-keymaps.c 5 + // 6 + // Copyright (c) 2010 by Mauro Carvalho Chehab 12 7 13 8 #include <media/rc-map.h> 14 9 #include <linux/module.h>
+6 -11
drivers/media/rc/keymaps/rc-fusionhdtv-mce.c
··· 1 - /* fusionhdtv-mce.h - Keytable for fusionhdtv_mce Remote Controller 2 - * 3 - * keymap imported from ir-keymaps.c 4 - * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab 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 - */ 1 + // SPDX-License-Identifier: GPL-2.0+ 2 + // fusionhdtv-mce.h - Keytable for fusionhdtv_mce Remote Controller 3 + // 4 + // keymap imported from ir-keymaps.c 5 + // 6 + // Copyright (c) 2010 by Mauro Carvalho Chehab 12 7 13 8 #include <media/rc-map.h> 14 9 #include <linux/module.h>
+6 -11
drivers/media/rc/keymaps/rc-gadmei-rm008z.c
··· 1 - /* gadmei-rm008z.h - Keytable for gadmei_rm008z Remote Controller 2 - * 3 - * keymap imported from ir-keymaps.c 4 - * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab 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 - */ 1 + // SPDX-License-Identifier: GPL-2.0+ 2 + // gadmei-rm008z.h - Keytable for gadmei_rm008z Remote Controller 3 + // 4 + // keymap imported from ir-keymaps.c 5 + // 6 + // Copyright (c) 2010 by Mauro Carvalho Chehab 12 7 13 8 #include <media/rc-map.h> 14 9 #include <linux/module.h>
+6 -11
drivers/media/rc/keymaps/rc-genius-tvgo-a11mce.c
··· 1 - /* genius-tvgo-a11mce.h - Keytable for genius_tvgo_a11mce Remote Controller 2 - * 3 - * keymap imported from ir-keymaps.c 4 - * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab 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 - */ 1 + // SPDX-License-Identifier: GPL-2.0+ 2 + // genius-tvgo-a11mce.h - Keytable for genius_tvgo_a11mce Remote Controller 3 + // 4 + // keymap imported from ir-keymaps.c 5 + // 6 + // Copyright (c) 2010 by Mauro Carvalho Chehab 12 7 13 8 #include <media/rc-map.h> 14 9 #include <linux/module.h>
+6 -11
drivers/media/rc/keymaps/rc-gotview7135.c
··· 1 - /* gotview7135.h - Keytable for gotview7135 Remote Controller 2 - * 3 - * keymap imported from ir-keymaps.c 4 - * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab 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 - */ 1 + // SPDX-License-Identifier: GPL-2.0+ 2 + // gotview7135.h - Keytable for gotview7135 Remote Controller 3 + // 4 + // keymap imported from ir-keymaps.c 5 + // 6 + // Copyright (c) 2010 by Mauro Carvalho Chehab 12 7 13 8 #include <media/rc-map.h> 14 9 #include <linux/module.h>
+12 -17
drivers/media/rc/keymaps/rc-hauppauge.c
··· 1 - /* rc-hauppauge.c - Keytable for Hauppauge Remote Controllers 2 - * 3 - * keymap imported from ir-keymaps.c 4 - * 5 - * This map currently contains the code for four different RCs: 6 - * - New Hauppauge Gray; 7 - * - Old Hauppauge Gray (with a golden screen for media keys); 8 - * - Hauppauge Black; 9 - * - DSR-0112 remote bundled with Haupauge MiniStick. 10 - * 11 - * Copyright (c) 2010-2011 by Mauro Carvalho Chehab 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 - */ 1 + // SPDX-License-Identifier: GPL-2.0+ 2 + // rc-hauppauge.c - Keytable for Hauppauge Remote Controllers 3 + // 4 + // keymap imported from ir-keymaps.c 5 + // 6 + // This map currently contains the code for four different RCs: 7 + // - New Hauppauge Gray; 8 + // - Old Hauppauge Gray (with a golden screen for media keys); 9 + // - Hauppauge Black; 10 + // - DSR-0112 remote bundled with Haupauge MiniStick. 11 + // 12 + // Copyright (c) 2010-2011 by Mauro Carvalho Chehab 18 13 19 14 #include <media/rc-map.h> 20 15 #include <linux/module.h>
+6 -11
drivers/media/rc/keymaps/rc-iodata-bctv7e.c
··· 1 - /* iodata-bctv7e.h - Keytable for iodata_bctv7e Remote Controller 2 - * 3 - * keymap imported from ir-keymaps.c 4 - * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab 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 - */ 1 + // SPDX-License-Identifier: GPL-2.0+ 2 + // iodata-bctv7e.h - Keytable for iodata_bctv7e Remote Controller 3 + // 4 + // keymap imported from ir-keymaps.c 5 + // 6 + // Copyright (c) 2010 by Mauro Carvalho Chehab 12 7 13 8 #include <media/rc-map.h> 14 9 #include <linux/module.h>
+6 -11
drivers/media/rc/keymaps/rc-kaiomy.c
··· 1 - /* kaiomy.h - Keytable for kaiomy Remote Controller 2 - * 3 - * keymap imported from ir-keymaps.c 4 - * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab 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 - */ 1 + // SPDX-License-Identifier: GPL-2.0+ 2 + // kaiomy.h - Keytable for kaiomy Remote Controller 3 + // 4 + // keymap imported from ir-keymaps.c 5 + // 6 + // Copyright (c) 2010 by Mauro Carvalho Chehab 12 7 13 8 #include <media/rc-map.h> 14 9 #include <linux/module.h>
+6 -11
drivers/media/rc/keymaps/rc-kworld-315u.c
··· 1 - /* kworld-315u.h - Keytable for kworld_315u Remote Controller 2 - * 3 - * keymap imported from ir-keymaps.c 4 - * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab 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 - */ 1 + // SPDX-License-Identifier: GPL-2.0+ 2 + // kworld-315u.h - Keytable for kworld_315u Remote Controller 3 + // 4 + // keymap imported from ir-keymaps.c 5 + // 6 + // Copyright (c) 2010 by Mauro Carvalho Chehab 12 7 13 8 #include <media/rc-map.h> 14 9 #include <linux/module.h>
+6 -11
drivers/media/rc/keymaps/rc-kworld-plus-tv-analog.c
··· 1 - /* kworld-plus-tv-analog.h - Keytable for kworld_plus_tv_analog Remote Controller 2 - * 3 - * keymap imported from ir-keymaps.c 4 - * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab 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 - */ 1 + // SPDX-License-Identifier: GPL-2.0+ 2 + // kworld-plus-tv-analog.h - Keytable for kworld_plus_tv_analog Remote Controller 3 + // 4 + // keymap imported from ir-keymaps.c 5 + // 6 + // Copyright (c) 2010 by Mauro Carvalho Chehab 12 7 13 8 #include <media/rc-map.h> 14 9 #include <linux/module.h>
+6 -11
drivers/media/rc/keymaps/rc-manli.c
··· 1 - /* manli.h - Keytable for manli Remote Controller 2 - * 3 - * keymap imported from ir-keymaps.c 4 - * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab 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 - */ 1 + // SPDX-License-Identifier: GPL-2.0+ 2 + // manli.h - Keytable for manli Remote Controller 3 + // 4 + // keymap imported from ir-keymaps.c 5 + // 6 + // Copyright (c) 2010 by Mauro Carvalho Chehab 12 7 13 8 #include <media/rc-map.h> 14 9 #include <linux/module.h>
+6 -11
drivers/media/rc/keymaps/rc-msi-tvanywhere-plus.c
··· 1 - /* msi-tvanywhere-plus.h - Keytable for msi_tvanywhere_plus Remote Controller 2 - * 3 - * keymap imported from ir-keymaps.c 4 - * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab 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 - */ 1 + // SPDX-License-Identifier: GPL-2.0+ 2 + // msi-tvanywhere-plus.h - Keytable for msi_tvanywhere_plus Remote Controller 3 + // 4 + // keymap imported from ir-keymaps.c 5 + // 6 + // Copyright (c) 2010 by Mauro Carvalho Chehab 12 7 13 8 #include <media/rc-map.h> 14 9 #include <linux/module.h>
+6 -11
drivers/media/rc/keymaps/rc-msi-tvanywhere.c
··· 1 - /* msi-tvanywhere.h - Keytable for msi_tvanywhere Remote Controller 2 - * 3 - * keymap imported from ir-keymaps.c 4 - * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab 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 - */ 1 + // SPDX-License-Identifier: GPL-2.0+ 2 + // msi-tvanywhere.h - Keytable for msi_tvanywhere Remote Controller 3 + // 4 + // keymap imported from ir-keymaps.c 5 + // 6 + // Copyright (c) 2010 by Mauro Carvalho Chehab 12 7 13 8 #include <media/rc-map.h> 14 9 #include <linux/module.h>
+6 -11
drivers/media/rc/keymaps/rc-nebula.c
··· 1 - /* nebula.h - Keytable for nebula Remote Controller 2 - * 3 - * keymap imported from ir-keymaps.c 4 - * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab 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 - */ 1 + // SPDX-License-Identifier: GPL-2.0+ 2 + // nebula.h - Keytable for nebula Remote Controller 3 + // 4 + // keymap imported from ir-keymaps.c 5 + // 6 + // Copyright (c) 2010 by Mauro Carvalho Chehab 12 7 13 8 #include <media/rc-map.h> 14 9 #include <linux/module.h>
+6 -11
drivers/media/rc/keymaps/rc-nec-terratec-cinergy-xs.c
··· 1 - /* nec-terratec-cinergy-xs.h - Keytable for nec_terratec_cinergy_xs Remote Controller 2 - * 3 - * keymap imported from ir-keymaps.c 4 - * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab 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 - */ 1 + // SPDX-License-Identifier: GPL-2.0+ 2 + // nec-terratec-cinergy-xs.h - Keytable for nec_terratec_cinergy_xs Remote Controller 3 + // 4 + // keymap imported from ir-keymaps.c 5 + // 6 + // Copyright (c) 2010 by Mauro Carvalho Chehab 12 7 13 8 #include <media/rc-map.h> 14 9 #include <linux/module.h>
+6 -11
drivers/media/rc/keymaps/rc-norwood.c
··· 1 - /* norwood.h - Keytable for norwood Remote Controller 2 - * 3 - * keymap imported from ir-keymaps.c 4 - * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab 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 - */ 1 + // SPDX-License-Identifier: GPL-2.0+ 2 + // norwood.h - Keytable for norwood Remote Controller 3 + // 4 + // keymap imported from ir-keymaps.c 5 + // 6 + // Copyright (c) 2010 by Mauro Carvalho Chehab 12 7 13 8 #include <media/rc-map.h> 14 9 #include <linux/module.h>
+6 -11
drivers/media/rc/keymaps/rc-npgtech.c
··· 1 - /* npgtech.h - Keytable for npgtech Remote Controller 2 - * 3 - * keymap imported from ir-keymaps.c 4 - * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab 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 - */ 1 + // SPDX-License-Identifier: GPL-2.0+ 2 + // npgtech.h - Keytable for npgtech Remote Controller 3 + // 4 + // keymap imported from ir-keymaps.c 5 + // 6 + // Copyright (c) 2010 by Mauro Carvalho Chehab 12 7 13 8 #include <media/rc-map.h> 14 9 #include <linux/module.h>
+6 -11
drivers/media/rc/keymaps/rc-pctv-sedna.c
··· 1 - /* pctv-sedna.h - Keytable for pctv_sedna Remote Controller 2 - * 3 - * keymap imported from ir-keymaps.c 4 - * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab 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 - */ 1 + // SPDX-License-Identifier: GPL-2.0+ 2 + // pctv-sedna.h - Keytable for pctv_sedna Remote Controller 3 + // 4 + // keymap imported from ir-keymaps.c 5 + // 6 + // Copyright (c) 2010 by Mauro Carvalho Chehab 12 7 13 8 #include <media/rc-map.h> 14 9 #include <linux/module.h>
+6 -11
drivers/media/rc/keymaps/rc-pinnacle-color.c
··· 1 - /* pinnacle-color.h - Keytable for pinnacle_color Remote Controller 2 - * 3 - * keymap imported from ir-keymaps.c 4 - * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab 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 - */ 1 + // SPDX-License-Identifier: GPL-2.0+ 2 + // pinnacle-color.h - Keytable for pinnacle_color Remote Controller 3 + // 4 + // keymap imported from ir-keymaps.c 5 + // 6 + // Copyright (c) 2010 by Mauro Carvalho Chehab 12 7 13 8 #include <media/rc-map.h> 14 9 #include <linux/module.h>
+6 -11
drivers/media/rc/keymaps/rc-pinnacle-grey.c
··· 1 - /* pinnacle-grey.h - Keytable for pinnacle_grey Remote Controller 2 - * 3 - * keymap imported from ir-keymaps.c 4 - * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab 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 - */ 1 + // SPDX-License-Identifier: GPL-2.0+ 2 + // pinnacle-grey.h - Keytable for pinnacle_grey Remote Controller 3 + // 4 + // keymap imported from ir-keymaps.c 5 + // 6 + // Copyright (c) 2010 by Mauro Carvalho Chehab 12 7 13 8 #include <media/rc-map.h> 14 9 #include <linux/module.h>
+6 -11
drivers/media/rc/keymaps/rc-pinnacle-pctv-hd.c
··· 1 - /* pinnacle-pctv-hd.h - Keytable for pinnacle_pctv_hd Remote Controller 2 - * 3 - * keymap imported from ir-keymaps.c 4 - * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab 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 - */ 1 + // SPDX-License-Identifier: GPL-2.0+ 2 + // pinnacle-pctv-hd.h - Keytable for pinnacle_pctv_hd Remote Controller 3 + // 4 + // keymap imported from ir-keymaps.c 5 + // 6 + // Copyright (c) 2010 by Mauro Carvalho Chehab 12 7 13 8 #include <media/rc-map.h> 14 9 #include <linux/module.h>
+6 -11
drivers/media/rc/keymaps/rc-pixelview-002t.c
··· 1 - /* rc-pixelview-mk12.h - Keytable for pixelview Remote Controller 2 - * 3 - * keymap imported from ir-keymaps.c 4 - * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab 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 - */ 1 + // SPDX-License-Identifier: GPL-2.0+ 2 + // rc-pixelview-mk12.h - Keytable for pixelview Remote Controller 3 + // 4 + // keymap imported from ir-keymaps.c 5 + // 6 + // Copyright (c) 2010 by Mauro Carvalho Chehab 12 7 13 8 #include <media/rc-map.h> 14 9 #include <linux/module.h>
+6 -11
drivers/media/rc/keymaps/rc-pixelview-mk12.c
··· 1 - /* rc-pixelview-mk12.h - Keytable for pixelview Remote Controller 2 - * 3 - * keymap imported from ir-keymaps.c 4 - * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab 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 - */ 1 + // SPDX-License-Identifier: GPL-2.0+ 2 + // rc-pixelview-mk12.h - Keytable for pixelview Remote Controller 3 + // 4 + // keymap imported from ir-keymaps.c 5 + // 6 + // Copyright (c) 2010 by Mauro Carvalho Chehab 12 7 13 8 #include <media/rc-map.h> 14 9 #include <linux/module.h>
+6 -11
drivers/media/rc/keymaps/rc-pixelview-new.c
··· 1 - /* pixelview-new.h - Keytable for pixelview_new Remote Controller 2 - * 3 - * keymap imported from ir-keymaps.c 4 - * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab 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 - */ 1 + // SPDX-License-Identifier: GPL-2.0+ 2 + // pixelview-new.h - Keytable for pixelview_new Remote Controller 3 + // 4 + // keymap imported from ir-keymaps.c 5 + // 6 + // Copyright (c) 2010 by Mauro Carvalho Chehab 12 7 13 8 #include <media/rc-map.h> 14 9 #include <linux/module.h>
+6 -11
drivers/media/rc/keymaps/rc-pixelview.c
··· 1 - /* pixelview.h - Keytable for pixelview Remote Controller 2 - * 3 - * keymap imported from ir-keymaps.c 4 - * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab 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 - */ 1 + // SPDX-License-Identifier: GPL-2.0+ 2 + // pixelview.h - Keytable for pixelview Remote Controller 3 + // 4 + // keymap imported from ir-keymaps.c 5 + // 6 + // Copyright (c) 2010 by Mauro Carvalho Chehab 12 7 13 8 #include <media/rc-map.h> 14 9 #include <linux/module.h>
+6 -11
drivers/media/rc/keymaps/rc-powercolor-real-angel.c
··· 1 - /* powercolor-real-angel.h - Keytable for powercolor_real_angel Remote Controller 2 - * 3 - * keymap imported from ir-keymaps.c 4 - * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab 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 - */ 1 + // SPDX-License-Identifier: GPL-2.0+ 2 + // powercolor-real-angel.h - Keytable for powercolor_real_angel Remote Controller 3 + // 4 + // keymap imported from ir-keymaps.c 5 + // 6 + // Copyright (c) 2010 by Mauro Carvalho Chehab 12 7 13 8 #include <media/rc-map.h> 14 9 #include <linux/module.h>
+6 -11
drivers/media/rc/keymaps/rc-proteus-2309.c
··· 1 - /* proteus-2309.h - Keytable for proteus_2309 Remote Controller 2 - * 3 - * keymap imported from ir-keymaps.c 4 - * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab 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 - */ 1 + // SPDX-License-Identifier: GPL-2.0+ 2 + // proteus-2309.h - Keytable for proteus_2309 Remote Controller 3 + // 4 + // keymap imported from ir-keymaps.c 5 + // 6 + // Copyright (c) 2010 by Mauro Carvalho Chehab 12 7 13 8 #include <media/rc-map.h> 14 9 #include <linux/module.h>
+6 -11
drivers/media/rc/keymaps/rc-purpletv.c
··· 1 - /* purpletv.h - Keytable for purpletv Remote Controller 2 - * 3 - * keymap imported from ir-keymaps.c 4 - * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab 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 - */ 1 + // SPDX-License-Identifier: GPL-2.0+ 2 + // purpletv.h - Keytable for purpletv Remote Controller 3 + // 4 + // keymap imported from ir-keymaps.c 5 + // 6 + // Copyright (c) 2010 by Mauro Carvalho Chehab 12 7 13 8 #include <media/rc-map.h> 14 9 #include <linux/module.h>
+6 -11
drivers/media/rc/keymaps/rc-pv951.c
··· 1 - /* pv951.h - Keytable for pv951 Remote Controller 2 - * 3 - * keymap imported from ir-keymaps.c 4 - * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab 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 - */ 1 + // SPDX-License-Identifier: GPL-2.0+ 2 + // pv951.h - Keytable for pv951 Remote Controller 3 + // 4 + // keymap imported from ir-keymaps.c 5 + // 6 + // Copyright (c) 2010 by Mauro Carvalho Chehab 12 7 13 8 #include <media/rc-map.h> 14 9 #include <linux/module.h>
+6 -11
drivers/media/rc/keymaps/rc-real-audio-220-32-keys.c
··· 1 - /* real-audio-220-32-keys.h - Keytable for real_audio_220_32_keys Remote Controller 2 - * 3 - * keymap imported from ir-keymaps.c 4 - * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab 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 - */ 1 + // SPDX-License-Identifier: GPL-2.0+ 2 + // real-audio-220-32-keys.h - Keytable for real_audio_220_32_keys Remote Controller 3 + // 4 + // keymap imported from ir-keymaps.c 5 + // 6 + // Copyright (c) 2010 by Mauro Carvalho Chehab 12 7 13 8 #include <media/rc-map.h> 14 9 #include <linux/module.h>
+6 -11
drivers/media/rc/keymaps/rc-tbs-nec.c
··· 1 - /* tbs-nec.h - Keytable for tbs_nec Remote Controller 2 - * 3 - * keymap imported from ir-keymaps.c 4 - * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab 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 - */ 1 + // SPDX-License-Identifier: GPL-2.0+ 2 + // tbs-nec.h - Keytable for tbs_nec Remote Controller 3 + // 4 + // keymap imported from ir-keymaps.c 5 + // 6 + // Copyright (c) 2010 by Mauro Carvalho Chehab 12 7 13 8 #include <media/rc-map.h> 14 9 #include <linux/module.h>
+6 -11
drivers/media/rc/keymaps/rc-terratec-cinergy-xs.c
··· 1 - /* terratec-cinergy-xs.h - Keytable for terratec_cinergy_xs Remote Controller 2 - * 3 - * keymap imported from ir-keymaps.c 4 - * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab 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 - */ 1 + // SPDX-License-Identifier: GPL-2.0+ 2 + // terratec-cinergy-xs.h - Keytable for terratec_cinergy_xs Remote Controller 3 + // 4 + // keymap imported from ir-keymaps.c 5 + // 6 + // Copyright (c) 2010 by Mauro Carvalho Chehab 12 7 13 8 #include <media/rc-map.h> 14 9 #include <linux/module.h>
+6 -11
drivers/media/rc/keymaps/rc-tevii-nec.c
··· 1 - /* tevii-nec.h - Keytable for tevii_nec Remote Controller 2 - * 3 - * keymap imported from ir-keymaps.c 4 - * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab 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 - */ 1 + // SPDX-License-Identifier: GPL-2.0+ 2 + // tevii-nec.h - Keytable for tevii_nec Remote Controller 3 + // 4 + // keymap imported from ir-keymaps.c 5 + // 6 + // Copyright (c) 2010 by Mauro Carvalho Chehab 12 7 13 8 #include <media/rc-map.h> 14 9 #include <linux/module.h>
+6 -11
drivers/media/rc/keymaps/rc-tt-1500.c
··· 1 - /* tt-1500.h - Keytable for tt_1500 Remote Controller 2 - * 3 - * keymap imported from ir-keymaps.c 4 - * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab 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 - */ 1 + // SPDX-License-Identifier: GPL-2.0+ 2 + // tt-1500.h - Keytable for tt_1500 Remote Controller 3 + // 4 + // keymap imported from ir-keymaps.c 5 + // 6 + // Copyright (c) 2010 by Mauro Carvalho Chehab 12 7 13 8 #include <media/rc-map.h> 14 9 #include <linux/module.h>
+6 -11
drivers/media/rc/keymaps/rc-videomate-s350.c
··· 1 - /* videomate-s350.h - Keytable for videomate_s350 Remote Controller 2 - * 3 - * keymap imported from ir-keymaps.c 4 - * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab 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 - */ 1 + // SPDX-License-Identifier: GPL-2.0+ 2 + // videomate-s350.h - Keytable for videomate_s350 Remote Controller 3 + // 4 + // keymap imported from ir-keymaps.c 5 + // 6 + // Copyright (c) 2010 by Mauro Carvalho Chehab 12 7 13 8 #include <media/rc-map.h> 14 9 #include <linux/module.h>
+6 -11
drivers/media/rc/keymaps/rc-videomate-tv-pvr.c
··· 1 - /* videomate-tv-pvr.h - Keytable for videomate_tv_pvr Remote Controller 2 - * 3 - * keymap imported from ir-keymaps.c 4 - * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab 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 - */ 1 + // SPDX-License-Identifier: GPL-2.0+ 2 + // videomate-tv-pvr.h - Keytable for videomate_tv_pvr Remote Controller 3 + // 4 + // keymap imported from ir-keymaps.c 5 + // 6 + // Copyright (c) 2010 by Mauro Carvalho Chehab 12 7 13 8 #include <media/rc-map.h> 14 9 #include <linux/module.h>
+6 -11
drivers/media/rc/keymaps/rc-winfast-usbii-deluxe.c
··· 1 - /* winfast-usbii-deluxe.h - Keytable for winfast_usbii_deluxe Remote Controller 2 - * 3 - * keymap imported from ir-keymaps.c 4 - * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab 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 - */ 1 + // SPDX-License-Identifier: GPL-2.0+ 2 + // winfast-usbii-deluxe.h - Keytable for winfast_usbii_deluxe Remote Controller 3 + // 4 + // keymap imported from ir-keymaps.c 5 + // 6 + // Copyright (c) 2010 by Mauro Carvalho Chehab 12 7 13 8 #include <media/rc-map.h> 14 9 #include <linux/module.h>
+6 -11
drivers/media/rc/keymaps/rc-winfast.c
··· 1 - /* winfast.h - Keytable for winfast Remote Controller 2 - * 3 - * keymap imported from ir-keymaps.c 4 - * 5 - * Copyright (c) 2010 by Mauro Carvalho Chehab 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 - */ 1 + // SPDX-License-Identifier: GPL-2.0+ 2 + // winfast.h - Keytable for winfast Remote Controller 3 + // 4 + // keymap imported from ir-keymaps.c 5 + // 6 + // Copyright (c) 2010 by Mauro Carvalho Chehab 12 7 13 8 #include <media/rc-map.h> 14 9 #include <linux/module.h>