Module Name: src
Committed By: mbalmer
Date: Sat Nov 28 12:13:04 UTC 2009
Modified Files:
src/doc: CHANGES
Log Message:
Mention xf86-input-ws
To generate a diff of this commit:
cvs rdiff -u -r1.1321 -r1.1322 src/doc/CHANGES
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES
diff -u src/doc/CHANGES:1.1321 src/doc/CHANGES:1.1322
--- src/doc/CHANGES:1.1321 Fri Nov 27 08:35:05 2009
+++ src/doc/CHANGES Sat Nov 28 12:13:04 2009
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1321 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1322 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -486,3 +486,6 @@
the use of the kernel linker in a rump kernel.
[pooka 20091126]
ums(4): Added touchpanel support. [mbalmer 20091127]
+ ws(4): Added the xf86-input-ws input driver for touchpanels that
+ report absolute position data through wscons(4), e.g. those
+ support by ums(4). [mbalmer 20091128]