public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Marcel Holtmann <marcel@holtmann.org>
To: amit.kucheria@verdurent.com
Cc: List Linux Kernel <linux-kernel@vger.kernel.org>,
	Amit Kucheria <amit.kucheria@canonical.com>
Subject: Re: [PATCH] Quirk for BT USB device on MacbookPro to be reset before use
Date: Tue, 28 Apr 2009 06:42:46 -0700	[thread overview]
Message-ID: <1240926166.997.7.camel@localhost.localdomain> (raw)
In-Reply-To: <1240919876-6204-1-git-send-email-amit.kucheria@verdurent.com>

Hi Amit,

> From: Amit Kucheria <amit.kucheria@canonical.com>
> 
> Reset the Bluetooth device on Macbook Pro 5.1 inorder to be able to use it
> 
> Bug: #332443
> BugLink: https://bugs.edge.launchpad.net/ubuntu/+source/linux/+bug/332443
> 
> Signed-off-by: Amit Kucheria <amit.kucheria@canonical.com>
> ---
>  drivers/bluetooth/btusb.c |    3 +++
>  1 files changed, 3 insertions(+), 0 deletions(-)
> 
> diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c
> index 7a29a2b..c017cc5 100644
> --- a/drivers/bluetooth/btusb.c
> +++ b/drivers/bluetooth/btusb.c
> @@ -109,6 +109,9 @@ static struct usb_device_id blacklist_table[] = {
>  	/* Apple MacBook Pro with Broadcom chip */
>  	{ USB_DEVICE(0x05ac, 0x820f), .driver_info = BTUSB_RESET },
>  
> +	/* Apple MacBook Pro 5,1 */
> +	{ USB_DEVICE(0x05ac, 0x8213), .driver_info = BTUSB_RESET },
> +

can you guys please NOT send out blindly outdated patches from your
vendor kernel. Check if patches apply to Linus' kernel first and that
they still make sense. In this case I have changed the BTUSB_RESET logic
as default and marked the few old/broken devices as exception.

Regards

Marcel



  reply	other threads:[~2009-04-28 13:43 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-28 11:57 [PATCH] Quirk for BT USB device on MacbookPro to be reset before use amit.kucheria
2009-04-28 13:42 ` Marcel Holtmann [this message]
2009-04-29  6:17   ` Amit Kucheria

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=1240926166.997.7.camel@localhost.localdomain \
    --to=marcel@holtmann.org \
    --cc=amit.kucheria@canonical.com \
    --cc=amit.kucheria@verdurent.com \
    --cc=linux-kernel@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