|
From: Peter K. <pk...@us...> - 2001-06-19 10:34:37
|
The following file was modified in linux/drivers/char/bluetooth: Name Old version New version Comment ---- ----------- ----------- ------- bluetooth.c 1.184 1.185=20=20=20=20=20=20=20=20=20=20=20 The accompanying log: Added BTFIRMWAREINFO ioctl. The diff of the modified file(s): --- bluetooth.c 2001/06/19 06:13:01 1.184 +++ bluetooth.c 2001/06/19 10:34:34 1.185 @@ -654,6 +654,11 @@ copy_to_user((u8*)arg, bt_hw_vendor(), strlen(bt_hw_vendor())+1); break; =20 + case BTFIRMWAREINFO: + BT_DRIVER(FNC"BTFIRMWAREINFO\n"); + copy_to_user((u8*)arg, bt_hw_firmware(), strlen(bt_hw_firmware())+1); + break; + case BTSENDTESTDATA: copy_from_user(&tmp, (s32*)arg, 4); copy_from_user(&utmp, (s32*)arg + 1, 4); |