WDM to WDF convert question.

Dear All,
my university project is bluetooth driver using wdf.
I build the bluetooth protocol which include (obex, rfcomm, l2cap, hci )
the problem that I face which I think in the driver is the driver for some reason will stop of sending or reciving.
I have read some articles around that wdf solve some problem of locks and has default queues for I/O requests.
in fact I m new in driver developmenet, if some one help me to conevrt my driver from wdm to wdf I will be so thankful.
the driver is taken from open source code at this link, www.freebt.net.
regards,

I don’t think anyone is going to port it for you, but before you set out to port from wdm to wdf, you should really triage what the problem(s) you are having and decide if KMDF is really going to help you or not. For instance, why the receiving/sending path actually stopping? A deadlock between 2 diff locks? A missing HCI credit?

Anyways, if you decide that kmdf is going to help you there are porting resources on WHDC, http://www.microsoft.com/whdc/driver/wdf/KMDF.mspx. Look for “Porting from WDM to KMDF” and the associated topics

d

-----Original Message-----
From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com] On Behalf Of xxxxx@gmail.com
Sent: Tuesday, September 23, 2008 10:34 PM
To: Windows System Software Devs Interest List
Subject: [ntdev] WDM to WDF convert question.

Dear All,
my university project is bluetooth driver using wdf.
I build the bluetooth protocol which include (obex, rfcomm, l2cap, hci )
the problem that I face which I think in the driver is the driver for some reason will stop of sending or reciving.
I have read some articles around that wdf solve some problem of locks and has default queues for I/O requests.
in fact I m new in driver developmenet, if some one help me to conevrt my driver from wdm to wdf I will be so thankful.
the driver is taken from open source code at this link, www.freebt.net.
regards,


NTDEV is sponsored by OSR

For our schedule of WDF, WDM, debugging and other seminars visit:
http://www.osr.com/seminars

To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer

Dear Doron,
thanks alot for your advice, but can you help me in this.
I need help of checking the driver @ freebt.net
as I told you I m new in driver development, and I want to know where is the problem exactly is it in driver or in the bluetooth layers. for bluetooth layers I can check them, but the driver I need some help.

Um…no ;). Besides what I am sure are a ton of IP issues, I do not have the time and you should learn to bail yourself out of your own problem. Having someone else do it for you is not the right way to learn, is it?

d

-----Original Message-----
From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com] On Behalf Of xxxxx@gmail.com
Sent: Wednesday, September 24, 2008 1:51 AM
To: Windows System Software Devs Interest List
Subject: RE:[ntdev] WDM to WDF convert question.

Dear Doron,
thanks alot for your advice, but can you help me in this.
I need help of checking the driver @ freebt.net
as I told you I m new in driver development, and I want to know where is the problem exactly is it in driver or in the bluetooth layers. for bluetooth layers I can check them, but the driver I need some help.


NTDEV is sponsored by OSR

For our schedule of WDF, WDM, debugging and other seminars visit:
http://www.osr.com/seminars

To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer