Clean up .available & .poll

This commit is contained in:
Jasmine Iwanek
2025-01-07 01:12:42 -05:00
parent de488fe779
commit 81b8038bc5
254 changed files with 1214 additions and 1313 deletions

View File

@@ -812,7 +812,7 @@ const device_t mouse_logibus_device = {
.init = bm_init,
.close = bm_close,
.reset = NULL,
{ .poll = bm_poll },
.poll = bm_poll,
.speed_changed = NULL,
.force_redraw = NULL,
.config = lt_config
@@ -826,7 +826,7 @@ const device_t mouse_logibus_onboard_device = {
.init = bm_init,
.close = bm_close,
.reset = NULL,
{ .poll = bm_poll },
.poll = bm_poll,
.speed_changed = NULL,
.force_redraw = NULL,
.config = NULL
@@ -840,7 +840,7 @@ const device_t mouse_msinport_device = {
.init = bm_init,
.close = bm_close,
.reset = NULL,
{ .poll = bm_poll },
.poll = bm_poll,
.speed_changed = NULL,
.force_redraw = NULL,
.config = ms_config