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

@@ -235,7 +235,7 @@ const device_t port_92_device = {
.init = port_92_init,
.close = port_92_close,
.reset = NULL,
{ .available = NULL },
.available = NULL,
.speed_changed = NULL,
.force_redraw = NULL,
.config = NULL
@@ -249,7 +249,7 @@ const device_t port_92_key_device = {
.init = port_92_init,
.close = port_92_close,
.reset = NULL,
{ .available = NULL },
.available = NULL,
.speed_changed = NULL,
.force_redraw = NULL,
.config = NULL
@@ -263,7 +263,7 @@ const device_t port_92_inv_device = {
.init = port_92_init,
.close = port_92_close,
.reset = NULL,
{ .available = NULL },
.available = NULL,
.speed_changed = NULL,
.force_redraw = NULL,
.config = NULL
@@ -277,7 +277,7 @@ const device_t port_92_word_device = {
.init = port_92_init,
.close = port_92_close,
.reset = NULL,
{ .available = NULL },
.available = NULL,
.speed_changed = NULL,
.force_redraw = NULL,
.config = NULL
@@ -291,7 +291,7 @@ const device_t port_92_pci_device = {
.init = port_92_init,
.close = port_92_close,
.reset = port_92_reset,
{ .available = NULL },
.available = NULL,
.speed_changed = NULL,
.force_redraw = NULL,
.config = NULL