All of lore.kernel.org
 help / color / mirror / Atom feed
* [bluetooth device not working fine]issue with usb core probe at hibernate & resume
@ 2009-09-11  9:40 Madula Sasikiran
  2009-09-11  9:55 ` Marcel Holtmann
  0 siblings, 1 reply; 7+ messages in thread
From: Madula Sasikiran @ 2009-09-11  9:40 UTC (permalink / raw)
  To: linux-kernel@vger.kernel.org

Hi,

I am a bluetooth developer, came into bluetooth field recently. My bluetooth device is not working fine when I do hibernate and resume in linux 2.6.28 (ubuntu 9.0.4). It is working fine in the older versions. When I debugged the issue I see that when usb core is calling probe for the usb bluetooth dongle and the driver related to that is loading the firmware into the device. When I suspend and resume, usb core is calling probe and the firmware is getting loaded fine. For hibernate resume usb core is not calling probe and firmware is not getting loaded. I would like to know whether it is the issue with the usb core or Do I need to do any changes in the driver for this. Can I call the probe of my usb bluetooth dongle explicitly using any scripts?

Thanks and Regards,
Sasikiran.

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

* Re: [bluetooth device not working fine]issue with usb core probe at hibernate & resume
  2009-09-11  9:40 Madula Sasikiran
@ 2009-09-11  9:55 ` Marcel Holtmann
  0 siblings, 0 replies; 7+ messages in thread
From: Marcel Holtmann @ 2009-09-11  9:55 UTC (permalink / raw)
  To: Madula Sasikiran; +Cc: linux-kernel@vger.kernel.org

Hi,

> I am a bluetooth developer, came into bluetooth field recently. My bluetooth device is not working fine when I do hibernate and resume in linux 2.6.28 (ubuntu 9.0.4). It is working fine in the older versions. When I debugged the issue I see that when usb core is calling probe for the usb bluetooth dongle and the driver related to that is loading the firmware into the device. When I suspend and resume, usb core is calling probe and the firmware is getting loaded fine. For hibernate resume usb core is not calling probe and firmware is not getting loaded. I would like to know whether it is the issue with the usb core or Do I need to do any changes in the driver for this. Can I call the probe of my usb bluetooth dongle explicitly using any scripts?

according to MAINTAINERS, the actual correct mailing list for this is
linux-bluetooth@vger.kernel.org and not LKML.

Also the latest kernel is 2.6.31 and that is what you should report
issues against.

Regards

Marcel



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

* [bluetooth device not working fine]issue with usb core probe at hibernate & resume
@ 2009-09-11 10:00 Madula Sasikiran
  2009-09-11 10:07 ` Marcel Holtmann
  0 siblings, 1 reply; 7+ messages in thread
From: Madula Sasikiran @ 2009-09-11 10:00 UTC (permalink / raw)
  To: linux-bluetooth@vger.kernel.org

Hi,

I am a bluetooth developer, came into bluetooth field recently. My bluetooth device is not working fine when I do hibernate and resume in linux 2.6.28 (ubuntu 9.0.4). It is working fine in the older versions. When I debugged the issue I see that when usb core is calling probe for the usb bluetooth dongle and the driver related to that is loading the firmware into the device. When I suspend and resume, usb core is calling probe and the firmware is getting loaded fine. For hibernate resume usb core is not calling probe and firmware is not getting loaded. I would like to know whether it is the issue with the usb core or Do I need to do any changes in the driver for this. Can I call the probe of my usb bluetooth dongle explicitly using any scripts?


Thanks,
Sasikiran.

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

* Re: [bluetooth device not working fine]issue with usb core probe at hibernate & resume
  2009-09-11 10:00 [bluetooth device not working fine]issue with usb core probe at hibernate & resume Madula Sasikiran
@ 2009-09-11 10:07 ` Marcel Holtmann
  2009-09-11 11:33   ` Info required for AVDTP/AVCTP/GAVDP Jothikumar Mothilal
  2009-09-15  5:50   ` [bluetooth device not working fine]issue with usb core probe at hibernate & resume Sasikiran Maddula
  0 siblings, 2 replies; 7+ messages in thread
From: Marcel Holtmann @ 2009-09-11 10:07 UTC (permalink / raw)
  To: Madula Sasikiran; +Cc: linux-bluetooth@vger.kernel.org

Hi,

> I am a bluetooth developer, came into bluetooth field recently. My bluetooth device is not working fine when I do hibernate and resume in linux 2.6.28 (ubuntu 9.0.4). It is working fine in the older versions. When I debugged the issue I see that when usb core is calling probe for the usb bluetooth dongle and the driver related to that is loading the firmware into the device. When I suspend and resume, usb core is calling probe and the firmware is getting loaded fine. For hibernate resume usb core is not calling probe and firmware is not getting loaded. I would like to know whether it is the issue with the usb core or Do I need to do any changes in the driver for this. Can I call the probe of my usb bluetooth dongle explicitly using any scripts?

and again, re-test against 2.6.31 kernel.

Regards

Marcel



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

* Info required for AVDTP/AVCTP/GAVDP
  2009-09-11 10:07 ` Marcel Holtmann
@ 2009-09-11 11:33   ` Jothikumar Mothilal
  2009-09-11 11:40     ` Marcel Holtmann
  2009-09-15  5:50   ` [bluetooth device not working fine]issue with usb core probe at hibernate & resume Sasikiran Maddula
  1 sibling, 1 reply; 7+ messages in thread
From: Jothikumar Mothilal @ 2009-09-11 11:33 UTC (permalink / raw)
  To: Marcel Holtmann; +Cc: linux-bluetooth@vger.kernel.org

Hi All,
I am running BQB profiles using Linux BlueZ.
I wanted to verify AVDTP, AVCTP and GAVDP protocol as a part of my validation.
Can you please some one explain how to test AVDTP, AVCTP and GAVDP.
Let me know if any tool available to verify these protocols?

Thanks
Jothi

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

* Re: Info required for AVDTP/AVCTP/GAVDP
  2009-09-11 11:33   ` Info required for AVDTP/AVCTP/GAVDP Jothikumar Mothilal
@ 2009-09-11 11:40     ` Marcel Holtmann
  0 siblings, 0 replies; 7+ messages in thread
From: Marcel Holtmann @ 2009-09-11 11:40 UTC (permalink / raw)
  To: Jothikumar Mothilal; +Cc: linux-bluetooth@vger.kernel.org

Hi Jothi,

> I am running BQB profiles using Linux BlueZ.
> I wanted to verify AVDTP, AVCTP and GAVDP protocol as a part of my validation.
> Can you please some one explain how to test AVDTP, AVCTP and GAVDP.
> Let me know if any tool available to verify these protocols?

hi-jacking a total different thread. This is not appropriate on any
mailing list. Can you guys please fix your mail client to do the right
thing.

Regards

Marcel



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

* Re: [bluetooth device not working fine]issue with usb core probe at hibernate & resume
  2009-09-11 10:07 ` Marcel Holtmann
  2009-09-11 11:33   ` Info required for AVDTP/AVCTP/GAVDP Jothikumar Mothilal
@ 2009-09-15  5:50   ` Sasikiran Maddula
  1 sibling, 0 replies; 7+ messages in thread
From: Sasikiran Maddula @ 2009-09-15  5:50 UTC (permalink / raw)
  To: Marcel Holtmann; +Cc: linux-bluetooth@vger.kernel.org

Hi Marcel,

I verified with the latest kernnel version and it is working very fine. 
Thanks for your suggestion.

Thanks,
Sasikiran.

Marcel Holtmann wrote:
> Hi,
>
>   
>> I am a bluetooth developer, came into bluetooth field recently. My bluetooth device is not working fine when I do hibernate and resume in linux 2.6.28 (ubuntu 9.0.4). It is working fine in the older versions. When I debugged the issue I see that when usb core is calling probe for the usb bluetooth dongle and the driver related to that is loading the firmware into the device. When I suspend and resume, usb core is calling probe and the firmware is getting loaded fine. For hibernate resume usb core is not calling probe and firmware is not getting loaded. I would like to know whether it is the issue with the usb core or Do I need to do any changes in the driver for this. Can I call the probe of my usb bluetooth dongle explicitly using any scripts?
>>     
>
> and again, re-test against 2.6.31 kernel.
>
> Regards
>
> Marcel
>
>
>   

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

end of thread, other threads:[~2009-09-15  5:50 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-11 10:00 [bluetooth device not working fine]issue with usb core probe at hibernate & resume Madula Sasikiran
2009-09-11 10:07 ` Marcel Holtmann
2009-09-11 11:33   ` Info required for AVDTP/AVCTP/GAVDP Jothikumar Mothilal
2009-09-11 11:40     ` Marcel Holtmann
2009-09-15  5:50   ` [bluetooth device not working fine]issue with usb core probe at hibernate & resume Sasikiran Maddula
  -- strict thread matches above, loose matches on Subject: below --
2009-09-11  9:40 Madula Sasikiran
2009-09-11  9:55 ` Marcel Holtmann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.