From: Oliver Neukum Date: Wed, 21 Sep 2011 09:41:45 +0000 (+0200) Subject: btusb: add device entry for Broadcom SoftSailing X-Git-Tag: firefly_0821_release~7541^2~2385 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=b710365a9a762cb6cf931a066648daf9a941a9af;p=firefly-linux-kernel-4.4.55.git 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 Signed-off-by: Gustavo F. Padovan Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c index ffda6c82a541..b9af6dbb46d8 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) },