[FE training-materials-updates] Input slides: minor fix / clarification

Michael Opdenacker michael.opdenacker at free-electrons.com
Wed Oct 8 14:58:30 CEST 2014


Repository : git://git.free-electrons.com/training-materials.git

On branch  : master
Link       : http://git.free-electrons.com/training-materials/commit/?id=bc3cfd91b0ad6c6d8e3af688dd1afccd9c1d53c0

>---------------------------------------------------------------

commit bc3cfd91b0ad6c6d8e3af688dd1afccd9c1d53c0
Author: Michael Opdenacker <michael.opdenacker at free-electrons.com>
Date:   Wed Oct 8 14:57:55 2014 +0200

    Input slides: minor fix / clarification
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at free-electrons.com>


>---------------------------------------------------------------

bc3cfd91b0ad6c6d8e3af688dd1afccd9c1d53c0
 slides/kernel-input/kernel-input.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/slides/kernel-input/kernel-input.tex b/slides/kernel-input/kernel-input.tex
index 82da3dc..b2f3a9f 100644
--- a/slides/kernel-input/kernel-input.tex
+++ b/slides/kernel-input/kernel-input.tex
@@ -167,7 +167,7 @@ struct input_polled_dev {
     \code{poll()} method is mandatory, this function polls the device
     and posts input events.
   \item The fields \code{id}, \code{name}, \code{phys}, \code{bits} of
-    \kstruct{input} must be initialized too.
+    the \code{input} field must be initialized too.
   \item If none of the \code{poll_interval} fields are filled then the
     default poll interval is 500ms.
   \item The device registration/unregistration is done with:



More information about the training-materials-updates mailing list