aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth
diff options
context:
space:
mode:
authorOliver Neukum <oneukum@suse.de>2011-09-21 11:41:45 +0200
committerGreg Kroah-Hartman <gregkh@suse.de>2011-11-11 09:36:43 -0800
commitb710365a9a762cb6cf931a066648daf9a941a9af (patch)
tree1613a9dd1dbe049b53d0bafa7dfb1538a5909711 /drivers/bluetooth
parent661a0d9aba272ad9e55449ce8eb9570a221b8489 (diff)
downloadkernel_samsung_smdk4412-b710365a9a762cb6cf931a066648daf9a941a9af.zip
kernel_samsung_smdk4412-b710365a9a762cb6cf931a066648daf9a941a9af.tar.gz
kernel_samsung_smdk4412-b710365a9a762cb6cf931a066648daf9a941a9af.tar.bz2
btusb: add device entry for Broadcom SoftSailing
commit c510eae377c773241ff0b6369a8f3581da941a51 upstream. This device declares itself to be vendor specific It therefore needs to be added to the device table to make btusb bind. Signed-off-by: Oliver Neukum <oneukum@suse.de> 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 ffda6c8..b9af6db 100644
--- a/drivers/bluetooth/btusb.c
+++ b/drivers/bluetooth/btusb.c
@@ -60,6 +60,9 @@ static struct usb_device_id btusb_table[] = {
/* Generic Bluetooth USB device */
{ USB_DEVICE_INFO(0xe0, 0x01, 0x01) },
+ /* Broadcom SoftSailing reporting vendor specific */
+ { USB_DEVICE(0x05ac, 0x21e1) },
+
/* Apple MacBookPro 7,1 */
{ USB_DEVICE(0x05ac, 0x8213) },