Diff between 5d6f3791181902580f5e7e23f00ca20453d31761 and c54e30f3078c7f4054dd8822ba6f0dd70b92a3bf
Changed Files
| File | Additions | Deletions | Status |
| profiles/input/hog.c | +1 | -2 | modified |
Full Patch
diff --git a/profiles/input/hog.c b/profiles/input/hog.c
index 12bc19a..9f10fa4 100644
--- a/profiles/input/hog.c
+++ b/profiles/input/hog.c
@@ -105,8 +105,7 @@ struct report {
static gboolean suspend_supported = FALSE;
static GSList *devices = NULL;
-static void report_value_cb(const uint8_t *pdu, uint16_t len,
- gpointer user_data)
+static void report_value_cb(const guint8 *pdu, guint16 len, gpointer user_data)
{
struct report *report = user_data;
struct hog_device *hogdev = report->hogdev;