Diff between 2bd25c068c5f6a54fbe8d8ea11633d3b5f1468df and 5ebaeab4164f80539904b9a520d9b7a8307e06e2
Changed Files
| File | Additions | Deletions | Status |
| profiles/input/hog-lib.c | +1 | -1 | modified |
Full Patch
diff --git a/profiles/input/hog-lib.c b/profiles/input/hog-lib.c
index 67a0e83..1b4aca0 100644
--- a/profiles/input/hog-lib.c
+++ b/profiles/input/hog-lib.c
@@ -904,7 +904,7 @@ static void report_reply(struct bt_hog *hog, uint8_t status, uint8_t id,
hog->getrep_att = 0;
- err = bt_uhid_get_report_reply(hog->uhid, hog->getrep_id, status, id,
+ err = bt_uhid_get_report_reply(hog->uhid, hog->getrep_id, id, status,
data, len);
if (err < 0)
error("bt_uhid_get_report_reply: %s", strerror(-err));