Clean up .available & .poll
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user