Diff between 9ae4da94899bbacb87eb912cbc9a7620b2b60255 and 87a21ddc800b8f34ff60dbb74b690b4705df4e9d
Changed Files
| File | Additions | Deletions | Status |
| profiles/input/manager.c | +1 | -1 | modified |
Full Patch
diff --git a/profiles/input/manager.c b/profiles/input/manager.c
index d30ba67..8bbf768 100644
--- a/profiles/input/manager.c
+++ b/profiles/input/manager.c
@@ -59,7 +59,7 @@ static int hid_device_probe(struct btd_profile *p, struct btd_device *device,
GSList *uuids)
{
const char *path = device_get_path(device);
- const sdp_record_t *rec = btd_device_get_record(device, uuids->data);
+ const sdp_record_t *rec = btd_device_get_record(device, HID_UUID);
DBG("path %s", path);