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

@@ -2258,7 +2258,7 @@ const device_t st506_xt_xebec_device = {
.init = st506_init,
.close = st506_close,
.reset = NULL,
{ .available = xebec_available },
.available = xebec_available,
.speed_changed = NULL,
.force_redraw = NULL,
.config = NULL
@@ -2272,7 +2272,7 @@ const device_t st506_xt_wdxt_gen_device = {
.init = st506_init,
.close = st506_close,
.reset = NULL,
{ .available = wdxt_available },
.available = wdxt_available,
.speed_changed = NULL,
.force_redraw = NULL,
.config = NULL
@@ -2286,7 +2286,7 @@ const device_t st506_xt_dtc5150x_device = {
.init = st506_init,
.close = st506_close,
.reset = NULL,
{ .available = dtc5150x_available },
.available = dtc5150x_available,
.speed_changed = NULL,
.force_redraw = NULL,
.config = dtc_config
@@ -2300,7 +2300,7 @@ const device_t st506_xt_st11_m_device = {
.init = st506_init,
.close = st506_close,
.reset = NULL,
{ .available = st11_m_available },
.available = st11_m_available,
.speed_changed = NULL,
.force_redraw = NULL,
.config = st11_config
@@ -2314,7 +2314,7 @@ const device_t st506_xt_st11_r_device = {
.init = st506_init,
.close = st506_close,
.reset = NULL,
{ .available = st11_r_available },
.available = st11_r_available,
.speed_changed = NULL,
.force_redraw = NULL,
.config = st11_config
@@ -2328,7 +2328,7 @@ const device_t st506_xt_wd1002a_wx1_device = {
.init = st506_init,
.close = st506_close,
.reset = NULL,
{ .available = wd1002a_wx1_available },
.available = wd1002a_wx1_available,
.speed_changed = NULL,
.force_redraw = NULL,
.config = wd_config
@@ -2342,7 +2342,7 @@ const device_t st506_xt_wd1002a_wx1_nobios_device = {
.init = st506_init,
.close = st506_close,
.reset = NULL,
{ .available = wd1002a_wx1_available },
.available = wd1002a_wx1_available,
.speed_changed = NULL,
.force_redraw = NULL,
.config = wd_nobios_config
@@ -2356,7 +2356,7 @@ const device_t st506_xt_wd1002a_27x_device = {
.init = st506_init,
.close = st506_close,
.reset = NULL,
{ .available = wd1002a_27x_available },
.available = wd1002a_27x_available,
.speed_changed = NULL,
.force_redraw = NULL,
.config = wd_rll_config
@@ -2370,7 +2370,7 @@ const device_t st506_xt_wd1004a_wx1_device = {
.init = st506_init,
.close = st506_close,
.reset = NULL,
{ .available = wd1004a_wx1_available },
.available = wd1004a_wx1_available,
.speed_changed = NULL,
.force_redraw = NULL,
.config = wd1004a_config
@@ -2384,7 +2384,7 @@ const device_t st506_xt_wd1004_27x_device = {
.init = st506_init,
.close = st506_close,
.reset = NULL,
{ .available = wd1004_27x_available },
.available = wd1004_27x_available,
.speed_changed = NULL,
.force_redraw = NULL,
.config = wd1004_rll_config
@@ -2398,7 +2398,7 @@ const device_t st506_xt_wd1004a_27x_device = {
.init = st506_init,
.close = st506_close,
.reset = NULL,
{ .available = wd1004a_27x_available },
.available = wd1004a_27x_available,
.speed_changed = NULL,
.force_redraw = NULL,
.config = wd_rll_config
@@ -2412,7 +2412,7 @@ const device_t st506_xt_victor_v86p_device = {
.init = st506_init,
.close = st506_close,
.reset = NULL,
{ .available = victor_v86p_available },
.available = victor_v86p_available,
.speed_changed = NULL,
.force_redraw = NULL,
.config = NULL
@@ -2426,7 +2426,7 @@ const device_t st506_xt_toshiba_t1200_device = {
.init = st506_init,
.close = st506_close,
.reset = NULL,
{ .available = NULL },
.available = NULL,
.speed_changed = NULL,
.force_redraw = NULL,
.config = NULL