Diff between 43baee63f615b021a538a300cc7e35375b3db97c and 34e721f72d64f2de3aeed45ab416557c1c32ef43
Changed Files
| File | Additions | Deletions | Status |
| src/device.c | +3 | -0 | modified |
Full Patch
diff --git a/src/device.c b/src/device.c
index 419c16d..84be932 100644
--- a/src/device.c
+++ b/src/device.c
@@ -574,6 +574,9 @@ static gboolean dev_property_get_product(const GDBusPropertyTable *property,
if (!device->product)
return FALSE;
+ dbus_message_iter_append_basic(iter, DBUS_TYPE_UINT16,
+ &device->product);
+
return TRUE;
}