|
From: Peter K. <pk...@us...> - 2001-04-20 14:33:08
|
The following file was modified in linux/include/linux/bluetooth: Name Old version New version Comment ---- ----------- ----------- ------- btcommon.h 1.71 1.72=20=20=20=20=20=20=20=20=20=20=20=20 The accompanying log: Added ioctl (BTHWVENDOR) to retrieve the vendor of the hardware. The diff of the modified file(s): --- btcommon.h 2001/04/17 16:06:49 1.71 +++ btcommon.h 2001/04/20 14:33:07 1.72 @@ -126,6 +126,7 @@ #define BTREADREMOTEBDADDR _IOR(BT_IOC_MAGIC, 0x07, u8[6]) #define BTRESETPHYSICALHW _IO(BT_IOC_MAGIC, 0x08) #define BTISINITIATED _IOR(BT_IOC_MAGIC, 0x09, s32) +#define BTHWVENDOR _IOR(BT_IOC_MAGIC, 0x0A, char[20]) =20 #define BTWAITFORCONNECTION _IOW(BT_IOC_MAGIC, 0x0a, s32) #define BTWAITNEWCONNECTIONS _IO(BT_IOC_MAGIC, 0x0b) |