Diff between c2d072641aa9015fdfab196d095566fea364d4dc and 50487180813dfa7e7f106076e0cb9c5c0ad58bb3
Changed Files
| File | Additions | Deletions | Status |
| profiles/input/hog-lib.c | +2 | -2 | modified |
Full Patch
diff --git a/profiles/input/hog-lib.c b/profiles/input/hog-lib.c
index 860c6e3..70a1bdc 100644
--- a/profiles/input/hog-lib.c
+++ b/profiles/input/hog-lib.c
@@ -87,9 +87,9 @@ struct bt_hog {
uint16_t ctrlpt_handle;
uint8_t flags;
unsigned int getrep_att;
- uint16_t getrep_id;
+ uint32_t getrep_id;
unsigned int setrep_att;
- uint16_t setrep_id;
+ uint32_t setrep_id;
unsigned int report_map_id;
struct bt_scpp *scpp;
struct bt_dis *dis;