linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Gustavo Padovan <gustavo@padovan.org>
To: Ken O'Brien <kernel@kenobrien.org>
Cc: marcel@holtmann.org, johan.hedberg@gmail.com,
	linux-bluetooth@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] bluetooth: btusb: Added support for Belkin F8065bf usb bluetooth device
Date: Thu, 19 Sep 2013 14:24:03 -0500	[thread overview]
Message-ID: <20130919192403.GH4006@joana> (raw)
In-Reply-To: <1379610373-2640-1-git-send-email-kernel@kenobrien.org>

Hi Ken,

2013-09-19 Ken O'Brien <kernel@kenobrien.org>:

> Belkin bluetooth device's usb device id added to generic usb bluetooth driver.
> 
> Signed-off-by: Ken O'Brien <kernel@kenobrien.org>
> ---
>  drivers/bluetooth/btusb.c | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c
> index 8e16f0a..117b90c 100644
> --- a/drivers/bluetooth/btusb.c
> +++ b/drivers/bluetooth/btusb.c
> @@ -111,6 +111,9 @@ static struct usb_device_id btusb_table[] = {
>  
>  	/*Broadcom devices with vendor specific id */
>  	{ USB_VENDOR_AND_INTERFACE_INFO(0x0a5c, 0xff, 0x01, 0x01) },
> +
> +	/* Belkin F8T065bf */
> +	{ USB_DEVICE(0x050d, 0x065a) },

Could you please add the output of /sys/kernel/debug/usb/devices for this
bluetooth controller to the commit messages, like we do for any new device id
we add to btusb. Thanks.

	Gustavo

  reply	other threads:[~2013-09-19 19:24 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-09-19 17:06 [PATCH] bluetooth: btusb: Added support for Belkin F8065bf usb bluetooth device Ken O'Brien
2013-09-19 19:24 ` Gustavo Padovan [this message]
2013-09-19 20:56   ` Ken O'Brien
2013-09-19 22:07   ` Ken O'Brien
2013-09-19 22:44     ` Ken O'Brien
  -- strict thread matches above, loose matches on Subject: below --
2013-09-19 17:21 Ken O'Brien

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=20130919192403.GH4006@joana \
    --to=gustavo@padovan.org \
    --cc=johan.hedberg@gmail.com \
    --cc=kernel@kenobrien.org \
    --cc=linux-bluetooth@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=marcel@holtmann.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).