aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth
diff options
context:
space:
mode:
authorPieter-Augustijn Van Malleghem <p-a@scarlet.be>2011-09-07 02:28:10 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2011-11-11 09:36:39 -0800
commitefb1497bcc3a72b1617c6915bb62cf4dfa38c952 (patch)
tree876fc98582848c8eee4394f4218d1474afc9b563 /drivers/bluetooth
parentf7f00215ba28400e0f61c55e14e3d619888231ae (diff)
downloadkernel_samsung_smdk4412-efb1497bcc3a72b1617c6915bb62cf4dfa38c952.zip
kernel_samsung_smdk4412-efb1497bcc3a72b1617c6915bb62cf4dfa38c952.tar.gz
kernel_samsung_smdk4412-efb1497bcc3a72b1617c6915bb62cf4dfa38c952.tar.bz2
Bluetooth: Add MacBookAir4,1 support
commit a63b723d02531f7add0b2b8a0e6a77ee176f1626 upstream. This patch against current git adds the hardware ID for the Apple MacBookAir4,1, released in July 2011. The device features a BCM2046 USB chip. The patch was inspired by the previous modifications adding support for the MacBookAir3,x. Signed-off-by: Pieter-Augustijn Van Malleghem <p-a@scarlet.be> Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/bluetooth')
-rw-r--r--drivers/bluetooth/btusb.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c
index c2de895..e5fa437 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 MacBookAir4,1 */
+ { USB_DEVICE(0x05ac, 0x821f) },
+
/* Apple MacBookPro8,2 */
{ USB_DEVICE(0x05ac, 0x821a) },