All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marcel Holtmann <marcel@holtmann.org>
To: "David S. Miller" <davem@davemloft.net>
Cc: netdev@vger.kernel.org
Subject: Bluetooth fixes for 2.6.27
Date: Tue, 19 Aug 2008 10:23:27 +0200	[thread overview]
Message-ID: <1219134207.7591.112.camel@violet.holtmann.net> (raw)

Hi Dave,

here are three fixes for the Bluetooth subsystem.

The removal of the /sys/class/bluetooth symlinks broke userspace
assumption. This has been fixed now in a way we should have done it a
long time ago.

For the btusb driver this adds the promised SCO support. The btusb
driver is a new driver and will eventually replace hci_usb. Adding SCO
support was the last missing piece. All distributions are using the
hci_usb driver at the moment and you can only select one of them. So
this can't introduce any regression. With this change the distributions
are now able to select the new driver if they really want to.

I have one pending optimization for this driver, but that depends on the
USB patches. The usb_unlink_anchored_urbs() is currently broken and thus
we can't use it. I will submit this patch once the USB fixes got merged.

In addition, I finally cleaned out the MAINTAINERS file and the
MODULE_AUTHOR tags to reflect maintainer information.

Regards

Marcel


Please pull from

    git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git master

This will update the following files:

 MAINTAINERS                   |   87 +---------
 drivers/bluetooth/Kconfig     |   10 +-
 drivers/bluetooth/bt3c_cs.c   |    2 +-
 drivers/bluetooth/btusb.c     |  282 +++++++++++++++++++++++++++++--
 drivers/bluetooth/hci_ldisc.c |    2 +-
 drivers/bluetooth/hci_usb.c   |    2 +-
 drivers/bluetooth/hci_vhci.c  |    2 +-
 net/bluetooth/af_bluetooth.c  |    2 +-
 net/bluetooth/bnep/core.c     |    2 +-
 net/bluetooth/hci_sysfs.c     |  376 +++++++++++++++++++++--------------------
 net/bluetooth/l2cap.c         |    2 +-
 net/bluetooth/rfcomm/core.c   |    2 +-
 net/bluetooth/sco.c           |    2 +-
 13 files changed, 476 insertions(+), 297 deletions(-)

through these ChangeSets:

Marcel Holtmann (3):
    [Bluetooth] Add SCO support to btusb driver
    [Bluetooth] Fix userspace breakage due missing class links
    [Bluetooth] Consolidate maintainers information




             reply	other threads:[~2008-08-19  8:23 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-08-19  8:23 Marcel Holtmann [this message]
2008-08-19  8:38 ` Bluetooth fixes for 2.6.27 David Miller
  -- strict thread matches above, loose matches on Subject: below --
2008-09-08 21:53 Marcel Holtmann
2008-09-09  0:05 ` David Miller
2008-09-09  2:04   ` Marcel Holtmann
2008-09-09  2:42     ` David Miller
2008-09-09  4:28       ` Marcel Holtmann
2008-09-09  4:30         ` David Miller
2008-09-09  4:46           ` Marcel Holtmann
2008-09-09  4:48             ` David Miller
2008-09-09  6:08               ` Marcel Holtmann
2008-09-09 10:02                 ` David Miller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1219134207.7591.112.camel@violet.holtmann.net \
    --to=marcel@holtmann.org \
    --cc=davem@davemloft.net \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.