[PATCH] UBUNTU: SAUCE: Quirk for BT USB device on MacbookPro to be reset before use

Amit Kucheria amit.kucheria at canonical.com
Tue Apr 28 12:31:43 UTC 2009


On Tue, Apr 28, 2009 at 08:23:29PM +0800, Bryan Wu wrote:
> Amit Kucheria wrote:
> > 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 at 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 },
> > +
> >  	/* IBM/Lenovo ThinkPad with Broadcom chip */
> >  	{ USB_DEVICE(0x0a5c, 0x201e), .driver_info = BTUSB_RESET | BTUSB_WRONG_SCO_MTU },
> >  	{ USB_DEVICE(0x0a5c, 0x2110), .driver_info = BTUSB_RESET | BTUSB_WRONG_SCO_MTU },
> 
> ACK, I'm pretty sure this patch fixed my BT mighty mouse reboot missing issue on my MBP 5,1.
> Will this patch go to upstream mainline?

Already posted to LKML...

-- 
----------------------------------------------------------------------
Amit Kucheria, Kernel Engineer || amit at canonical.com
----------------------------------------------------------------------




More information about the kernel-team mailing list