]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: Add support for Apple vendor-specific devices
authorHenrik Rydberg <rydberg@euromail.se>
Sat, 25 Aug 2012 17:28:06 +0000 (19:28 +0200)
committerGustavo Padovan <gustavo.padovan@collabora.co.uk>
Mon, 27 Aug 2012 13:36:42 +0000 (08:36 -0500)
commitf087a95f437450554c55faddd09a29e0e6dd2173
tree2d243c296a433ec89fc614164a30c0c8ecef6d85
parentee4ad438728c93bc904a3d649d369223524cc28a
Bluetooth: Add support for Apple vendor-specific devices

As pointed out by Gustavo and Marcel, all Apple-specific Broadcom
devices seen so far have the same interface class, subclass and
protocol numbers. This patch adds an entry which matches all of them,
using the new USB_VENDOR_AND_INTERFACE_INFO() macro.

In particular, this patch adds support for the MacBook Pro Retina
(05ac:8286), which is not in the present list.

Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
Tested-by: Shea Levy <shea@shealevy.com>
Acked-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
drivers/bluetooth/btusb.c