|
From: Mattias A. <mat...@us...> - 2001-04-12 12:06:54
|
The following file was modified in linux/drivers/char/bluetooth:
Name Old version New version Comment
---- ----------- ----------- -------
bluetooth.c 1.160 1.161=20=20=20=20=20=20=20=20=20=20=20
The accompanying log:
do hangup in bt_unregister_rfcomm
The diff of the modified file(s):
--- bluetooth.c 2001/04/01 15:50:12 1.160
+++ bluetooth.c 2001/04/12 12:06:53 1.161
@@ -2448,6 +2448,11 @@
D_WARN("bt_unregister_rfcomm : inactive session\n");
return -1;
}
+
+ /* notify upper tty that this rfcomm connection is down */
+#ifdef __KERNEL__
+ bt_hangupline(line);
+#endif
return 0;
}
=20
|