Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-7]: src/doc Ticket 1027.



details:   https://anonhg.NetBSD.org/src/rev/3f5cd4a98ca2
branches:  netbsd-7
changeset: 799695:3f5cd4a98ca2
user:      riz <riz%NetBSD.org@localhost>
date:      Sun Nov 08 05:18:34 2015 +0000

description:
Ticket 1027.

diffstat:

 doc/CHANGES-7.1 |  11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r a8822e819dbb -r 3f5cd4a98ca2 doc/CHANGES-7.1
--- a/doc/CHANGES-7.1   Sun Nov 08 05:17:40 2015 +0000
+++ b/doc/CHANGES-7.1   Sun Nov 08 05:18:34 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.1,v 1.1.2.27 2015/11/08 02:08:18 riz Exp $
+# $NetBSD: CHANGES-7.1,v 1.1.2.28 2015/11/08 05:18:34 riz Exp $
 
 A complete list of changes from the NetBSD 7.0 release to the NetBSD 7.1
 release:
@@ -1483,3 +1483,12 @@
        In NetBSD 7, the vnconfig command was renamed.
        [pgoyette, ticket #1025]
 
+sys/dev/usb/uplcom.c                           1.76
+
+       Don't pretend to do zero length IN control transfers as dwctwo(4)
+       (correctly according to usb 2.0 specification 8.5.3) uses IN
+       status stage when no (zero length) data stage.  Instead read
+       into a 1 byte array.
+       My uplcom(4) now works on RPI.
+       [skrll, ticket #1027]
+



Home | Main Index | Thread Index | Old Index