Module Name:    src
Committed By:   martin
Date:           Thu Oct 15 12:07:11 UTC 2020

Modified Files:
        src/doc [netbsd-9]: CHANGES-9.1

Log Message:
Ticket #1112


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.122 -r1.1.2.123 src/doc/CHANGES-9.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-9.1
diff -u src/doc/CHANGES-9.1:1.1.2.122 src/doc/CHANGES-9.1:1.1.2.123
--- src/doc/CHANGES-9.1:1.1.2.122	Mon Oct 12 10:27:57 2020
+++ src/doc/CHANGES-9.1	Thu Oct 15 12:07:11 2020
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.1,v 1.1.2.122 2020/10/12 10:27:57 martin Exp $
+# $NetBSD: CHANGES-9.1,v 1.1.2.123 2020/10/15 12:07:11 martin Exp $
 
 A complete list of changes from the NetBSD 9.0 release to the NetBSD 9.1
 release:
@@ -5181,3 +5181,15 @@ external/cddl/osnet/sys/sys/cred.h		1.8
 	Fix PR kern/55675: ZFS mounts do not work with setuid programs.
 	[hannken, ticket #1111]
 
+sys/dev/usb/ums.c				1.94,1.99
+xsrc/external/mit/xf86-input-mouse/dist/src/bsd_mouse.c 1.6
+xsrc/external/mit/xf86-input-mouse/dist/src/mouse.h	1.7
+
+	ums(4):
+	- Initialize tcpalib for ums devices.
+	- For absolute pointers, report min/max X and Y values using
+	  WSMOUSEIO_[SG]CALIBCOORDS ioctl.
+	Scale absolute positions to screen resolution before passing
+	them to the X server.
+	[jmcneill, ticket #1112]
+

Reply via email to