Brush up the last commit.

- Change some expressions.
- Wrap "resume" in single quotes to maintain consistency.

Submitted by: sheldonh
This commit is contained in:
Kazutaka YOKOTA 2000-04-03 09:40:04 +00:00
parent f5c73cbb7a
commit a890573afa
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=58967

View file

@ -325,13 +325,14 @@ waking up the device quickly.
This flag will enable a piece of code in the
.Nm
driver to hook
the `resume' event and exercise some harmless I/O operations to the
the `resume' event and exercise some harmless I/O operations on the
device.
.It bit 14 INITAFTERSUSPEND
This flag adds more drastic action for the above problem.
It will make the
It will cause the
.Nm
driver to reset and re-initialize the pointing device after the resume event.
driver to reset and re-initialize the pointing device
after the `resume' event.
It has no effect unless the
.Em HOOKRESUME
flag is set as well.