|
From: Mattias A. <mat...@us...> - 2001-08-01 09:49:20
|
The following file was modified in linux/include/linux/bluetooth: Name Old version New version Comment ---- ----------- ----------- ------- hci.h 1.64 1.65=20=20=20=20=20=20=20=20=20=20=20=20 The accompanying log: * added hci_read_country_code The diff of the modified file(s): --- hci.h 2001/07/31 17:52:18 1.64 +++ hci.h 2001/08/01 09:49:19 1.65 @@ -169,6 +169,7 @@ /* Informational Parameters */ s32 hci_read_local_bd(u8 *bd); s32 hci_read_local_version_info(s32 block); +s32 hci_read_country_code(void); =20 /* Internal */ /* FIXME -- add parameter to choose from different devices */ |