|
From: Mattias A. <mat...@us...> - 2001-03-31 15:51:28
|
The following file was modified in linux/drivers/char/bluetooth:
Name Old version New version Comment
---- ----------- ----------- -------
bluetooth.c 1.158 1.159=20=20=20=20=20=20=20=20=20=20=20
The accompanying log:
added show_bt_vendor during init which shows the configured BT vendor
The diff of the modified file(s):
--- bluetooth.c 2001/03/30 11:00:41 1.158
+++ bluetooth.c 2001/03/31 15:51:26 1.159
@@ -2195,6 +2195,8 @@
/* Initialise all layers in the bluetooth stack */
=20=09
DSYS("Initialising Bluetooth Stack\n");
+
+ show_bt_vendor();
hci_init();
l2cap_init();
=20
|