|
From: Peter K. <pk...@us...> - 2001-04-17 16:06:50
|
The following files were modified in linux/include/linux/bluetooth: Name Old version New version Comment ---- ----------- ----------- ------- bluetooth.h 1.38 1.39=20=20=20=20=20=20=20=20=20=20=20=20 btcommon.h 1.70 1.71=20=20=20=20=20=20=20=20=20=20=20=20 hci.h 1.50 1.51=20=20=20=20=20=20=20=20=20=20=20=20 The accompanying log: Clean-up of functions to get HW vendor and firmware version. The diff of the modified file(s): --- bluetooth.h 2001/03/30 10:51:53 1.38 +++ bluetooth.h 2001/04/17 16:06:49 1.39 @@ -73,8 +73,6 @@ s32 bt_registered(struct tty_struct *tty); =20 void bt_shutdown(void); -void show_bt_version(void); -char *get_hw_name(void); void bt_hangupline(s32 line); void bt_feedstack(void); =20 --- btcommon.h 2001/04/12 15:14:50 1.70 +++ btcommon.h 2001/04/17 16:06:49 1.71 @@ -194,9 +194,9 @@ =20 /* NOTE ! * N_BT should be defined in /include/asm/termios.h=20 - * However, if you are compiling this source standalone - * the following define can be useful. If this number is taken=20 - * simply change it to something not taken. + * However, if you are compiling this source standalone, the following def= ine + * may be useful. If this number is already used simply change it to somet= hing + * that is not used. */ =20 #ifndef N_BT @@ -535,9 +535,6 @@ u32 serport_name_length; u8 serport_name[64]; } serport_profile_info; - -extern s32 bt_current_hw; -extern u8 bt_hw_firmware_info[255]; =20 #endif /****************** END OF FILE btcommon.h *******************************= ***/ --- hci.h 2001/03/31 15:49:39 1.50 +++ hci.h 2001/04/17 16:06:49 1.51 @@ -155,7 +155,11 @@ s32 hci_set_bd_addr(u8 bd[6]); s32 hci_set_baudrate(u32 baudrate);=20 s32 hci_read_firmware_rev_info(void); -void show_bt_vendor(void); + +char *bt_hw_vendor(void); +char *bt_hw_firmware(void); + +void bt_show_vendor(void); =20 #endif /****************** END OF FILE hci.h ************************************= ***/ |