Module Name: src
Committed By: sborrill
Date: Fri Feb 7 11:33:49 UTC 2014
Modified Files:
src/doc [netbsd-6]: CHANGES-6.2
Log Message:
Ticket #1015
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.83 -r1.1.2.84 src/doc/CHANGES-6.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-6.2
diff -u src/doc/CHANGES-6.2:1.1.2.83 src/doc/CHANGES-6.2:1.1.2.84
--- src/doc/CHANGES-6.2:1.1.2.83 Fri Feb 7 11:15:59 2014
+++ src/doc/CHANGES-6.2 Fri Feb 7 11:33:49 2014
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.2,v 1.1.2.83 2014/02/07 11:15:59 sborrill Exp $
+# $NetBSD: CHANGES-6.2,v 1.1.2.84 2014/02/07 11:33:49 sborrill Exp $
A complete list of changes from the 6.1 release until the 6.2 release:
@@ -1282,3 +1282,11 @@ sys/dev/ic/pckbc.c 1.56
handler if we are polling. Fixes PR/47406
[skrll, #1014]
+sys/dev/usb/usb_subr.c 1.190, 1.192
+
+ Fix PR/48496. Only set wMaxPacketSize to 64 for HS/FS and set
+ to 8 for LS to be within the USB spec.
+ Reload the full device descriptor after re-establishing the
+ default pipe with the new address.
+ [skrll, #1015]
+