From: Bartosz Golaszewski Date: Wed, 7 Jun 2017 16:08:47 +0000 (+0200) Subject: README: explain what gpiod stands for X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=8b872ad8940f4109bae9f53910e790c18eff5ac8;p=qemu-gpiodev%2Flibgpiod.git README: explain what gpiod stands for In case someone incorrectly thinks it stands for 'GPIO daemon'. Signed-off-by: Bartosz Golaszewski --- diff --git a/README.md b/README.md index e21dbc8..af4063a 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ libgpiod ======== libgpiod - C library and tools for interacting with the linux GPIO - character device + character device (gpiod stands for GPIO device) 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