aboutsummaryrefslogtreecommitdiff
path: root/libs/libevdev/patches/010-libevdev-events-fix-compilation-with-older-kernels.patch
Commit message (Collapse)AuthorAge
* libevdev: update to 1.11.0Rosen Penev2021-02-21
| | | | | | | | Use AUTORELEASE to avoid having to bump it manually. Remove old patch for kernel 4.14 compatibility. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: Run refresh on all packagesIlya Lipnitskiy2021-02-20
| | | | | | | | | The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* libevdev: fix compilation with old kernelsRosen Penev2020-04-27
Fixes compilation for 4.14 targets. Upstream backport. Signed-off-by: Rosen Penev <rosenp@gmail.com>