commit: 204f57b18c21b5e928d924bebe157a0988242ba5 Author: Michael Mair-Keimberger <mm1ke <AT> gentoo <DOT> org> AuthorDate: Tue Mar 10 18:19:24 2026 +0000 Commit: Michael Mair-Keimberger <mm1ke <AT> gentoo <DOT> org> CommitDate: Tue Mar 10 18:19:24 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=204f57b1
games-util/xpadneo: remove unused patch(es) Signed-off-by: Michael Mair-Keimberger <mm1ke <AT> gentoo.org> .../xpadneo/files/xpadneo-0.9.7-kernel6.18.patch | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/games-util/xpadneo/files/xpadneo-0.9.7-kernel6.18.patch b/games-util/xpadneo/files/xpadneo-0.9.7-kernel6.18.patch deleted file mode 100644 index 512b4f1c0ef8..000000000000 --- a/games-util/xpadneo/files/xpadneo-0.9.7-kernel6.18.patch +++ /dev/null @@ -1,19 +0,0 @@ -https://bugs.gentoo.org/967493 -https://github.com/atar-axis/xpadneo/issues/562 -https://github.com/atar-axis/xpadneo/pull/566 ---- a/hid-xpadneo/src/hid-xpadneo.c -+++ b/hid-xpadneo/src/hid-xpadneo.c -@@ -1194,5 +1194,5 @@ - return -ENOMEM; - -- xdata->id = ida_simple_get(&xpadneo_device_id_allocator, 0, 0, GFP_KERNEL); -+ xdata->id = ida_alloc(&xpadneo_device_id_allocator, GFP_KERNEL); - xdata->quirks = id->driver_data; - -@@ -1289,5 +1289,5 @@ - { - if (xdata->id >= 0) { -- ida_simple_remove(&xpadneo_device_id_allocator, xdata->id); -+ ida_free(&xpadneo_device_id_allocator, xdata->id); - xdata->id = -1; - }
