summaryrefslogtreecommitdiffstats
path: root/hidd/fakehid.c
diff options
context:
space:
mode:
Diffstat (limited to 'hidd/fakehid.c')
-rw-r--r--hidd/fakehid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hidd/fakehid.c b/hidd/fakehid.c
index 2699d3f5..91a62fb3 100644
--- a/hidd/fakehid.c
+++ b/hidd/fakehid.c
@@ -318,7 +318,7 @@ int epox_presenter(const bdaddr_t *src, const bdaddr_t *dst, uint8_t channel)
while (!__io_canceled) {
p.revents = 0;
- if (poll(&p, 1, 100) < 1)
+ if (poll(&p, 1, 500) < 1)
continue;
len = read(sk, buf, sizeof(buf));