|
From: Peter K. <pk...@us...> - 2001-03-02 15:55:00
|
The following file was modified in linux/include/linux/bluetooth:
Name Old version New version Comment
---- ----------- ----------- -------
btconfig.h 1.17 1.18=20=20=20=20=20=20=20=20=20=20=20=20
The accompanying log:
Actually, we only want USE_SECURITY_MANAGER on by default
when compiling for CRIS.
The diff of the modified file(s):
--- btconfig.h 2001/03/02 15:16:17 1.17
+++ btconfig.h 2001/03/02 15:56:18 1.18
@@ -52,7 +52,11 @@
/* Used to decrease overruns on serial port (see bluetooth.c) */
#undef BT_USEINBUFFER
=20
+#ifdef __CRIS__
#define USE_SECURITY_MANAGER
+#else
+#undef USE_SECURITY_MANAGER
+#endif
=20
/* Bluetooth HW defines used to setup different HW and to cope with=20
limitations in HW */
|