Clean up .available & .poll
This commit is contained in:
@@ -1061,7 +1061,7 @@ const device_t mouse_mssystems_device = {
|
||||
.init = sermouse_init,
|
||||
.close = sermouse_close,
|
||||
.reset = NULL,
|
||||
{ .poll = sermouse_poll },
|
||||
.poll = sermouse_poll,
|
||||
.speed_changed = sermouse_speed_changed,
|
||||
.force_redraw = NULL,
|
||||
.config = msssermouse_config
|
||||
@@ -1075,7 +1075,7 @@ const device_t mouse_msserial_device = {
|
||||
.init = sermouse_init,
|
||||
.close = sermouse_close,
|
||||
.reset = NULL,
|
||||
{ .poll = sermouse_poll },
|
||||
.poll = sermouse_poll,
|
||||
.speed_changed = sermouse_speed_changed,
|
||||
.force_redraw = NULL,
|
||||
.config = mssermouse_config
|
||||
@@ -1089,7 +1089,7 @@ const device_t mouse_ltserial_device = {
|
||||
.init = sermouse_init,
|
||||
.close = sermouse_close,
|
||||
.reset = NULL,
|
||||
{ .poll = sermouse_poll },
|
||||
.poll = sermouse_poll,
|
||||
.speed_changed = sermouse_speed_changed,
|
||||
.force_redraw = NULL,
|
||||
.config = ltsermouse_config
|
||||
|
||||
Reference in New Issue
Block a user