Diff between e254c6ae2ef675238be367199fc16ff0a5fc4e70 and 853592f98f689d5755411e952f29a5255b8a7f38
Changed Files
| File | Additions | Deletions | Status |
| profiles/audio/avctp.c | +2 | -0 | modified |
Full Patch
diff --git a/profiles/audio/avctp.c b/profiles/audio/avctp.c
index d92f304..57071b5 100644
--- a/profiles/audio/avctp.c
+++ b/profiles/audio/avctp.c
@@ -1093,6 +1093,8 @@ static int uinput_create(char *name)
return err;
}
+ send_event(fd, EV_REP, REP_DELAY, 300);
+
return fd;
}