Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
01_change_modulename.patch | diff --git a/Makefile b/Makefile index eb5d087..898594b 100644 |
no | ||||
02_optimize_O2.patch | diff --git a/Makefile b/Makefile index f2b5fa8..d62e845 100644 |
no | ||||
03_cross.patch | allow substituting the compiler for cross compilation =================================================================== |
Helmut Grohne <helmut@subdivi.de> | no | |||
Port-usage-of-struct-input_event-to-input_event_.patch | Port usage of struct input_event to input_event_* It fails to build on armhf: ``` src/hwstate.c: In function ‘finish_packet’: src/hwstate.c:43:24: error: ‘const struct input_event’ has no member named ‘time’ 43 | s->evtime = syn->time.tv_usec / ms + syn->time.tv_sec * ms; | ^~ src/hwstate.c:43:49: error: ‘const struct input_event’ has no member named ‘time’ 43 | s->evtime = syn->time.tv_usec / ms + syn->time.tv_sec * ms; | ^~ ``` |
Benjamin Drung <benjamin.drung@canonical.com> | no | 2024-04-15 | ||
Include-headers-to-fix-implicit-function-declaration.patch | Include headers to fix implicit function declaration | Benjamin Drung <benjamin.drung@canonical.com> | no | 2024-04-15 |