<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>b2c4bf0c - media: rc: add keymap for Siemens Gigaset RC20 remote</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/rc/keymaps/Makefile#b2c4bf0c</link>
        <description>media: rc: add keymap for Siemens Gigaset RC20 remoteAdd keymap for the Siemens Gigaset RC20 remote (RC-5).Signed-off-by: Michael Klein &lt;michael@fossekall.de&gt;Signed-off-by: Sean Young &lt;sean@mess.org&gt;Signed-off-by: Hans Verkuil &lt;hverkuil@xs4all.nl&gt;

            List of files:
            /linux-6.15/drivers/media/rc/keymaps/Makefile</description>
        <pubDate>Thu, 09 Jan 2025 18:55:10 +0000</pubDate>
        <dc:creator>Michael Klein &lt;michael@fossekall.de&gt;</dc:creator>
    </item>
<item>
        <title>e31604d5 - media: rc: add keymap for MyGica UTV3 remote</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/rc/keymaps/Makefile#e31604d5</link>
        <description>media: rc: add keymap for MyGica UTV3 remoteAdd keymap for the simple IR (RC-5) remote that comes with theMyGica UTV3 Analog USB2.0 TV Box video capture card.Signed-off-by: Nils Rothaug &lt;nils.rothaug@gmx.de&gt;Signed-off-by: Sean Young &lt;sean@mess.org&gt;Signed-off-by: Hans Verkuil &lt;hverkuil-cisco@xs4all.nl&gt;

            List of files:
            /linux-6.15/drivers/media/rc/keymaps/Makefile</description>
        <pubDate>Sun, 23 Jun 2024 10:46:44 +0000</pubDate>
        <dc:creator>Nils Rothaug &lt;nils.rothaug@gmx.de&gt;</dc:creator>
    </item>
<item>
        <title>12f92258 - media: rc: add Beelink Mini MXIII keymap</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/rc/keymaps/Makefile#12f92258</link>
        <description>media: rc: add Beelink Mini MXIII keymapAdd a keymap for the simple IR (NEC) remote used with the BeelinkMini MXIII Android STB device.Signed-off-by: Christian Hewitt &lt;christianshewitt@gmail.com&gt;Signed-off-by: Sean Young &lt;sean@mess.org&gt;Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/media/rc/keymaps/Makefile</description>
        <pubDate>Sat, 04 Feb 2023 07:45:01 +0000</pubDate>
        <dc:creator>Christian Hewitt &lt;christianshewitt@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>a17b738c - media: rc: add common keymap for Dreambox RC10/RC0 and RC20/RC-BT remotes</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/rc/keymaps/Makefile#a17b738c</link>
        <description>media: rc: add common keymap for Dreambox RC10/RC0 and RC20/RC-BT remotesAdd a common keymap for the RC10/RC0 and RC20/RC-BT remotes used withthe Dreambox One and Dreambox Two DVB-S/T boxes. The maps are combinedsince the IR codes do not conflict and both boxes have shipped withboth remote designs over time.Both remote types can be programmed to control TVs, so include non-IRkeys that are used to switch-to or toggle the remote mode:- DREAM in RC10/RC0 switches to (Dreambox) STB control mode- TV in RC10/RC0 switches to TV control mode- MODE in RC20/RC-BT toggles between STB/TV/BT control modesIn the RC20 keymap the Android MIC (voice search) key maps to KEY_HELPand EXIT is mapped to KEY_ESC to replicate the go-backwards navigationbehaviour in the Android vendor OS that ships on Dreambox devices.Signed-off-by: Emanuel Strobel &lt;emanuel.strobel@yahoo.com&gt;Signed-off-by: Christian Hewitt &lt;christianshewitt@gmail.com&gt;Signed-off-by: Sean Young &lt;sean@mess.org&gt;Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/media/rc/keymaps/Makefile</description>
        <pubDate>Fri, 03 Feb 2023 09:34:05 +0000</pubDate>
        <dc:creator>Emanuel Strobel &lt;emanuel.strobel@yahoo.com&gt;</dc:creator>
    </item>
<item>
        <title>5c89357a - media: Makefiles: sort entries where it fits</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/rc/keymaps/Makefile#5c89357a</link>
        <description>media: Makefiles: sort entries where it fitsAlphabetically sort entries at the Makefiles per group,in ASCII order, e. g., using the output of:	$ LC_ALL=C sort Makefile |grep obj-y	...	$ LC_ALL=C sort Makefile |grep obj.*CONFIG	...Reviewed-by: Laurent Pinchart &lt;laurent.pinchart@ideasonboard.com&gt;Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/media/rc/keymaps/Makefile</description>
        <pubDate>Wed, 09 Mar 2022 13:17:02 +0000</pubDate>
        <dc:creator>Mauro Carvalho Chehab &lt;mchehab@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>53a370f6 - media: rc: add keymap for Toshiba CT-90405 remote</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/rc/keymaps/Makefile#53a370f6</link>
        <description>media: rc: add keymap for Toshiba CT-90405 remoteThis is an NEC remote control device shipped with some Toshiba TVs.Signed-off-by: Alexander Voronov &lt;avv.0@ya.ru&gt;Signed-off-by: Sean Young &lt;sean@mess.org&gt;Signed-off-by: Mauro Carvalho Chehab &lt;mchehab+huawei@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/media/rc/keymaps/Makefile</description>
        <pubDate>Tue, 01 Jun 2021 20:28:12 +0000</pubDate>
        <dc:creator>Alexander Voronov &lt;avv.0@ya.ru&gt;</dc:creator>
    </item>
<item>
        <title>58c08df5 - media: rc: remove tango ir driver and keymap</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/rc/keymaps/Makefile#58c08df5</link>
        <description>media: rc: remove tango ir driver and keymapThe tango platform was removed, so the driver is no longer needed.Cc: Marc Gonzalez &lt;marc.w.gonzalez@free.fr&gt;Acked-by: Rob Herring &lt;robh@kernel.org&gt;Acked-by: Mans Rullgard &lt;mans@mansr.com&gt;Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Signed-off-by: Sean Young &lt;sean@mess.org&gt;Signed-off-by: Mauro Carvalho Chehab &lt;mchehab+huawei@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/media/rc/keymaps/Makefile</description>
        <pubDate>Wed, 21 Apr 2021 13:58:40 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>3ddcea9f - media: rc: add keymaps for mecool-kii-pro/kiii-pro remotes</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/rc/keymaps/Makefile#3ddcea9f</link>
        <description>media: rc: add keymaps for mecool-kii-pro/kiii-pro remotesAdd keymaps and bindings for the simple IR (NEC) remotes used withthe MeCool KII-Pro and MeCool KIII-Pro Android STB devices.Tested-by: Drazen Spio &lt;drazsp@gmail.com&gt;Signed-off-by: Christian Hewitt &lt;christianshewitt@gmail.com&gt;Signed-off-by: Sean Young &lt;sean@mess.org&gt;Signed-off-by: Mauro Carvalho Chehab &lt;mchehab+huawei@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/media/rc/keymaps/Makefile</description>
        <pubDate>Mon, 29 Mar 2021 15:12:26 +0000</pubDate>
        <dc:creator>Christian Hewitt &lt;christianshewitt@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>34d5fc1e - media: rc: add keymap for Xbox 360 Universal Media remote</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/rc/keymaps/Makefile#34d5fc1e</link>
        <description>media: rc: add keymap for Xbox 360 Universal Media remoteCaptured using a raw IR receiver. Manual linked in the remote definitionitself.Signed-off-by: Bastien Nocera &lt;hadess@hadess.net&gt;Signed-off-by: Sean Young &lt;sean@mess.org&gt;Signed-off-by: Mauro Carvalho Chehab &lt;mchehab+huawei@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/media/rc/keymaps/Makefile</description>
        <pubDate>Tue, 26 Jan 2021 17:40:33 +0000</pubDate>
        <dc:creator>Bastien Nocera &lt;hadess@hadess.net&gt;</dc:creator>
    </item>
<item>
        <title>3f9fcc4c - media: rc: add keymap for minix-neo remote</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/rc/keymaps/Makefile#3f9fcc4c</link>
        <description>media: rc: add keymap for minix-neo remoteAdd a keymap and bindings for the simple IR (NEC) remote used withMinix &apos;NEO&apos; branded Android STB devices.Signed-off-by: Christian Hewitt &lt;christianshewitt@gmail.com&gt;Signed-off-by: Sean Young &lt;sean@mess.org&gt;Signed-off-by: Mauro Carvalho Chehab &lt;mchehab+huawei@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/media/rc/keymaps/Makefile</description>
        <pubDate>Mon, 01 Feb 2021 20:59:51 +0000</pubDate>
        <dc:creator>Christian Hewitt &lt;christianshewitt@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>f09f9f93 - media: rc: compile rc-cec.c into rc-core</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/rc/keymaps/Makefile#f09f9f93</link>
        <description>media: rc: compile rc-cec.c into rc-coreThe rc-cec keymap is unusual in that it can&apos;t be built as a module,instead it is registered directly in rc-main.c if CONFIG_MEDIA_CEC_RCis set. This is because it can be called from drm_dp_cec_set_edid() viacec_register_adapter() in an asynchronous context, and it is notallowed to use request_module() to load rc-cec.ko in that case. Trying todo so results in a &apos;WARN_ON_ONCE(wait &amp;&amp; current_is_async())&apos;.Since this keymap is only used if CONFIG_MEDIA_CEC_RC is set, wejust compile this keymap into the rc-core module and never as aseparate module.Signed-off-by: Hans Verkuil &lt;hverkuil-cisco@xs4all.nl&gt;Fixes: 2c6d1fffa1d9 (drm: add support for DisplayPort CEC-Tunneling-over-AUX)Reported-by: Hans de Goede &lt;hdegoede@redhat.com&gt;Signed-off-by: Sean Young &lt;sean@mess.org&gt;Signed-off-by: Mauro Carvalho Chehab &lt;mchehab+huawei@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/media/rc/keymaps/Makefile</description>
        <pubDate>Fri, 26 Feb 2021 10:37:47 +0000</pubDate>
        <dc:creator>Hans Verkuil &lt;hverkuil@xs4all.nl&gt;</dc:creator>
    </item>
<item>
        <title>d5da31f9 - media: rc: add keymap for pine64 remote</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/rc/keymaps/Makefile#d5da31f9</link>
        <description>media: rc: add keymap for pine64 remoteAdd a keymap for the pine64 IR remote [0]. The mouse key has been mapped toKEY_EPG to provide a more useful remote.[0] http://files.pine64.org/doc/Pine%20A64%20Schematic/remote-wit-logo.jpgSigned-off-by: Jonas Karlman &lt;jonas@kwiboo.se&gt;Signed-off-by: Christian Hewitt &lt;christianshewitt@gmail.com&gt;Signed-off-by: Sean Young &lt;sean@mess.org&gt;Signed-off-by: Mauro Carvalho Chehab &lt;mchehab+huawei@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/media/rc/keymaps/Makefile</description>
        <pubDate>Fri, 27 Nov 2020 04:56:27 +0000</pubDate>
        <dc:creator>Jonas Karlman &lt;jonas@kwiboo.se&gt;</dc:creator>
    </item>
<item>
        <title>2a14dfaf - media: rc: add keymap for KHAMSIN remote</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/rc/keymaps/Makefile#2a14dfaf</link>
        <description>media: rc: add keymap for KHAMSIN remoteThis remote ships with the Amlogic SML-5442TW IPTV/VOD Set-Top Boxused by O2.cz. This keymap adds support for the default IR controls.Signed-off-by: Christian Hewitt &lt;christianshewitt@gmail.com&gt;Signed-off-by: Sean Young &lt;sean@mess.org&gt;Signed-off-by: Mauro Carvalho Chehab &lt;mchehab+huawei@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/media/rc/keymaps/Makefile</description>
        <pubDate>Wed, 25 Nov 2020 11:07:21 +0000</pubDate>
        <dc:creator>Christian Hewitt &lt;christianshewitt@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>30defecb - media: rc: add keymap for Videostrong KII Pro</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/rc/keymaps/Makefile#30defecb</link>
        <description>media: rc: add keymap for Videostrong KII ProThis is an NEC remote control device shipped with the Videostrong KII Protv box as well as other devices from videostrong.Signed-off-by: Mohammad Rasim &lt;mohammad.rasim96@gmail.com&gt;Signed-off-by: Sean Young &lt;sean@mess.org&gt;Signed-off-by: Mauro Carvalho Chehab &lt;mchehab+huawei@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/media/rc/keymaps/Makefile</description>
        <pubDate>Fri, 10 Jan 2020 16:25:45 +0000</pubDate>
        <dc:creator>Mohammad Rasim &lt;mohammad.rasim96@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>4f0fac3b - media: rc: add keymap for Beelink GS1 remote control</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/rc/keymaps/Makefile#4f0fac3b</link>
        <description>media: rc: add keymap for Beelink GS1 remote controlBeelink GS1 Andoid TV Box ships with a simple NEC remote.Signed-off-by: Cl&#233;ment P&#233;ron &lt;peron.clem@gmail.com&gt;Signed-off-by: Sean Young &lt;sean@mess.org&gt;Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/media/rc/keymaps/Makefile</description>
        <pubDate>Sun, 27 Oct 2019 20:07:37 +0000</pubDate>
        <dc:creator>Cl&#233;ment P&#233;ron &lt;peron.clem@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>22cb099d - media: rc: add keymap for Tronsmart Vega S95/S96 remote</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/rc/keymaps/Makefile#22cb099d</link>
        <description>media: rc: add keymap for Tronsmart Vega S95/S96 remoteAdd a keymap for the Tronsmart Vega S95 and S96 Android (Amlogic S905/S912)STB devices. Both use the same IR remote.Signed-off-by: Christian Hewitt &lt;christianshewitt@gmail.com&gt;Signed-off-by: Sean Young &lt;sean@mess.org&gt;Signed-off-by: Mauro Carvalho Chehab &lt;mchehab+samsung@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/media/rc/keymaps/Makefile</description>
        <pubDate>Fri, 11 Oct 2019 19:43:42 +0000</pubDate>
        <dc:creator>Christian Hewitt &lt;christianshewitt@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>8f5f33f7 - media: rc: add keymap for HardKernel ODROID remote</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/rc/keymaps/Makefile#8f5f33f7</link>
        <description>media: rc: add keymap for HardKernel ODROID remoteThis is a simple NEC remote control device shipped with the HardKernelODROID range of SBC devices.Signed-off-by: Christian Hewitt &lt;christianshewitt@gmail.com&gt;Signed-off-by: Sean Young &lt;sean@mess.org&gt;Signed-off-by: Mauro Carvalho Chehab &lt;mchehab+samsung@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/media/rc/keymaps/Makefile</description>
        <pubDate>Thu, 15 Aug 2019 14:59:17 +0000</pubDate>
        <dc:creator>Christian Hewitt &lt;christianshewitt@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>fa992b33 - media: rc: add keymap for WeTeK Play 2 remote</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/rc/keymaps/Makefile#fa992b33</link>
        <description>media: rc: add keymap for WeTeK Play 2 remoteThe WeTek Play 2 Android STB ships with an unusual remote where themain up/down/left/right/enter controls are surrounded with an outerring of additional keys which are listed in clockwise order.Signed-off-by: Christian Hewitt &lt;christianshewitt@gmail.com&gt;Signed-off-by: Sean Young &lt;sean@mess.org&gt;Signed-off-by: Mauro Carvalho Chehab &lt;mchehab+samsung@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/media/rc/keymaps/Makefile</description>
        <pubDate>Thu, 15 Aug 2019 14:59:16 +0000</pubDate>
        <dc:creator>Christian Hewitt &lt;christianshewitt@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>37307897 - media: rc: add keymap for WeTek Hub remote</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/rc/keymaps/Makefile#37307897</link>
        <description>media: rc: add keymap for WeTek Hub remoteThe WeTek Hub Android STB ships with a simple NEC remote.Signed-off-by: Christian Hewitt &lt;christianshewitt@gmail.com&gt;Signed-off-by: Sean Young &lt;sean@mess.org&gt;Signed-off-by: Mauro Carvalho Chehab &lt;mchehab+samsung@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/media/rc/keymaps/Makefile</description>
        <pubDate>Thu, 15 Aug 2019 14:59:15 +0000</pubDate>
        <dc:creator>Christian Hewitt &lt;christianshewitt@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>7bb53f36 - media: rc: add keymap for Tanix TX5 max remote</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/rc/keymaps/Makefile#7bb53f36</link>
        <description>media: rc: add keymap for Tanix TX5 max remoteThe Tanix TX5 max Android STB ships with a simple NEC remote.Signed-off-by: Christian Hewitt &lt;christianshewitt@gmail.com&gt;Signed-off-by: Sean Young &lt;sean@mess.org&gt;Signed-off-by: Mauro Carvalho Chehab &lt;mchehab+samsung@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/media/rc/keymaps/Makefile</description>
        <pubDate>Thu, 15 Aug 2019 14:59:14 +0000</pubDate>
        <dc:creator>Christian Hewitt &lt;christianshewitt@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
