<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/libevdev.git/tools/libevdev-tweak-device.c, branch libevdev-1.12.0</title>
<subtitle>gitlab.freedesktop.org: libevdev/libevdev.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libevdev.git/'/>
<entry>
<title>Change to the (always intended) MIT license</title>
<updated>2021-01-25T03:46:55+00:00</updated>
<author>
<name>Peter Hutterer</name>
<email>peter.hutterer@who-t.net</email>
</author>
<published>2020-09-17T05:56:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libevdev.git/commit/?id=60d4f1b2aea14a65a4c2cfed7631fade405b7adf'/>
<id>60d4f1b2aea14a65a4c2cfed7631fade405b7adf</id>
<content type='text'>
Due to what must've been a copy/paste error many years ago, the license text
for libevdev wasn't actually the MIT license. Let's rectify this, it was
always MIT intended anyway.

To make this more obvious and reduce the chance of copy/paste mistakes, use
the SPDX license identifier in the various source files. The two installed
public header files have the full license text.

All contributors with copyrightable contributions have ACKed the license
change to MIT, either in the MR directly [1] or privately in reply to an
email.

[1] https://gitlab.freedesktop.org/libevdev/libevdev/-/merge_requests/69

Signed-off-by: Peter Hutterer &lt;peter.hutterer@who-t.net&gt;
Acked-by: Alexander Dahl &lt;ada@thorsis.com&gt;
Acked-by: Andreas Pokorny &lt;andreas.pokorny@canonical.com&gt;
Acked-by: Armin K &lt;krejzi@email.com&gt;
Acked-by: Benjamin Tissoires &lt;btissoir@redhat.com&gt;
Acked-by: David Herrmann &lt;dh.herrmann@gmail.com&gt;
Acked-by: Deepa Dinamani &lt;deepa.kernel@gmail.com&gt;
Acked-by: Emmanuele Bassi &lt;ebassi@gnome.org&gt;
Acked-by: Gaetan Nadon &lt;memsize@videotron.ca&gt;
Acked-by: George Thomas &lt;georgefsthomas@gmail.com&gt;
Acked-by: Michael Forney &lt;mforney@mforney.org&gt;
Acked-by: Nayan Deshmukh &lt;nayan26deshmukh@gmail.com&gt;
Acked-by: Niclas Zeising &lt;zeising@daemonic.se&gt;
Acked-by: Owen W. Taylor &lt;otaylor@fishsoup.net&gt;
Acked-by: Peter Seiderer &lt;ps.report@gmx.net&gt;
Acked-by: Ran Benita &lt;ran234@gmail.com&gt;
Acked-by: Rosen Penev &lt;rosenp@gmail.com&gt;
Acked-by: Scott Jann &lt;sjann@knight-rider.org&gt;
Acked-by: Thilo Schulz &lt;thilo@tjps.eu&gt;
Acked-by: polyphemus &lt;rolfmorel@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Due to what must've been a copy/paste error many years ago, the license text
for libevdev wasn't actually the MIT license. Let's rectify this, it was
always MIT intended anyway.

To make this more obvious and reduce the chance of copy/paste mistakes, use
the SPDX license identifier in the various source files. The two installed
public header files have the full license text.

All contributors with copyrightable contributions have ACKed the license
change to MIT, either in the MR directly [1] or privately in reply to an
email.

[1] https://gitlab.freedesktop.org/libevdev/libevdev/-/merge_requests/69

Signed-off-by: Peter Hutterer &lt;peter.hutterer@who-t.net&gt;
Acked-by: Alexander Dahl &lt;ada@thorsis.com&gt;
Acked-by: Andreas Pokorny &lt;andreas.pokorny@canonical.com&gt;
Acked-by: Armin K &lt;krejzi@email.com&gt;
Acked-by: Benjamin Tissoires &lt;btissoir@redhat.com&gt;
Acked-by: David Herrmann &lt;dh.herrmann@gmail.com&gt;
Acked-by: Deepa Dinamani &lt;deepa.kernel@gmail.com&gt;
Acked-by: Emmanuele Bassi &lt;ebassi@gnome.org&gt;
Acked-by: Gaetan Nadon &lt;memsize@videotron.ca&gt;
Acked-by: George Thomas &lt;georgefsthomas@gmail.com&gt;
Acked-by: Michael Forney &lt;mforney@mforney.org&gt;
Acked-by: Nayan Deshmukh &lt;nayan26deshmukh@gmail.com&gt;
Acked-by: Niclas Zeising &lt;zeising@daemonic.se&gt;
Acked-by: Owen W. Taylor &lt;otaylor@fishsoup.net&gt;
Acked-by: Peter Seiderer &lt;ps.report@gmx.net&gt;
Acked-by: Ran Benita &lt;ran234@gmail.com&gt;
Acked-by: Rosen Penev &lt;rosenp@gmail.com&gt;
Acked-by: Scott Jann &lt;sjann@knight-rider.org&gt;
Acked-by: Thilo Schulz &lt;thilo@tjps.eu&gt;
Acked-by: polyphemus &lt;rolfmorel@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>libevdev: sort includes alphabetically</title>
<updated>2020-08-27T07:29:54+00:00</updated>
<author>
<name>Rosen Penev</name>
<email>rosenp@gmail.com</email>
</author>
<published>2020-04-28T01:01:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libevdev.git/commit/?id=a40e014eca8e27aecc1fd9e10440444687c0a3e9'/>
<id>a40e014eca8e27aecc1fd9e10440444687c0a3e9</id>
<content type='text'>
Found with clang-tidy's llvm-include-order

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Found with clang-tidy's llvm-include-order

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>tools: use basename(argv[0]) for program name</title>
<updated>2020-08-14T15:50:56+00:00</updated>
<author>
<name>Niclas Zeising</name>
<email>zeising@daemonic.se</email>
</author>
<published>2020-07-28T16:22:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libevdev.git/commit/?id=1bf2b41d3f30c5c53ce6d23727c5d802225d8d2b'/>
<id>1bf2b41d3f30c5c53ce6d23727c5d802225d8d2b</id>
<content type='text'>
Use baename(argv[0]) to get the program name (for usage), instead of
using program_invocation_short_name, which only exists on Linux, not
FreeBSD.

Signed-off-by: Niclas Zeising &lt;zeising@daemonic.se&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use baename(argv[0]) to get the program name (for usage), instead of
using program_invocation_short_name, which only exists on Linux, not
FreeBSD.

Signed-off-by: Niclas Zeising &lt;zeising@daemonic.se&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>tools: fix the include path for local includes</title>
<updated>2020-02-17T07:42:32+00:00</updated>
<author>
<name>Peter Hutterer</name>
<email>peter.hutterer@who-t.net</email>
</author>
<published>2020-02-17T07:40:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libevdev.git/commit/?id=223909ed0b6b35ebcbed9cbd1c8d8bd1e131f112'/>
<id>223909ed0b6b35ebcbed9cbd1c8d8bd1e131f112</id>
<content type='text'>
Make sure we use the local include files, and correct the path accordingly.

Signed-off-by: Peter Hutterer &lt;peter.hutterer@who-t.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make sure we use the local include files, and correct the path accordingly.

Signed-off-by: Peter Hutterer &lt;peter.hutterer@who-t.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>tools: drop explicit GNU_SOURCE define</title>
<updated>2020-02-14T02:03:23+00:00</updated>
<author>
<name>Peter Hutterer</name>
<email>peter.hutterer@who-t.net</email>
</author>
<published>2020-02-14T00:13:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libevdev.git/commit/?id=3d03038d786c840f694381fab9f8223a70529729'/>
<id>3d03038d786c840f694381fab9f8223a70529729</id>
<content type='text'>
It's defined globally through AC_USE_SYSTEM_EXTENSIONS

Signed-off-by: Peter Hutterer &lt;peter.hutterer@who-t.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It's defined globally through AC_USE_SYSTEM_EXTENSIONS

Signed-off-by: Peter Hutterer &lt;peter.hutterer@who-t.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>config.h is a local include path</title>
<updated>2020-02-14T02:03:23+00:00</updated>
<author>
<name>Peter Hutterer</name>
<email>peter.hutterer@who-t.net</email>
</author>
<published>2020-02-14T00:13:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libevdev.git/commit/?id=4c8a7a265d9e3f134329b2b79a754a682e60e147'/>
<id>4c8a7a265d9e3f134329b2b79a754a682e60e147</id>
<content type='text'>
Signed-off-by: Peter Hutterer &lt;peter.hutterer@who-t.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Peter Hutterer &lt;peter.hutterer@who-t.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>tools: allow numeric axis values in tweak-device</title>
<updated>2016-04-22T00:10:39+00:00</updated>
<author>
<name>Peter Hutterer</name>
<email>peter.hutterer@who-t.net</email>
</author>
<published>2016-04-22T00:10:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libevdev.git/commit/?id=4943f2895fa8eac08eee63c1df091d7d63bcc3f4'/>
<id>4943f2895fa8eac08eee63c1df091d7d63bcc3f4</id>
<content type='text'>
Not all axes a device may have are assigned a semantic name.

https://bugs.freedesktop.org/show_bug.cgi?id=95029

Signed-off-by: Peter Hutterer &lt;peter.hutterer@who-t.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Not all axes a device may have are assigned a semantic name.

https://bugs.freedesktop.org/show_bug.cgi?id=95029

Signed-off-by: Peter Hutterer &lt;peter.hutterer@who-t.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>tools: fix tweak-device option parsing</title>
<updated>2016-04-21T23:45:22+00:00</updated>
<author>
<name>Peter Hutterer</name>
<email>peter.hutterer@who-t.net</email>
</author>
<published>2015-11-10T00:08:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libevdev.git/commit/?id=a95ca2c82115f0585ca4c17591d9cd2879ad3358'/>
<id>a95ca2c82115f0585ca4c17591d9cd2879ad3358</id>
<content type='text'>
https://bugs.freedesktop.org/show_bug.cgi?id=92880

Signed-off-by: Peter Hutterer &lt;peter.hutterer@who-t.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://bugs.freedesktop.org/show_bug.cgi?id=92880

Signed-off-by: Peter Hutterer &lt;peter.hutterer@who-t.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>tools: shut up coverity about a potential close(-1)</title>
<updated>2016-01-03T21:39:24+00:00</updated>
<author>
<name>Peter Hutterer</name>
<email>peter.hutterer@who-t.net</email>
</author>
<published>2015-12-21T23:18:37+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libevdev.git/commit/?id=3c85fcb62fc8a5b64d1940585e313d68e98f12ae'/>
<id>3c85fcb62fc8a5b64d1940585e313d68e98f12ae</id>
<content type='text'>
Signed-off-by: Peter Hutterer &lt;peter.hutterer@who-t.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Peter Hutterer &lt;peter.hutterer@who-t.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>tools: fix coverty "may be used uninitialized" warnings</title>
<updated>2016-01-03T21:39:24+00:00</updated>
<author>
<name>Peter Hutterer</name>
<email>peter.hutterer@who-t.net</email>
</author>
<published>2015-12-21T22:48:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libevdev.git/commit/?id=5b13ffb78f8338e5567b7719116a3c6b14b03b4c'/>
<id>5b13ffb78f8338e5567b7719116a3c6b14b03b4c</id>
<content type='text'>
tools/libevdev-tweak-device.c:390: uninit_use_in_call: Using uninitialized
value "changes" when calling "parse_options_abs".

tools/libevdev-tweak-device.c:376: warning: 'led' may be used uninitialized in
this function

tools/libevdev-tweak-device.c:375: warning: 'axis' may be used uninitialized
in this function

Signed-off-by: Peter Hutterer &lt;peter.hutterer@who-t.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
tools/libevdev-tweak-device.c:390: uninit_use_in_call: Using uninitialized
value "changes" when calling "parse_options_abs".

tools/libevdev-tweak-device.c:376: warning: 'led' may be used uninitialized in
this function

tools/libevdev-tweak-device.c:375: warning: 'axis' may be used uninitialized
in this function

Signed-off-by: Peter Hutterer &lt;peter.hutterer@who-t.net&gt;
</pre>
</div>
</content>
</entry>
</feed>
