* [PATCH 1/2] device: When the Class changes, Icon might too
@ 2013-12-07 14:53 Bastien Nocera
0 siblings, 0 replies; only message in thread
From: Bastien Nocera @ 2013-12-07 14:53 UTC (permalink / raw)
To: linux-bluetooth
Send out a PropertyChanged signal when the Class changes for
Icon also changing, as it's likely that the Icon needs to be
refetched.
Tested with the PS3 Sixaxis controller connecting the first time
around, as it would not budge from not having any icons until the
client was restarted.
---
src/device.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/device.c b/src/device.c
index 5380c1a..d7a00ec 100644
--- a/src/device.c
+++ b/src/device.c
@@ -2285,6 +2285,8 @@ void device_set_class(struct btd_device *device, uint32_t class)
g_dbus_emit_property_changed(dbus_conn, device->path,
DEVICE_INTERFACE, "Class");
+ g_dbus_emit_property_changed(dbus_conn, device->path,
+ DEVICE_INTERFACE, "Icon");
}
uint32_t btd_device_get_class(struct btd_device *device)
--
1.8.4.2
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2013-12-07 14:53 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-07 14:53 [PATCH 1/2] device: When the Class changes, Icon might too Bastien Nocera
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.