--- src/main.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main.c b/src/main.c index dc0478e..eafe2ed 100644 --- a/src/main.c +++ b/src/main.c @@ -282,10 +282,10 @@ static void init_defaults(void) if (sscanf(VERSION, "%hhu.%hhu", &major, &minor) != 2) return; - main_opts.did_source = 0x0002; /* USB */ - main_opts.did_vendor = 0x1d6b; /* Linux Foundation */ - main_opts.did_product = 0x0246; /* BlueZ */ - main_opts.did_version = (major << 8 | minor); + main_opts.did_source = 0x0002; /* USB */ + main_opts.did_vendor = 0x1d6b; /* Linux Foundation */ + main_opts.did_product = 0x0246; /* BlueZ */ + main_opts.did_version = (major << 8 | minor); } static GMainLoop *event_loop; -- 1.8.4 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html