Module Name: src Committed By: riz Date: Sun Apr 22 03:16:44 UTC 2012
Modified Files: src/doc [netbsd-5]: CHANGES-5.2 Log Message: Ticket 1751. To generate a diff of this commit: cvs rdiff -u -r1.1.2.158 -r1.1.2.159 src/doc/CHANGES-5.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-5.2 diff -u src/doc/CHANGES-5.2:1.1.2.158 src/doc/CHANGES-5.2:1.1.2.159 --- src/doc/CHANGES-5.2:1.1.2.158 Sat Apr 21 23:10:41 2012 +++ src/doc/CHANGES-5.2 Sun Apr 22 03:16:43 2012 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-5.2,v 1.1.2.158 2012/04/21 23:10:41 riz Exp $ +# $NetBSD: CHANGES-5.2,v 1.1.2.159 2012/04/22 03:16:43 riz Exp $ A complete list of changes from the NetBSD 5.1 release to the NetBSD 5.2 release: @@ -6330,3 +6330,10 @@ sys/netatalk/ddp_output.c 1.16 Fix AppleTalk name registration. PR#44412. [hauke, ticket #1749] +sys/dev/usb/uaudio.c 1.131 + + Use usbd_get_device_descriptor() instead of groping for it directly + in the usbd_device struct. Fixes build breakage introduced in + ticket #1746. + [jakllsch, ticket #1751] +