Package: g15daemon / 1.9.5.3-12
Metadata
Package | Version | Patches format |
---|---|---|
g15daemon | 1.9.5.3-12 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
01 remove x11 setup from man.diff | (download) |
Documentation/g15daemon.1 |
107 0 + 107 - 0 ! |
--- |
02 better screenshort creation.diff | (download) |
g15daemon/utility_funcs.c |
18 16 + 2 - 0 ! |
--- |
03 change syslog facility.diff | (download) |
g15daemon/main.c |
2 1 + 1 - 0 ! |
--- |
04 open needs mode.diff | (download) |
g15daemon/utility_funcs.c |
2 1 + 1 - 0 ! |
--- |
05 send a sync event after key up down.diff | (download) |
plugins/g15_plugin_uinput.c |
14 14 + 0 - 0 ! |
--- |
06 fix buffer overflow.diff | (download) |
libg15daemon_client/g15daemon_net.c |
2 1 + 1 - 0 ! |
--- |
07 reinit on any error.diff | (download) |
g15daemon/main.c |
5 2 + 3 - 0 ! |
reinitialize on any libusb error. This allows g15daemon to correctly recover after suspend/resume. |
08 remove unused variables.diff | (download) |
g15daemon/linked_lists.c |
8 0 + 8 - 0 ! |
remove unused variables Global variable keyhandler is declared as pointer to incomplete struct type. Upon closer inspection, it turned out that this variable and client_handles_keys are unused. |