- Jan 04, 2023
-
-
Peter Hutterer authored
Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
Peter Hutterer authored
Required by the debian sid containers, otherwise we fail because of a missing /etc/apt/sources.list file. Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
Peter Hutterer authored
See libinput commit fb4f4131a112201c86c510179cfc939fcfa8aece by Benjamin Tissoires Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
Peter Hutterer authored
See libinput commit 0d602e12a4b66d5b5f27d2a9fd9899d43cf128fe by Benjamin Tissoires Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
Peter Hutterer authored
Identical to libinput commit c8c825289f1b7575ee10b849c04f5caa60483a7e by Benjamin Tissoires. Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
- Oct 20, 2022
-
-
illiliti authored
Fix invalid bool usage which violates official meson specification and thus breaks muon, an implementation of meson written in C. Signed-off-by:
illiliti <illiliti@protonmail.com>
-
- Aug 16, 2022
-
-
- Aug 08, 2022
-
-
Douglas R. Reno authored
While I was running the tests for libevdev on a system, I had a test failure, and it told me to report it to bugs.freedesktop.org. This project uses GitLab now, so update the URL. Signed-off-by:
Douglas R. Reno <renodr@linuxfromscratch.org>
-
- Aug 02, 2022
-
-
Peter Hutterer authored
Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
Peter Hutterer authored
Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
- Jul 12, 2022
-
-
Peter Hutterer authored
This is a noop, meson gets its compile dependencies from the compiler, listing it here makes no difference. Same is true for listing the other two linux/input/*.h headers as sources. Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
Peter Hutterer authored
Replace with the slash notation supported since 0.49 Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
Peter Hutterer authored
The latter is deprecated, so let's bump the meson version requirement and use the newer, shiny feature. Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
- Jul 11, 2022
-
-
Peter Hutterer authored
With the 64 bit timestamps, the struct layout changes into a flatter version, so let's use the input_event_(u)sec helpers to transparently handle this. Fixes #25 Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
Peter Hutterer authored
Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
Peter Hutterer authored
[1/16] Compiling C object libevdev.so.2.3.0.p/libevdev_libevdev.c.o ../libevdev/libevdev.c:665:40: warning: argument 2 of type ‘struct slot_change_state[dev->num_slots]’ declared as a variable length array [-Wvla-parameter] 665 | struct slot_change_state changes_out[dev->num_slots]) | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../libevdev/libevdev.c:47:52: note: previously declared as a pointer ‘struct slot_change_state *’ 47 | struct slot_change_state *changes_out); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
Peter Hutterer authored
Fixes #26 Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
- Mar 25, 2022
-
-
Peter Hutterer authored
Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
Peter Hutterer authored
Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
- Mar 22, 2022
-
-
Peter Hutterer authored
Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
- Feb 02, 2022
-
-
Peter Hutterer authored
No big point building for Centos 7 anywmore, and Centos 8 is now Centos Stream only which needs fixing in the CI templates first. Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
- Nov 15, 2021
-
-
Stephen Kitt authored
Signed-off-by:
Stephen Kitt <steve@sk2.org>
-
- Nov 08, 2021
-
-
Peter Hutterer authored
Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
Peter Hutterer authored
A non-installed tool to make it easy to check if newly added codes are indeed supported correctly. Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
Peter Hutterer authored
Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
- Sep 04, 2021
-
-
José Expósito authored
Remove an unnecessary and unmatched curly bracket from the demo code. Signed-off-by:
José Expósito <jose.exposito89@gmail.com>
-
José Expósito authored
The example code for creating uinput devices produces the following warnings: warning: unused variable ‘ev’ [-Wunused-variable] | struct input_event ev[2]; | ^~ warning: unused variable ‘new_fd’ [-Wunused-variable] | int fd, new_fd, uifd; | ^~~~~~ warning: ‘err’ may be used uninitialized in this function [-Wmaybe-uninitialized] | return err; | ^~~ Signed-off-by:
José Expósito <jose.exposito89@gmail.com>
-
- Aug 17, 2021
-
-
Ulrich Ölmann authored
Signed-off-by:
Ulrich Ölmann <u.oelmann@pengutronix.de>
-
Ulrich Ölmann authored
Signed-off-by:
Ulrich Ölmann <u.oelmann@pengutronix.de>
-
- Jul 26, 2021
-
-
Peter Hutterer authored
We can ditch the custom localhost usages and instead use the vmctl and ssh-config aliases. Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
- Jun 21, 2021
-
-
Simeon Schaub authored
This is especially relevant for cross-compilation, since libevdev uses `clock_gettime`. This came up in https://github.com/JuliaPackaging/Yggdrasil/pull/3201 . Signed-off-by:
Simeon Schaub <simeondavidschaub99@gmail.com>
-
- May 19, 2021
-
-
Peter Hutterer authored
Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
Peter Hutterer authored
Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
Peter Hutterer authored
Generate the snippet for whichever is the last version in the list for the want_qemu tag. And move the want_qemu tag up so it's more obvious in the config file. Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
- Feb 21, 2021
-
-
The order of dict values is not deterministic in python leading to differing header file generation which results in differing build output for the same configuration. Sort to remove this inconsistency and make the output reproducible. Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org> Reviewed-by:
Filipe Laíns <lains@archlinux.org> Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
- Feb 01, 2021
-
-
Peter Hutterer authored
Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
- Jan 25, 2021
-
-
Peter Hutterer authored
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] !69 Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net> Acked-by:
Alexander Dahl <ada@thorsis.com> Acked-by:
Andreas Pokorny <andreas.pokorny@canonical.com> Acked-by:
Armin K <krejzi@email.com> Acked-by:
Benjamin Tissoires <btissoir@redhat.com> Acked-by:
David Herrmann <dh.herrmann@gmail.com> Acked-by:
Deepa Dinamani <deepa.kernel@gmail.com> Acked-by:
Emmanuele Bassi <ebassi@gnome.org> Acked-by:
Gaetan Nadon <memsize@videotron.ca> Acked-by:
George Thomas <georgefsthomas@gmail.com> Acked-by:
Michael Forney <mforney@mforney.org> Acked-by:
Nayan Deshmukh <nayan26deshmukh@gmail.com> Acked-by:
Niclas Zeising <zeising@daemonic.se> Acked-by:
Owen W. Taylor <otaylor@fishsoup.net> Acked-by:
Peter Seiderer <ps.report@gmx.net> Acked-by:
Ran Benita <ran234@gmail.com> Acked-by:
Rosen Penev <rosenp@gmail.com> Acked-by:
Scott Jann <sjann@knight-rider.org> Acked-by:
Thilo Schulz <thilo@tjps.eu> Acked-by:
polyphemus <rolfmorel@gmail.com>
-
- Jan 11, 2021
-
-
Peter Hutterer authored
Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
- Jan 07, 2021
-
-
Peter Hutterer authored
Yes, the value we return is from the currently active slot, but there are a few niche cases where the active slot changes from what the client may think it is. So let's call it undefined like the other half of the documentation already does. Fixes #20 Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
- Jan 04, 2021
-
-
Peter Hutterer authored
This requires latest CI templates for the mkosi changes. Since the start_vm.sh script is now gone, switch to using vmctl instead. Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-