From 2f4506180aa146e2da568b72f6c81fd72d7fa603 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 26 Sep 2008 09:29:53 +0200 Subject: Disable HAL plugin for now --- plugins/hal.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plugins/hal.c b/plugins/hal.c index 475d4956..42169694 100644 --- a/plugins/hal.c +++ b/plugins/hal.c @@ -35,6 +35,7 @@ #include "adapter.h" #include "logging.h" +#if 0 static uint32_t get_form_factor(LibHalContext *ctx) { char *formfactor; @@ -61,9 +62,11 @@ static uint32_t get_form_factor(LibHalContext *ctx) /* Computer major class */ return (1 << 8) | minor; } +#endif static int hal_probe(struct btd_adapter *adapter) { +#if 0 DBusConnection *conn; LibHalContext *ctx; @@ -89,6 +92,7 @@ static int hal_probe(struct btd_adapter *adapter) libhal_ctx_free(ctx); dbus_connection_unref(conn); +#endif return -ENODEV; } -- cgit