* [PATCH] btusb: add device entry for Broadcom SoftSailing
@ 2011-09-21 9:41 Oliver Neukum
2011-09-29 19:34 ` Gustavo Padovan
0 siblings, 1 reply; 2+ messages in thread
From: Oliver Neukum @ 2011-09-21 9:41 UTC (permalink / raw)
To: Marcel Holtmann, padovan, linux-bluetooth
=46rom 0cea73465cd22373c5cd43a3edd25fbd4bb532ef Mon Sep 17 00:00:00 2001
=46rom: Oliver Neukum <oliver@neukum.org>
Date: Wed, 21 Sep 2011 11:37:15 +0200
Subject: [PATCH] btusb: add device entry for Broadcom SoftSailing
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>
=2D--
drivers/bluetooth/btusb.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c
index 3ef4760..ae71d34 100644
=2D-- a/drivers/bluetooth/btusb.c
+++ b/drivers/bluetooth/btusb.c
@@ -60,6 +60,9 @@ static struct usb_device_id btusb_table[] =3D {
/* Generic Bluetooth USB device */
{ USB_DEVICE_INFO(0xe0, 0x01, 0x01) },
=20
+ /* Broadcom SoftSailing reporting vendor specific */
+ { USB_DEVICE(0x05ac, 0x21e1) },
+
/* Apple MacBookPro 7,1 */
{ USB_DEVICE(0x05ac, 0x8213) },
=20
=2D-=20
1.7.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] btusb: add device entry for Broadcom SoftSailing
2011-09-21 9:41 [PATCH] btusb: add device entry for Broadcom SoftSailing Oliver Neukum
@ 2011-09-29 19:34 ` Gustavo Padovan
0 siblings, 0 replies; 2+ messages in thread
From: Gustavo Padovan @ 2011-09-29 19:34 UTC (permalink / raw)
To: Oliver Neukum; +Cc: Marcel Holtmann, linux-bluetooth
Hi Oliver,
* Oliver Neukum <oneukum@suse.de> [2011-09-21 11:41:45 +0200]:
> From 0cea73465cd22373c5cd43a3edd25fbd4bb532ef Mon Sep 17 00:00:00 2001
> From: Oliver Neukum <oliver@neukum.org>
> Date: Wed, 21 Sep 2011 11:37:15 +0200
> Subject: [PATCH] btusb: add device entry for Broadcom SoftSailing
>
> 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>
Applied, thanks.
Gustavo
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-09-29 19:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-21 9:41 [PATCH] btusb: add device entry for Broadcom SoftSailing Oliver Neukum
2011-09-29 19:34 ` Gustavo Padovan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).