summaryrefslogtreecommitdiff
path: root/COPYING
Commit message (Collapse)AuthorAgeFilesLines
* Update COPYING file.Gaetan Nadon2013-11-151-0/+10
| | | | | | | | The file must reflect actual Copyright statements in the source code. Signed-off-by: Gaetan Nadon <memsize@videotron.ca> Reviewed-by: David Herrmann <dh.herrmann@gmail.com> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* libevdev is a library to handle evdev devicesPeter Hutterer2013-05-291-0/+19
Two main goals of this library: - 'transparently' handle SYN_DROPPED events - avoid errors in ioctl handling by providing a simpler interface. Keeps a cached copy of the device for quick querying. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>