From bca05f203758173c227aed228463fdddefcd8c6a Mon Sep 17 00:00:00 2001 From: Ondrej Čerman Date: Tue, 27 Nov 2018 23:25:42 +0100 Subject: devices/storage: added udisks2 support --- modules/devices.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/devices.c') diff --git a/modules/devices.c b/modules/devices.c index 4439c058..d875aa93 100644 --- a/modules/devices.c +++ b/modules/devices.c @@ -791,12 +791,14 @@ void hi_module_init(void) init_memory_labels(); init_cups(); sensors_init(); + storage_init(); } void hi_module_deinit(void) { moreinfo_del_with_prefix("DEV"); sensors_shutdown(); + storage_shutdown(); g_hash_table_destroy(memlabels); g_module_close(cups); } -- cgit v1.2.3