|
From: Mats F. <ma...@us...> - 2001-02-27 15:07:15
|
The following file was modified in linux/include/linux/bluetooth: Name Old version New version Comment ---- ----------- ----------- ------- btconfig.h 1.14 1.15=20=20=20=20=20=20=20=20=20=20=20=20 The accompanying log: Added define for using TCI The diff of the modified file(s): --- btconfig.h 2001/02/15 16:28:46 1.14 +++ btconfig.h 2001/02/27 15:08:24 1.15 @@ -43,6 +43,9 @@ * General * ******************/ =20 +/* Use TCI layer or not */ +//#define USE_TCI + /* use of /proc files to read status information */ #define BT_USE_PROC =20 |