Module Name: src
Committed By: sborrill
Date: Fri Nov 27 09:50:04 UTC 2009
Modified Files:
src/doc [netbsd-5]: CHANGES-5.1
Log Message:
Ticket 1164
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.145 -r1.1.2.146 src/doc/CHANGES-5.1
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-5.1
diff -u src/doc/CHANGES-5.1:1.1.2.145 src/doc/CHANGES-5.1:1.1.2.146
--- src/doc/CHANGES-5.1:1.1.2.145 Fri Nov 27 09:16:06 2009
+++ src/doc/CHANGES-5.1 Fri Nov 27 09:50:03 2009
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.1,v 1.1.2.145 2009/11/27 09:16:06 sborrill Exp $
+# $NetBSD: CHANGES-5.1,v 1.1.2.146 2009/11/27 09:50:03 sborrill Exp $
A complete list of changes from the NetBSD 5.0 release to the NetBSD 5.1
release:
@@ -14885,3 +14885,13 @@
Fixes PR/42312.
[dsl, ticket #1141]
+doc/CHANGES 1.320 via patch
+share/man/man4/ums.4 1.9
+sys/dev/usb/ums.c 1.77
+
+ Add support for USB HID devices that report absolute coordinates
+ instead of relative movement data, e.g. touchpanels. Please
+ note that calibration must be done outside the wscons(4) driver
+ for now.
+ [mbalmer, ticket #1164]
+