linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Bluetooth: Add support for BCM20702A0 [0489:e031]
@ 2012-01-09 11:09 Thilo Cestonaro
  2012-01-09 19:39 ` Marcel Holtmann
  0 siblings, 1 reply; 17+ messages in thread
From: Thilo Cestonaro @ 2012-01-09 11:09 UTC (permalink / raw)
  To: linux-bluetooth

Add another vendor specific ID for BCM20702A0.

output of usb-devices:
T:  Bus=02 Lev=02 Prnt=02 Port=03 Cnt=03 Dev#=  5 Spd=12  MxCh= 0
D:  Ver= 2.00 Cls=ff(vend.) Sub=01 Prot=01 MxPS=64 #Cfgs=  1
P:  Vendor=0489 ProdID=e031 Rev=01.12
S:  Manufacturer=Broadcom Corp
S:  Product=BCM20702A0
S:  SerialNumber=EC55F9EADE09
C:  #Ifs= 4 Cfg#= 1 Atr=e0 MxPwr=0mA
I:  If#= 0 Alt= 0 #EPs= 3 Cls=ff(vend.) Sub=01 Prot=01 Driver=btusb
I:  If#= 1 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=01 Prot=01 Driver=btusb
I:  If#= 2 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=ff Prot=ff Driver=(none)
I:  If#= 3 Alt= 0 #EPs= 0 Cls=fe(app. ) Sub=01 Prot=01 Driver=(none)
---
  drivers/bluetooth/btusb.c |    1 +
  1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c
index 55ac349..07622141a 100644
--- a/drivers/bluetooth/btusb.c
+++ b/drivers/bluetooth/btusb.c
@@ -101,6 +101,7 @@ static struct usb_device_id btusb_table[] = {
      { USB_DEVICE(0x0c10, 0x0000) },

      /* Broadcom BCM20702A0 */
+    { USB_DEVICE(0x0489, 0xe031) },
      { USB_DEVICE(0x0a5c, 0x21e3) },
      { USB_DEVICE(0x413c, 0x8197) },

-- 
1.7.5.4


^ permalink raw reply related	[flat|nested] 17+ messages in thread
* Re: [PATCH] Bluetooth: Add support for BCM20702A0 [0489:e031]
@ 2012-08-27 19:56 thilo
  0 siblings, 0 replies; 17+ messages in thread
From: thilo @ 2012-08-27 19:56 UTC (permalink / raw)
  To: linux-bluetooth

Hey,

> based on the trace and the .hex files I extracted from the Windows 
> driver
> package I wrote a simple python rampatch downloader script. I also 
> started
> writing a downloader kernel module. I have two questions though.
>
> Is there a need for a driver module at all?

> If the module is needed for whatever reason, is there a way to 
> implement it
> using btusb HCI interface functions?


Could someone please answers David's questions? As this would be very 
interessting for me too.

@David: Could you possible share anything about the udev stuff or 
kernel module you implemented?
Your python script is working fine here ;).

Regards
Thilo


^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2012-08-27 19:56 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-09 11:09 [PATCH] Bluetooth: Add support for BCM20702A0 [0489:e031] Thilo Cestonaro
2012-01-09 19:39 ` Marcel Holtmann
2012-01-10  7:12   ` Harvey
2012-01-10  8:11     ` Marcel Holtmann
2012-01-10 12:55       ` Harvey
2012-01-10 16:51         ` Marcel Holtmann
2012-01-11  8:15           ` Harvey
2012-01-11 10:35             ` Marcel Holtmann
2012-01-11 10:49               ` Harvey
2012-01-11 10:56                 ` Marcel Holtmann
2012-01-11 11:12                   ` Harvey
2012-01-14 13:27               ` David Strobach
2012-01-15 10:58                 ` Johan Hedberg
2012-01-15 11:21                   ` David Strobach
2012-01-11  7:43   ` Thilo Cestonaro
2012-01-11 10:34     ` Marcel Holtmann
  -- strict thread matches above, loose matches on Subject: below --
2012-08-27 19:56 thilo

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).