From d0d48dda01cd66f89dc46c55e7b3741e5427da14 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 13 Feb 2006 11:49:04 +0000 Subject: Add values for single channel and hopping on commands --- tools/csr.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools/csr.h') diff --git a/tools/csr.h b/tools/csr.h index 6893574b..c3277a45 100644 --- a/tools/csr.h +++ b/tools/csr.h @@ -56,9 +56,11 @@ #define CSR_VARID_PS_FACTORY_RESTORE 0x400d /* valueless */ #define CSR_VARID_PS_FACTORY_RESTORE_ALL 0x400e /* valueless */ #define CSR_VARID_PS_DEFRAG_RESET 0x400f /* valueless */ +#define CSR_VARID_HOPPING_ON 0x4011 /* valueless */ #define CSR_VARID_CANCEL_PAGE 0x4012 /* valueless */ #define CSR_VARID_PS_CLR 0x4818 /* uint16 */ #define CSR_VARID_MAP_SCO_PCM 0x481c /* uint16 */ +#define CSR_VARID_SINGLE_CHAN 0x482e /* uint16 */ #define CSR_VARID_RADIOTEST 0x5004 /* complex */ #define CSR_VARID_PS_CLR_STORES 0x500c /* complex */ #define CSR_VARID_NO_VARIABLE 0x6000 /* valueless */ -- cgit