You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
\section{Standardizing the interfaces: The Device Model}
2030
2030
\label{sec:device_model}
2031
2031
Up to this point we have seen all kinds of modules doing all kinds of things, but there was no consistency in their interfaces with the rest of the kernel.
2032
-
To impose some consistency such that there is at minimum a standardized way to start, suspend and resume a device a device model was added.
2032
+
To impose some consistency such that there is at minimum a standardized way to start, suspend and resume a device model was added.
2033
2033
An example is shown below, and you can use this as a template to add your own suspend, resume or other interface functions.
0 commit comments