[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1228060709.9176.26.camel@violet.holtmann.net>
Date: Sun, 30 Nov 2008 16:58:29 +0100
From: Marcel Holtmann <marcel@...tmann.org>
To: "David S. Miller" <davem@...emloft.net>
Cc: netdev@...r.kernel.org
Subject: Pull request: bluetooth-next-2.6 2008-11-30
Hi Dave,
here is the first batch of pending patches for the 2.6.29 kernel
release. The biggest one is the switch to use dynamic_printk for
debugging and the removal of the hci_usb driver. I also made the HCI
Reset quirk default so that all future hardware just works and we only
have to add quirks for old hardware.
Regards
Marcel
Please pull from
git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-next-2.6.git master
This will update the following files:
drivers/bluetooth/Kconfig | 20 -
drivers/bluetooth/Makefile | 1 -
drivers/bluetooth/bcm203x.c | 9 +-
drivers/bluetooth/bfusb.c | 11 +-
drivers/bluetooth/bpa10x.c | 7 +-
drivers/bluetooth/bt3c_cs.c | 8 +-
drivers/bluetooth/btsdio.c | 6 +-
drivers/bluetooth/btusb.c | 229 +++++---
drivers/bluetooth/hci_bcsp.c | 5 -
drivers/bluetooth/hci_h4.c | 5 -
drivers/bluetooth/hci_ldisc.c | 9 +-
drivers/bluetooth/hci_usb.c | 1136 -------------------------------------
drivers/bluetooth/hci_usb.h | 129 -----
drivers/bluetooth/hci_vhci.c | 5 -
include/net/bluetooth/bluetooth.h | 4 +-
include/net/bluetooth/hci.h | 2 +-
net/bluetooth/af_bluetooth.c | 50 +-
net/bluetooth/bnep/bnep.h | 2 +-
net/bluetooth/bnep/core.c | 5 -
net/bluetooth/bnep/netdev.c | 5 -
net/bluetooth/bnep/sock.c | 5 -
net/bluetooth/cmtp/capi.c | 5 -
net/bluetooth/cmtp/core.c | 5 -
net/bluetooth/cmtp/sock.c | 5 -
net/bluetooth/hci_conn.c | 5 -
net/bluetooth/hci_core.c | 11 +-
net/bluetooth/hci_event.c | 5 -
net/bluetooth/hci_sock.c | 5 -
net/bluetooth/hci_sysfs.c | 7 +-
net/bluetooth/hidp/core.c | 5 -
net/bluetooth/hidp/sock.c | 5 -
net/bluetooth/l2cap.c | 5 -
net/bluetooth/rfcomm/core.c | 5 -
net/bluetooth/rfcomm/sock.c | 7 +-
net/bluetooth/rfcomm/tty.c | 35 +-
net/bluetooth/sco.c | 5 -
36 files changed, 209 insertions(+), 1559 deletions(-)
delete mode 100644 drivers/bluetooth/hci_usb.c
delete mode 100644 drivers/bluetooth/hci_usb.h
through these ChangeSets:
Julia Lawall (1):
Bluetooth: Change simple_strtol to simple_strtoul
Marcel Holtmann (10):
Bluetooth: Add fine grained mem_flags usage to btusb driver
Bluetooth: Handle bulk URBs in btusb driver from notify callback
Bluetooth: Add suspend/resume support to btusb driver
Bluetooth: Fix warnings for bt_key_strings and bt_slock_key_strings
Bluetooth: Remove deprecated hci_usb driver
Bluetooth: Send HCI Reset command by default on device initialization
Bluetooth: Allow SCO audio with Asus WL-BTD202 dongle
Bluetooth: Enable per-module dynamic debug messages
Bluetooth: Fix format arguments warning
Bluetooth: Fix RFCOMM release oops when device is still in use
Nick Pelly (1):
Bluetooth: Respect HCI_UART_DEBUG config in hci_ll.c
Tomas Winkler (1):
Bluetooth: Fix TX error path in btsdio driver
Vegard Nossum (1):
Bluetooth: Fix leak of uninitialized data to userspace
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists