Hi Sunil,
> I am not completely sure what to use, can you let me know the source that
> works for bluetooth subsystem. Also can you give me some useful links
> relating to this issue.
the bluetty driver is a simple H2 to H4 converter and not a full
Bluetooth stack. The Bluetooth subsystem BlueZ u
, 2004 5:22 PM
To: Sunil Kumar
Cc: Alan Stern; Linux USB Mailing List; Greg Kroah-Hartman
Subject: RE: [linux-usb-devel] Problem in Bluetooth USB driver.
Hi Sunil,
> When I connected the device I found that the probe function is called
> more than once. First time when the probe gets cal
Hi Sunil,
> When I connected the device I found that the probe function is called
> more than once. First time when the probe gets called it returns success
> with the number of bulk ins and outs as one. For the rest of the probe calls
> the bulk ins and outs are zero and the probe returns NULL an
nil Kumar
Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: Re: [linux-usb-devel] Problem in Bluetooth USB driver.
On Mon, 26 Apr 2004, Sunil Kumar wrote:
> Hi,
> I am facing a problem in the bluetooth usb driver.
On Mon, 26 Apr 2004, Sunil Kumar wrote:
> Hi,
> I am facing a problem in the bluetooth usb driver. I found out that the probe
> function of bluetooth.c in the linux kernel source was failing once the
> device was connected, later when I checked, I found out that there were
> zero bulk in, bulk out
Hi,
I am facing a problem in the bluetooth usb driver. I found out that the probe
function of bluetooth.c in the linux kernel source was failing once the
device was connected, later when I checked, I found out that there were
zero bulk in, bulk out and interrupt endpoints, because of which the prob