|
From: Anders J. <and...@us...> - 2003-11-17 14:58:38
|
The following file was modified in linux/include/linux/bluetooth: Name Old version New version Tag Comment ---- ----------- ----------- --- ------- btcommon.h 1.103 1.104=20=20=20=20=20=20=20=20=20=20=20=20=20 The accompanying log: Added IOCTL to enable/disable on-board LED, only for CRIS. The diff of the modified file(s): --- btcommon.h 2003/11/06 19:13:26 1.103 +++ btcommon.h 2003/11/17 14:57:54 1.104 @@ -152,6 +152,7 @@ #define BTREADREMOTENAME _IOWR(BT_IOC_MAGIC, 0x12, u8[BT_NAME_LENGTH]) #define BTREADREMOTECLASSOFDEV _IOWR(BT_IOC_MAGIC, 0x13, u8[6]) #define BTDISCONNECT_ALL _IO(BT_IOC_MAGIC, 0x14) +#define BTLEDSTATUS _IOW(BT_IOC_MAGIC, 0x15, s32) =20 /* Ioctls executing HCI commands */ =20 |