Subject: Suspend/resume hooks
To: None <port-i386@netbsd.org, tech-kern@netbsd.org>
From: Lennart Augustsson <lennart@augustsson.net>
List: port-i386
Date: 06/25/1999 20:46:12
To make suspend/resume work properly for USB the USB host controller must
be told to change state.  I thought I'd implement this (since it so annoying losing
the mouse every time you suspend).
But I can't seem to find any way for the driver to get notified when a suspend/resume
is about to happen.  Is it the case that there are no such mechanism in the kernel?
Or am I just blind today?

    -- Lennart