summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 5 insertions, 3 deletions
diff --git a/README b/README
index 37ef122..c7ffe9b 100644
--- a/README
+++ b/README
@@ -1,8 +1,10 @@
1mtdev - MT device event converter (MIT license) 1mtdev - Multitouch Protocol Translation Library (MIT license)
2 2
3The mtdev library transforms all variants of kernel MT events to the 3The mtdev library transforms all variants of kernel MT events to the
4slotted type B protocol. See the kernel documentation for more 4slotted type B protocol. The events put into mtdev may be from any MT
5details. 5device, specifically type A without contact tracking, type A with
6contact tracking, or type B with contact tracking. See the kernel
7documentation for further details.
6 8
7--- 9---
8Copyright (C) 2010 Henrik Rydberg <rydberg@euromail.se> 10Copyright (C) 2010 Henrik Rydberg <rydberg@euromail.se>