netdev.vger.kernel.org archive mirror
 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 patches for 2.6.20
Date: Sun, 18 Feb 2007 00:10:52 +0100	[thread overview]
Message-ID: <1171753852.9069.10.camel@violet> (raw)

Hi Dave,

here are some patches for the Bluetooth subsystem. All of them are
pending patches that can be finally included since the missing core
functionality has been merged upstream.

Regards

Marcel


Please pull from

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

This will update the following files:

 drivers/bluetooth/bcm203x.c |    2 
 drivers/bluetooth/bfusb.c   |    1 
 drivers/bluetooth/bt3c_cs.c |    1 
 net/bluetooth/hidp/Kconfig  |    1 
 net/bluetooth/hidp/core.c   |  182 +++++++++++++++++++++++++++++++++++++++++---
 net/bluetooth/hidp/hidp.h   |    2 
 net/bluetooth/hidp/sock.c   |    2 
 net/bluetooth/rfcomm/tty.c  |    9 +-
 8 files changed, 189 insertions(+), 11 deletions(-)

through these ChangeSets:

Commit: 8999556264a621f819bbd14c71d824cf43fa37a7 
Author: Marcel Holtmann <marcel@holtmann.org> Sat, 17 Feb 2007 23:59:02 +0100 

    [Bluetooth] Make use of MODULE_FIRMWARE
    
    Some Bluetooth drivers need one or more binary firmware images. Export
    these image names via the MODULE_FIRMWARE tag.
    
    Signed-off-by: Marcel Holtmann <marcel@holtmann.org>

Commit: 5fc3d1d1dc61c098c2b92149bd120b1f18d7444c 
Author: Marcel Holtmann <marcel@holtmann.org> Sat, 17 Feb 2007 23:58:57 +0100 

    [Bluetooth] Make use of device_move() for RFCOMM TTY devices
    
    In the case of bound RFCOMM TTY devices the parent is not available
    before its usage. So when opening a RFCOMM TTY device, move it to
    the corresponding ACL device as a child. When closing the device,
    move it back to the virtual device tree.
    
    Signed-off-by: Marcel Holtmann <marcel@holtmann.org>

Commit: a26f55306461d8258a6ea602c416907748e313cd 
Author: Marcel Holtmann <marcel@holtmann.org> Sat, 17 Feb 2007 23:58:53 +0100 

    [Bluetooth] Add open and close callbacks for HID device
    
    The open and close callbacks for the HID device are not optional, but
    for the Bluetooth HID report mode support it is enough to add empty
    dummy callbacks.
    
    Signed-off-by: Marcel Holtmann <marcel@holtmann.org>

Commit: af5350062ebac7d7645309f7a0ecbef87ffec89e 
Author: Marcel Holtmann <marcel@holtmann.org> Sat, 17 Feb 2007 23:58:49 +0100 

    [Bluetooth] Add support for using the HID subsystem
    
    This patch extends the current Bluetooth HID support to use the new
    HID subsystem and adds full report mode support.
    
    Signed-off-by: Marcel Holtmann <marcel@holtmann.org>

Commit: a3f95f9bae0cfe810faadb315850aead8e121aec 
Author: Marcel Holtmann <marcel@holtmann.org> Sat, 17 Feb 2007 23:58:44 +0100 

    [Bluetooth] Fix wrong put_user() from HIDP compat ioctl patch
    
    The compat ioctl patch copied the parser version field into the
    report descriptor size field by mistake.
    
    Signed-off-by: Marcel Holtmann <marcel@holtmann.org>




             reply	other threads:[~2007-02-17 23:15 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-02-17 23:10 Marcel Holtmann [this message]
2007-02-20  9:25 ` Bluetooth patches for 2.6.20 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=1171753852.9069.10.camel@violet \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).