Module Name: src
Committed By: snj
Date: Fri Oct 13 08:12:44 UTC 2017
Modified Files:
src/doc [netbsd-7]: CHANGES-7.2
Log Message:
1503
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.49 -r1.1.2.50 src/doc/CHANGES-7.2
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-7.2
diff -u src/doc/CHANGES-7.2:1.1.2.49 src/doc/CHANGES-7.2:1.1.2.50
--- src/doc/CHANGES-7.2:1.1.2.49 Sun Oct 1 17:14:39 2017
+++ src/doc/CHANGES-7.2 Fri Oct 13 08:12:44 2017
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.2,v 1.1.2.49 2017/10/01 17:14:39 snj Exp $
+# $NetBSD: CHANGES-7.2,v 1.1.2.50 2017/10/13 08:12:44 snj Exp $
A complete list of changes from the NetBSD 7.1 release to the NetBSD 7.2
release:
@@ -4705,3 +4705,11 @@ sys/dev/usb/usb.c 1.166
Add a missing break that should've been included in 1.163.
[skrll, ticket #1502]
+sys/dev/usb/uhidev.c 1.71
+sys/dev/usb/ukbd.c 1.137-1.138
+
+ Fix memory leak in report parsing error paths.
+ Support more varieties of USB keyboard reports.
+ Always try to set USB HID devices into Report Protocol.
+ [jakllsch, ticket #1503]
+