Module Name: src Committed By: riz Date: Sat Nov 24 04:02:00 UTC 2012
Modified Files: src/doc [netbsd-6]: CHANGES-6.1 Log Message: ticket 700 To generate a diff of this commit: cvs rdiff -u -r1.1.2.39 -r1.1.2.40 src/doc/CHANGES-6.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.1 diff -u src/doc/CHANGES-6.1:1.1.2.39 src/doc/CHANGES-6.1:1.1.2.40 --- src/doc/CHANGES-6.1:1.1.2.39 Fri Nov 23 16:40:01 2012 +++ src/doc/CHANGES-6.1 Sat Nov 24 04:02:00 2012 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-6.1,v 1.1.2.39 2012/11/23 16:40:01 riz Exp $ +# $NetBSD: CHANGES-6.1,v 1.1.2.40 2012/11/24 04:02:00 riz Exp $ A complete list of changes from the 6.0 release until the 6.1 release: @@ -908,3 +908,9 @@ sys/dev/isa/itesio_isavar.h 1.9 Add support for ITE8720F. PR#47169. [msaitoh, ticket #699] +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] +