From 16a4509bcec1ee7ee7538ababf20a7a06af332ae Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Thu, 19 Jan 2017 15:53:25 +0100 Subject: [PATCH] README: fix the required version of kernel headers The project actually needs kernel headers >= v4.8 to compile. Signed-off-by: Bartosz Golaszewski --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9567caf..75ee722 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ libgpiod libgpiod - C library and tools for interacting with the linux GPIO character device -Since linux 4.7 the GPIO sysfs interface is deprecated. User space should use +Since linux 4.8 the GPIO sysfs interface is deprecated. User space should use the character device instead. This library encapsulates the ioctl calls and data structures behind a straightforward API. @@ -32,7 +32,7 @@ libraries other than the standard C library with GNU extensions. The autoconf version needed to compile the project is 2.61. -Recent (as in >= v4.7) kernel headers are also required for the GPIO user +Recent (as in >= v4.8) kernel headers are also required for the GPIO user API definitions. To build the project (including command-line utilities) run: -- 2.30.2