From: Peter Hutterer Date: Thu, 22 May 2014 05:07:59 +0000 (+1000) Subject: Document that we need uinput in the kernel for the test suite X-Git-Tag: libevdev-1.2.2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=25507127bd471ed05a00596c2ac4f887d6f7b70f;p=platform%2Fupstream%2Flibevdev.git Document that we need uinput in the kernel for the test suite Signed-off-by: Peter Hutterer --- diff --git a/libevdev/libevdev.h b/libevdev/libevdev.h index ef142ea..a74d24c 100644 --- a/libevdev/libevdev.h +++ b/libevdev/libevdev.h @@ -544,7 +544,8 @@ extern "C" { * libevdev's internal test suite uses the * [Check unit testing framework](http://check.sourceforge.net/). Tests are * divided into test suites and test cases. Most tests create a uinput device, - * so you'll need to run as root. + * so you'll need to run as root, and your kernel must have + * CONFIG_INPUT_UINPUT enabled. * * To run a specific suite only: *