Add startswith() helper
[platform/upstream/libevdev.git] / README.md
1 libevdev - wrapper library for evdev input devices
2 ==================================================
3
4 libevdev is a wrapper library for evdev devices. it moves the common
5 tasks when dealing with evdev devices into a library and provides a library
6 interface to the callers, thus avoiding erroneous ioctls, etc.
7
8 git://git.freedesktop.org/git/libevdev
9 http://cgit.freedesktop.org/libevdev/
10
11 **libevdev is currently in early stages of development. Use at your own risk**
12
13 The eventual goal is that libevdev wraps all ioctls available to evdev
14 devices, thus making direct access unnecessary.
15
16 Go here for the API documentation:
17 http://www.freedesktop.org/software/libevdev/doc/latest/
18
19 File bugs in the freedesktop.org bugzilla:
20 https://bugs.freedesktop.org/enter_bug.cgi?product=libevdev
21
22 Patches, questions and general comments should be submitted to the input-tools@lists.freedesktop.org
23 mailing list:
24 http://lists.freedesktop.org/mailman/listinfo/input-tools