diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/client.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client.c b/src/client.c index 65dc4ce..d902591 100644 --- a/src/client.c +++ b/src/client.c | |||
| @@ -251,6 +251,7 @@ static int notify_device_add(struct mux_client *client, struct device_info *dev) | |||
| 251 | uint32_t xmlsize = 0; | 251 | uint32_t xmlsize = 0; |
| 252 | plist_t dict = plist_new_dict(); | 252 | plist_t dict = plist_new_dict(); |
| 253 | plist_dict_insert_item(dict, "MessageType", plist_new_string("Attached")); | 253 | plist_dict_insert_item(dict, "MessageType", plist_new_string("Attached")); |
| 254 | plist_dict_insert_item(dict, "DeviceID", plist_new_uint(dev->id)); | ||
| 254 | plist_t props = plist_new_dict(); | 255 | plist_t props = plist_new_dict(); |
| 255 | // TODO: get current usb speed | 256 | // TODO: get current usb speed |
| 256 | plist_dict_insert_item(props, "ConnectionSpeed", plist_new_uint(480000000)); | 257 | plist_dict_insert_item(props, "ConnectionSpeed", plist_new_uint(480000000)); |
