Diff between 1f5ebee9e10f038d708111a67666861d05fe6808 and c84733e5f4f34f5a477314fa85d10234af6c5879
Changed Files
| File | Additions | Deletions | Status |
| profiles/input/hog_device.c | +2 | -1 | modified |
Full Patch
diff --git a/profiles/input/hog_device.c b/profiles/input/hog_device.c
index 437aeb8..85c39e1 100644
--- a/profiles/input/hog_device.c
+++ b/profiles/input/hog_device.c
@@ -74,7 +74,8 @@ struct hog_device {
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 uint8_t *pdu, uint16_t len,
+ gpointer user_data)
{
struct hog_device *hogdev = user_data;
struct uhid_event ev;