Request Pull -- Fix for LP#241749 Bluetooth mouse does not reconnect after reboot with a Broadcom 2046 module

Michael Frey michael.frey at canonical.com
Tue Jul 8 13:58:10 UTC 2008


The commit can be pulled from

http://zinc.ubuntu.com/git?p=mid-team/hardy-netbook.git;a=commit;h=12fe53fb463e2451118f458bb495a8c0ce1c4281


> commit 12fe53fb463e2451118f458bb495a8c0ce1c4281
> Author: Michael Frey (Senior Manager, MID) <michael.frey at canonical.com>
> Date:   Tue Jul 8 14:01:48 2008 +0100
>
>     Send HCI_RESET for Broadcomm 2046 fix for LP#241749
>     Signed-off-by: Michael Frey (Senior Manager, MID)
> <michael.frey at canonical.com>
>
> diff --git a/drivers/bluetooth/hci_usb.c b/drivers/bluetooth/hci_usb.c
> index 1225b52..51284a7 100644
> --- a/drivers/bluetooth/hci_usb.c
> +++ b/drivers/bluetooth/hci_usb.c
> @@ -136,6 +136,9 @@ static struct usb_device_id blacklist_ids[] = {
>         { USB_DEVICE(0x413c, 0x8156), .driver_info = HCI_RESET |
> HCI_WRONG_SCO_MTU },
>         /* Dell Wireless 410 */
>         { USB_DEVICE(0x413c, 0x8152), .driver_info = HCI_RESET |
> HCI_WRONG_SCO_MTU },
> +        
> +        /* Broadcom 2046 */
> +        { USB_DEVICE(0x0a5c, 0x2151), .driver_info = HCI_RESET },
>  
>         /* Microsoft Wireless Transceiver for Bluetooth 2.0 */
>         { USB_DEVICE(0x045e, 0x009c), .driver_info = HCI_RESET },










More information about the kernel-team mailing list