Diff between 30aae145696071b4e19e54ae19f72e4fb8967c56 and 108960e0262df6a9c809b485a8d0ec671ef59b78

Changed Files

File Additions Deletions Status
client/main.c +3 -1 modified

Full Patch

diff --git a/client/main.c b/client/main.c
index 4ea6fe3..5b0b745 100644
--- a/client/main.c
+++ b/client/main.c
@@ -446,6 +446,7 @@ static void cmd_show(const char *arg)
 	print_property(proxy, "Discoverable");
 	print_property(proxy, "Pairable");
 	print_uuids(proxy);
+	print_property(proxy, "Modalias");
 	print_property(proxy, "Discovering");
 }
 
@@ -695,6 +696,7 @@ static void cmd_info(const char *arg)
 	rl_printf("Device %s\n", address);
 
 	print_property(proxy, "Name");
+	print_property(proxy, "Alias");
 	print_property(proxy, "Class");
 	print_property(proxy, "Appearance");
 	print_property(proxy, "Icon");
@@ -704,11 +706,11 @@ static void cmd_info(const char *arg)
 	print_property(proxy, "Connected");
 	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");
-	print_property(proxy, "Alias");
 }
 
 static void pair_reply(DBusMessage *message, void *user_data)