From 67b9e7605c3da40ac7f362fbb0d51f1fd8558c15 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 29 Dec 2012 22:41:33 -0800 Subject: [PATCH] client: Don't bother with individual Device ID properties --- client/main.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/client/main.c b/client/main.c index 5b0b7455b..9a927a893 100644 --- a/client/main.c +++ b/client/main.c @@ -707,10 +707,6 @@ static void cmd_info(const char *arg) print_property(proxy, "LegacyPairing"); print_uuids(proxy); print_property(proxy, "Modalias"); - print_property(proxy, "VendorSource"); - print_property(proxy, "Vendor"); - print_property(proxy, "Product"); - print_property(proxy, "Version"); } static void pair_reply(DBusMessage *message, void *user_data) -- 2.47.3