NetBSD-Bugs archive

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

PR/54662 CVS commit: [netbsd-9] src/sys/dev/usb



The following reply was made to PR kern/54662; it has been noted by GNATS.

From: "Martin Husemann" <martin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/54662 CVS commit: [netbsd-9] src/sys/dev/usb
Date: Tue, 19 Nov 2019 12:56:48 +0000

 Module Name:	src
 Committed By:	martin
 Date:		Tue Nov 19 12:56:48 UTC 2019
 
 Modified Files:
 	src/sys/dev/usb [netbsd-9]: uaudio.c
 
 Log Message:
 Pull up following revision(s) (requested by isaki in ticket #447):
 
 	sys/dev/usb/uaudio.c: revision 1.162
 
 Use kmem_zalloc() instead of kmem_alloc() to initialize structure.
 struct audio_format added a member since isaki-audio2.
 
 Fix PR kern/54662 "uaudio sometimes not recognized".
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.161 -r1.161.2.1 src/sys/dev/usb/uaudio.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index