summaryrefslogtreecommitdiff
path: root/lwis_device_slc.c
diff options
context:
space:
mode:
authorEdmond Chung <edmondchung@google.com>2021-02-09 13:53:41 -0800
committerEdmond Chung <edmondchung@google.com>2021-02-09 13:53:41 -0800
commit3238c59601e26b00fc22a32478c31f8a09bcb0c9 (patch)
tree0a1b923fc47f6b17e6e10ea58304c1b517dee36b /lwis_device_slc.c
parentc38973e7cc24ed749cf6f58a019ccf976a4d8828 (diff)
downloadlwis-3238c59601e26b00fc22a32478c31f8a09bcb0c9.tar.gz
Device: Add subclass specific close handles.
Bug: 179789580 Test: Build, GCA Signed-off-by: Edmond Chung <edmondchung@google.com> Change-Id: Ie0fea7aeaa08f967db2ca04c7efbef23c5fc7e64
Diffstat (limited to 'lwis_device_slc.c')
-rw-r--r--lwis_device_slc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lwis_device_slc.c b/lwis_device_slc.c
index 9e47a44..ebc9b7f 100644
--- a/lwis_device_slc.c
+++ b/lwis_device_slc.c
@@ -44,6 +44,7 @@ static struct lwis_device_subclass_operations slc_vops = {
.device_disable = lwis_slc_disable,
.event_enable = NULL,
.event_flags_updated = NULL,
+ .close = NULL,
};
static struct lwis_event_subscribe_operations slc_subscribe_ops = {