]> git.karo-electronics.de Git - karo-tx-linux.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)
committerBen Hutchings <ben@decadent.org.uk>
Wed, 10 Oct 2012 02:31:08 +0000 (03:31 +0100)
commitf4df2d0a5fcfa5e9bb7d9de7dc634e43cf120285
tree8680ce903776e4527137d956b4fbc23c60d41517
parentc05a5031474a29050b16080484eedc278d583436
Bluetooth: Add support for Apple vendor-specific devices

commit 1fa6535faf055cd71311ab887e94fc234f04ee18 upstream.

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>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
drivers/bluetooth/btusb.c