summaryrefslogtreecommitdiffstats
path: root/INF/SuperMicro.pm
diff options
context:
space:
mode:
Diffstat (limited to 'INF/SuperMicro.pm')
-rw-r--r--INF/SuperMicro.pm5
1 files changed, 5 insertions, 0 deletions
diff --git a/INF/SuperMicro.pm b/INF/SuperMicro.pm
index 7284826..121d36a 100644
--- a/INF/SuperMicro.pm
+++ b/INF/SuperMicro.pm
@@ -226,6 +226,11 @@ sub port_state_get($$) {
return $self->get_host_power();
}
+sub port_state_get_no_cache($$) {
+ my $self = shift;
+ return $self->get_host_power();
+}
+
sub port_name_get($$) {
my $self = shift;
return $self->{name};