|
From: Mattias A. <mat...@us...> - 2001-08-01 09:50:16
|
The following file was modified in linux/include/linux/bluetooth: Name Old version New version Comment ---- ----------- ----------- ------- btcommon.h 1.79 1.80=20=20=20=20=20=20=20=20=20=20=20=20 The accompanying log: * added comment * added ioctl for HCIREADCOUNTRYCODE The diff of the modified file(s): --- btcommon.h 2001/07/10 12:57:45 1.79 +++ btcommon.h 2001/08/01 09:50:15 1.80 @@ -169,6 +169,7 @@ #define HCIREADTRANSMITPOWERLEVEL _IOWR(BT_IOC_MAGIC, 0x40, u8) =20 /* Informational Parameters */ +#define HCIREADCOUNTRYCODE _IOR(BT_IOC_MAGIC, 0x43, s32) #define HCIREADLOCALBDADDR _IOR(BT_IOC_MAGIC, 0x45, u8[6]) =20 /* Status Parameters */ @@ -186,7 +187,10 @@ /* other ioctls used for testing */ #define BTSENDTESTDATA _IOW(BT_IOC_MAGIC, 0xf0, s32[2]) #define HCITESTCONNECTREQ _IOW(BT_IOC_MAGIC, 0xf1, u8[6]) + +/* | len (1) | test string | -- used for unplug tests */ #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) |