<?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 defkeymap.c_shipped</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>0d49ee83 - tty/vt: defkeymap.c_shipped, little unification with loadkeys</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/tty/vt/defkeymap.c_shipped#0d49ee83</link>
        <description>tty/vt: defkeymap.c_shipped, little unification with loadkeysloadkeys 2.4.0 currently:* notes the use of --unicode to the output, and* uses &quot;unsigned short&quot; for key_maps instead of &quot;ushort&quot;.So make our shipped file consistent with the generated output in thisregard.Signed-off-by: Jiri Slaby &lt;jslaby@suse.cz&gt;Link: https://lore.kernel.org/r/20220602083128.22540-1-jslaby@suse.czSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/tty/vt/defkeymap.c_shipped</description>
        <pubDate>Thu, 02 Jun 2022 08:31:27 +0000</pubDate>
        <dc:creator>Jiri Slaby &lt;jslaby@suse.cz&gt;</dc:creator>
    </item>
<item>
        <title>e81de384 - vt: keyboard, defkeymap.c_shipped, approach the unicode table</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/tty/vt/defkeymap.c_shipped#e81de384</link>
        <description>vt: keyboard, defkeymap.c_shipped, approach the unicode tableCommit 5ce2087ed0eb (Fix default compose table initialization) fixedunicode table so that the values are not sign extended. The upstream(kbd package) chose a different approach. They use hexadecimal values.So use the same, so that the output of loadkeys and our shipped filecorrespond more to each other.Signed-off-by: Jiri Slaby &lt;jslaby@suse.cz&gt;Link: https://lore.kernel.org/r/20210105120239.28031-4-jslaby@suse.czSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/tty/vt/defkeymap.c_shipped</description>
        <pubDate>Tue, 05 Jan 2021 12:02:31 +0000</pubDate>
        <dc:creator>Jiri Slaby &lt;jslaby@suse.cz&gt;</dc:creator>
    </item>
<item>
        <title>f14e0394 - vt: keyboard, defkeymap.c_shipped, approach the definitions</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/tty/vt/defkeymap.c_shipped#f14e0394</link>
        <description>vt: keyboard, defkeymap.c_shipped, approach the definitionsloadkeys (from kbd) generates &apos;unsigned short&apos; instead of &apos;u_short&apos;since 2.0.3. It also marks maps as &apos;static&apos; for longer than kbd&apos;shistory.So adapt the shipped defkeymap.c to conform more to loadkeys output.Signed-off-by: Jiri Slaby &lt;jslaby@suse.cz&gt;Link: https://lore.kernel.org/r/20210105120239.28031-3-jslaby@suse.czSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/tty/vt/defkeymap.c_shipped</description>
        <pubDate>Tue, 05 Jan 2021 12:02:30 +0000</pubDate>
        <dc:creator>Jiri Slaby &lt;jslaby@suse.cz&gt;</dc:creator>
    </item>
<item>
        <title>f16aa97d - tty: fix up a few remaining files without SPDX identifiers</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/tty/vt/defkeymap.c_shipped#f16aa97d</link>
        <description>tty: fix up a few remaining files without SPDX identifiersThere were a few straggling files under drivers/tty/ that did not haveany SPDX identifier either because they entered the tree recently, orthey somehow missed the mass-tagging of commit b24413180f56 (&quot;Licensecleanup: add SPDX GPL-2.0 license identifier to files with no license&quot;)This commit follows the same rule as b24413180f56 (&quot;License cleanup: addSPDX GPL-2.0 license identifier to files with no license&quot;) where fileswithout any specified license in them fall under GPL-2.0 as the correctlicense for the individual file.  Add that identifier to these remainingfiles so that we don&apos;t have to guess at the license of them in thefuture.Cc: Jiri Slaby &lt;jslaby@suse.com&gt;Cc: &quot;David S. Miller&quot; &lt;davem@davemloft.net&gt;Reviewed-by: Mukesh Ojha &lt;mojha@codeaurora.org&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/tty/vt/defkeymap.c_shipped</description>
        <pubDate>Tue, 02 Apr 2019 14:07:08 +0000</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>60d4ae8d - TTY: create drivers/tty/vt and move the vt code there</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/tty/vt/defkeymap.c_shipped#60d4ae8d</link>
        <description>TTY: create drivers/tty/vt and move the vt code thereThe vt and other related code is moved into the drivers/tty/vt directory.Acked-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Cc: Jiri Slaby &lt;jslaby@suse.cz&gt;Cc: Alan Cox &lt;alan@lxorguk.ukuu.org.uk&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

            List of files:
            /linux-6.15/drivers/tty/vt/defkeymap.c_shipped</description>
        <pubDate>Thu, 04 Nov 2010 19:50:47 +0000</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@suse.de&gt;</dc:creator>
    </item>
</channel>
</rss>
