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

@@ -1084,7 +1084,7 @@ const device_t wd8003e_device = {
.init = wd_init,
.close = wd_close,
.reset = NULL,
{ .available = NULL },
.available = NULL,
.speed_changed = NULL,
.force_redraw = NULL,
.config = wd8003_config
@@ -1098,7 +1098,7 @@ const device_t wd8003eb_device = {
.init = wd_init,
.close = wd_close,
.reset = NULL,
{ .available = NULL },
.available = NULL,
.speed_changed = NULL,
.force_redraw = NULL,
.config = wd8003eb_config
@@ -1112,7 +1112,7 @@ const device_t wd8013ebt_device = {
.init = wd_init,
.close = wd_close,
.reset = NULL,
{ .available = NULL },
.available = NULL,
.speed_changed = NULL,
.force_redraw = NULL,
.config = wd8013_config
@@ -1126,7 +1126,7 @@ const device_t wd8003eta_device = {
.init = wd_init,
.close = wd_close,
.reset = NULL,
{ .available = NULL },
.available = NULL,
.speed_changed = NULL,
.force_redraw = NULL,
.config = mca_mac_config
@@ -1140,7 +1140,7 @@ const device_t wd8003ea_device = {
.init = wd_init,
.close = wd_close,
.reset = NULL,
{ .available = NULL },
.available = NULL,
.speed_changed = NULL,
.force_redraw = NULL,
.config = mca_mac_config
@@ -1154,7 +1154,7 @@ const device_t wd8013epa_device = {
.init = wd_init,
.close = wd_close,
.reset = NULL,
{ .available = NULL },
.available = NULL,
.speed_changed = NULL,
.force_redraw = NULL,
.config = wd8013epa_config