|
From: Mattias A. <mat...@us...> - 2001-06-06 14:58:45
|
The following file was modified in linux/include/linux/bluetooth: Name Old version New version Comment ---- ----------- ----------- ------- btcommon.h 1.74 1.75=20=20=20=20=20=20=20=20=20=20=20=20 The accompanying log: * Added ioctls for setting bcsp mode, read/write csr ps key=20 and initializing BCSP The diff of the modified file(s): --- btcommon.h 2001/04/26 13:23:28 1.74 +++ btcommon.h 2001/06/06 14:58:45 1.75 @@ -188,6 +188,15 @@ #define BTTESTCOMMAND _IOW(BT_IOC_MAGIC, 0xf2, u8[261]) #define BTSETMSSWITCH _IOW(BT_IOC_MAGIC, 0xf3, u8) =20 +#define BTSETBCSPMODE _IOW(BT_IOC_MAGIC, 0xf4, u8) + +#define CSR_PSKEY_MSGHDR_SIZE 3 +#define CSR_PSKEY_MAXPARAMS 10 + +#define BT_CSR_PSKEY _IOWR(BT_IOC_MAGIC, 0xf5, u16[CSR_PSKEY_MSGHDR_SIZE = + CSR_PSKEY_MAXPARAMS]) + +#define BTINITBCSP _IO(BT_IOC_MAGIC, 0xf6) + /* | BD(6) | len(2) | data |*/ #define BTPING _IOW(BT_IOC_MAGIC, 0x73, ping_struct) =20 |