Add a work around for some mouse failure issues with regards to suspend and

resume.

Suggested by:	njl
Submitted by:	njl (the loader.conf option)
This commit is contained in:
Tom Rhodes 2005-01-30 09:27:43 +00:00
parent 2c6a6ac7a4
commit fd8ab0f8eb
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=23684

View file

@ -2671,6 +2671,17 @@ device_probe_and_attach: cbb0 attach returned 12</screen>
of frequency of appearance, and some possible workarounds or of frequency of appearance, and some possible workarounds or
fixes.</para> fixes.</para>
<sect3>
<title>Mouse Issues</title>
<para>In some cases, resuming from a suspend operation will
cause the mouse to fail. A known work around is to add
<literal>hint.psm.0.flags="0x3000"</literal> to the
<filename>/boot/loader.conf</filename> file. If this
does not work then please consider sending a bug report
as described above.</para>
</sect3>
<sect3> <sect3>
<title>Suspend/Resume</title> <title>Suspend/Resume</title>