Re: Thinkpad T23 Coming Out of Sleep

"Michael W. Collette" <[email protected]>
Newsgroups gmane.os.freebsd.devel.mobile
Message-ID <[email protected]>
On Friday 09 August 2002 08:22 am, Kevin Oberman wrote:
> Have you tried the HOOKRESUME (and, if that does not do it,
> INITAFTERSUSPEND) flag on the psm device in your kernel. HOOKRESUME
> (0x2000) did the trick for my IBM T30.

I found the following entries in LINT that seemed to relate to what you 
suggested...

# Options for psm:
options         PSM_HOOKRESUME          #hook the system resume event, useful
                                        #for some laptops
options         PSM_RESETAFTERSUSPEND   #reset the device at the resume event

I'm compiling these options into my kernel as I write this.  The ugly part 
about this is that it may be weeks before I can say it's actually fixed.  At 
least it's something to try!

The main thing I didn't quite get from your post though was the address 
reference.  How would that go into that entry??

options         PSM_HOOKRESUME (0x2000)
options         PSM_HOOKRESUME=0x2000
options         PSM_HOOKRESUME 0x2000

LINT doesn't provide for any syntax on this one for anything more than the 
option itself.

Oh well, trying the lines that are in LINT as shown there for now.

Later on,
-- 
"Outside of a dog, a book is man's best friend. Inside of a dog, it's too dark 
to read."
 - Groucho Marx

To Unsubscribe: send mail to [email protected]
with "unsubscribe freebsd-mobile" in the body of the message
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.