NetBSD-Bugs archive

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

Re: PR/54662 CVS commit: src/sys/dev/usb



Thank you for fixing the problem.

On Mon, Nov 4, 2019 at 5:50 AM Tetsuya Isaki <isaki%netbsd.org@localhost> wrote:
>
> The following reply was made to PR kern/54662; it has been noted by GNATS.
>
> From: "Tetsuya Isaki" <isaki%netbsd.org@localhost>
> To: gnats-bugs%gnats.NetBSD.org@localhost
> Cc:
> Subject: PR/54662 CVS commit: src/sys/dev/usb
> Date: Mon, 4 Nov 2019 05:46:40 +0000
>
>  Module Name:   src
>  Committed By:  isaki
>  Date:          Mon Nov  4 05:46:39 UTC 2019
>
>  Modified Files:
>         src/sys/dev/usb: uaudio.c
>
>  Log Message:
>  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.162 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