* [BK] Halloween Bluetooth updates
@ 2002-11-01 4:40 Maksim (Max) Krasnyanskiy
0 siblings, 0 replies; only message in thread
From: Maksim (Max) Krasnyanskiy @ 2002-11-01 4:40 UTC (permalink / raw)
To: torvalds; +Cc: linux-kernel
Hi Linus, Folks,
Happy Halloween.
Ok. We we ran out of candies. Which means it's time for next
round of Bluetooth updates :).
Please pull from
bk://linux-bt.bkbits.net/bt-2.5
This will update the following files:
drivers/bluetooth/bluecard_cs.c | 12 +-
drivers/bluetooth/bt3c_cs.c | 12 +-
drivers/bluetooth/hci_bcsp.c | 8 +
drivers/bluetooth/hci_h4.c | 8 +
drivers/bluetooth/hci_ldisc.c | 9 -
drivers/bluetooth/hci_uart.h | 2
drivers/bluetooth/hci_usb.c | 4
drivers/bluetooth/hci_vhci.c | 4
include/net/bluetooth/bluetooth.h | 4
include/net/bluetooth/hci_core.h | 14 ++
include/net/bluetooth/rfcomm.h | 2
net/bluetooth/Makefile | 2
net/bluetooth/af_bluetooth.c | 18 ++-
net/bluetooth/bnep/core.c | 41 ++++----
net/bluetooth/hci_conn.c | 6 -
net/bluetooth/hci_core.c | 32 +++---
net/bluetooth/hci_proc.c | 187 ++++++++++++++++++++++++++++++++++++++
net/bluetooth/hci_sock.c | 7 +
net/bluetooth/l2cap.c | 115 +++++++++++++++--------
net/bluetooth/rfcomm/core.c | 133 +++++++++++++++++++--------
net/bluetooth/rfcomm/sock.c | 97 ++++++++++++++++---
net/bluetooth/rfcomm/tty.c | 15 ++-
net/bluetooth/sco.c | 112 +++++++++++++++-------
net/bluetooth/syms.c | 2
24 files changed, 642 insertions(+), 204 deletions(-)
through these ChangeSets:
<maxk@qualcomm.com> (02/10/31 1.857)
Improved support for /proc/bluetooth
- Convert /proc/bluetoth/l2cap to seq_file
- Convert /proc/bluetoth/rfcomm to seq_file
- Convert /proc/bluetooth/sco to seq_file
- Export HCI device info via /proc/bluetooth/hci/N
<maxk@qualcomm.com> (02/10/23 1.808.5.3)
Bluetooth HCI UART driver fixes
- Don't call tx wakeup if uart protocol is not set.
<maxk@qualcomm.com> (02/10/23 1.808.14.2)
Cleanup Bluetooth kernel messages.
Info messages now prefixed with "Bluetooth:".
<maxk@qualcomm.com> (02/10/21 1.808.5.1)
Initialize hw broadcast so that BNEP multicast filter can be
properly initialized.
<marcel@holtmann.org> (02/10/19 1.793.7.2)
[PATCH] Module description cleanup
This patch modifies the module description and make it common with the
rest of the Bluetooth subsystem.
<marcel@holtmann.org> (02/10/19 1.793.7.1)
[PATCH] Don't use typedefs for non opaque HCI objects
This patch is needed to let the PC Card drivers compile and work with
the HCI typedef changes.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2002-11-01 6:29 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-11-01 4:40 [BK] Halloween Bluetooth updates Maksim (Max) Krasnyanskiy
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome