lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <AANLkTi=-mGD670m9G31mYQjoj7Rt4_OveXOi2dTPYkxY@mail.gmail.com>
Date:	Thu, 24 Mar 2011 10:10:12 -0600
From:	Grant Likely <grant.likely@...retlab.ca>
To:	Marc-Antoine Perennou <Marc-Antoine@...ennou.com>
Cc:	"Gustavo F. Padovan" <padovan@...fusion.mobi>,
	Marcel Holtmann <marcel@...tmann.org>,
	linux-kernel@...r.kernel.org, linux-bluetooth@...r.kernel.org,
	stable@...nel.org, Travis Watkins <amaranth@...ntu.com>
Subject: Re: [PATCH 2.6.38] bluetooth: add support for Apple MacBook Pro 8,2

On Mon, Mar 21, 2011 at 10:28 AM, Marc-Antoine Perennou
<Marc-Antoine@...ennou.com> wrote:
> Just adding the vendor details makes it work fine.
>
> Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@...ennou.com>

Acked by: Grant Likely <grant.likely@...retlab.ca>

Marcel, this one is pretty trivial.  Can we get it picked up for
2.6.39?  It would also be useful to backport it to stable once it hits
Linus' tree.

g.

>
> ---
>  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 8668114..2af2e77 100644
> --- 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

Powered by Openwall GNU/*/Linux Powered by OpenVZ