I'm building my driver by using libusb for my driver. Is there such mechanism in this lib also.
Regards
Mukesh
On 3/29/06, Srinivas G. <srinivasg@xxxxxxxxxxxxxxxxxxxxx> wrote:
Dear Mukesh,
You need to develop the SUSPEND and RESUME call back functions in your USD driver.
Regards,
Srinivas G
-----Original Message-----
From: kernelnewbies-bounce@xxxxxxxxxxxx [mailto:kernelnewbies-bounce@xxxxxxxxxxxx] On Behalf Of Mukesh Yadav
Sent: Tuesday, March 28, 2006 3:58 PM
To: kernelnewbies@xxxxxxxxxxxx
Subject: Is there any signal or notification when system suspends?
Hi Everybody,
I want to save my driver status/context when system goes to suspend mode. And, resume when my system comes live. Mine is aHID-USB device. And driver is a user mode driver.
Does system send any signal or any other notification whenever is goes to suspend mode? Or any other mechanism that I can use for this.
Thanks and Regards
Mukesh