[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <BANLkTimkv421jT1n-uuEx_gOSi2BNhBc5Q@mail.gmail.com>
Date: Wed, 13 Apr 2011 09:57:29 -0600
From: Grant Likely <grant.likely@...retlab.ca>
To: Greg KH <gregkh@...e.de>
Cc: linux-kernel@...r.kernel.org, stable@...nel.org,
stable-review@...nel.org, torvalds@...ux-foundation.org,
akpm@...ux-foundation.org, alan@...rguk.ukuu.org.uk,
Marc-Antoine Perennou <Marc-Antoine@...ennou.com>,
"Gustavo F. Padovan" <padovan@...fusion.mobi>
Subject: Re: [076/105] Bluetooth: add support for Apple MacBook Pro 8,2
On Tue, Apr 12, 2011 at 8:35 AM, Greg KH <gregkh@...e.de> wrote:
> 2.6.38-stable review patch. If anyone has any objections, please let us know.
>
> ------------------
>
> From: Marc-Antoine Perennou <Marc-Antoine@...ennou.com>
>
> commit 63a8588debd4dc72becb9e27add9343c76301c7d upstream.
>
> Just adding the vendor details makes it work fine.
>
> Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@...ennou.com>
> Signed-off-by: Gustavo F. Padovan <padovan@...fusion.mobi>
> Signed-off-by: Greg Kroah-Hartman <gregkh@...e.de>
Tested-by: Grant Likely <grant.likely@...retlab.ca>
>
> ---
> drivers/bluetooth/btusb.c | 3 +++
> 1 file changed, 3 insertions(+)
>
> --- a/drivers/bluetooth/btusb.c
> +++ b/drivers/bluetooth/btusb.c
> @@ -71,6 +71,9 @@ static struct usb_device_id btusb_table[
> /* Apple MacBookAir3,1, MacBookAir3,2 */
> { USB_DEVICE(0x05ac, 0x821b) },
>
> + /* Apple MacBookPro8,2 */
> + { USB_DEVICE(0x05ac, 0x821a) },
> +
> /* AVM BlueFRITZ! USB v2.0 */
> { USB_DEVICE(0x057c, 0x3800) },
>
>
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@...r.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
>
--
Grant Likely, B.Sc., P.Eng.
Secret Lab Technologies Ltd.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists