diff options
author | Stephan Hoffmann <sho@relinux.de> | 2012-08-29 11:01:06 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2012-08-30 04:38:27 +0200 |
commit | c72e4bc01ca5855c475896c2cd73a15ee25e0363 (patch) | |
tree | 5075d68843194af3464bbb3dc7862b5b2461f419 /package/mtdev/Config.in | |
parent | a5cefe8a7edd38c06aedf2fe403e087d4061a180 (diff) | |
download | buildroot-novena-c72e4bc01ca5855c475896c2cd73a15ee25e0363.tar.gz buildroot-novena-c72e4bc01ca5855c475896c2cd73a15ee25e0363.zip |
mtdev: new package
The mtdev is a stand-alone library which transforms all variants
of kernel multitouch events to the slotted type B protocol.
http://bitmath.org/code/mtdev/
Signed-off-by: Stephan Hoffmann <sho@relinux.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/mtdev/Config.in')
-rw-r--r-- | package/mtdev/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/package/mtdev/Config.in b/package/mtdev/Config.in new file mode 100644 index 000000000..34199038b --- /dev/null +++ b/package/mtdev/Config.in @@ -0,0 +1,8 @@ +config BR2_PACKAGE_MTDEV + bool "mtdev" + help + The mtdev is a stand-alone library which transforms all + variants of kernel MT events to the slotted type B protocol. + + http://bitmath.org/code/mtdev/ + |