Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit af6438e0 authored by rohit bandi's avatar rohit bandi Committed by Gerrit - the friendly Code Review server
Browse files

HID: qvr: Decrease wait event interruptible timeout value



To improve read calibration data latency use a
minimum but enough timeout value.

Change-Id: I629ae61ca5005d0f3d0a48e9780ad0940a1ca860
Signed-off-by: default avatarRohit Bandi <rohitbandi@codeaurora.org>
parent 1f1808cd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@
#include "hid-qvr.h"
#include "hid-trace.h"

#define WAIT_EVENT_INT_TOUT 1000
#define WAIT_EVENT_INT_TOUT 20

#define QVR_START_IMU		_IO('q', 1)
#define QVR_STOP_IMU		_IO('q', 2)