Module Name: src
Committed By: snj
Date: Mon Sep 4 06:52:11 UTC 2017
Modified Files:
src/doc [netbsd-8]: CHANGES-8.0
Log Message:
262, 263
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.53 -r1.1.2.54 src/doc/CHANGES-8.0
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-8.0
diff -u src/doc/CHANGES-8.0:1.1.2.53 src/doc/CHANGES-8.0:1.1.2.54
--- src/doc/CHANGES-8.0:1.1.2.53 Fri Sep 1 10:01:09 2017
+++ src/doc/CHANGES-8.0 Mon Sep 4 06:52:11 2017
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.0,v 1.1.2.53 2017/09/01 10:01:09 martin Exp $
+# $NetBSD: CHANGES-8.0,v 1.1.2.54 2017/09/04 06:52:11 snj Exp $
A complete list of changes from the initial NetBSD 8.0 branch on 2017-06-04
until the 8.0 release:
@@ -5757,3 +5757,17 @@ sys/dev/sdmmc/sdmmcvar.h 1.29
Avoid gcc warnings.
[mlelstv, ticket #261]
+sys/dev/usb/usb.c 1.166
+
+ Add a missing break that should have been included in
+ revision 1.163.
+ [skrll, ticket #262]
+
+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 #263]
+