Module Name: src
Committed By: riz
Date: Sat Nov 24 04:01:43 UTC 2012
Modified Files:
src/doc [netbsd-6-0]: CHANGES-6.0.1
Log Message:
Ticket 700
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.19 -r1.1.2.20 src/doc/CHANGES-6.0.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-6.0.1
diff -u src/doc/CHANGES-6.0.1:1.1.2.19 src/doc/CHANGES-6.0.1:1.1.2.20
--- src/doc/CHANGES-6.0.1:1.1.2.19 Thu Nov 22 18:51:29 2012
+++ src/doc/CHANGES-6.0.1 Sat Nov 24 04:01:43 2012
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.0.1,v 1.1.2.19 2012/11/22 18:51:29 riz Exp $
+# $NetBSD: CHANGES-6.0.1,v 1.1.2.20 2012/11/24 04:01:43 riz Exp $
A complete list of changes from the NetBSD 6.0 release to the NetBSD 6.0.1
release:
@@ -164,3 +164,9 @@ sys/kern/vfs_vnops.c 1.186
It is impossible to resolve these races in vn_lock().
[hannken, ticket #692]
+sys/dev/usb/if_urndis.c 1.4
+
+ Don't match on idVendor=0x0000 && idProduct=0x0000. Fixes the
+ keyboard on a number of HP and possibly other vendors' machines.
+ [joerg, ticket #700]
+