Subject: CVS commit: src/sys/dev/bluetooth
To: None <source-changes@NetBSD.org>
From: Iain Hibbert <plunky@netbsd.org>
List: source-changes
Date: 09/11/2006 21:59:09
Module Name: src
Committed By: plunky
Date: Mon Sep 11 21:59:09 UTC 2006
Modified Files:
src/sys/dev/bluetooth: btsco.c
Log Message:
btsco.c:
- sco_getopt(..., SO_SCO_MTU, ...) expects the address of a uint16_t,
not an int. So change sc_mtu's type to uint16_t.
- Try a little harder to ensure btsco_round_blocksize() does not
return zero. Prevents a subsequent panic in audio_init_ringbuffer().
from scw@
To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/sys/dev/bluetooth/btsco.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.