From 7eaf5aa39ab4592548baeffaca65f0e490e036b1 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 10 Sep 2005 00:34:21 +0000 Subject: Add support for transient persistent storage values --- tools/hciconfig.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/hciconfig.c') diff --git a/tools/hciconfig.c b/tools/hciconfig.c index 0d13542d..2a352e85 100644 --- a/tools/hciconfig.c +++ b/tools/hciconfig.c @@ -1225,7 +1225,7 @@ static void print_rev_csr(int dd, uint16_t rev) if (!csr_read_varid_uint16(dd, 3, CSR_VARID_MAX_CRYPT_KEY_LENGTH, &maxkeylen)) printf("\tMax key size: %d bit\n", maxkeylen * 8); - if (!csr_read_pskey_uint16(dd, 4, CSR_PSKEY_HOSTIO_MAP_SCO_PCM, &mapsco)) + if (!csr_read_pskey_uint16(dd, 4, CSR_PSKEY_HOSTIO_MAP_SCO_PCM, 0x0000, &mapsco)) printf("\tSCO mapping: %s\n", mapsco ? "PCM" : "HCI"); } -- cgit