[bootlin/training-materials updates] master: kernel-labs: input: re-show the link structures (252e3f5a)

Miquel Raynal miquel.raynal at bootlin.com
Tue Nov 22 11:29:43 CET 2022


Repository : https://github.com/bootlin/training-materials
On branch  : master
Link       : https://github.com/bootlin/training-materials/commit/252e3f5ab6d6ac752964b97fd975cf217f907cce

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

commit 252e3f5ab6d6ac752964b97fd975cf217f907cce
Author: Miquel Raynal <miquel.raynal at bootlin.com>
Date:   Fri Sep 2 18:55:43 2022 +0200

    kernel-labs: input: re-show the link structures
    
    This change has been accidentally dropped by:
    a97ebe43 ("labs, lab-data: update for embedded-linux new generation")
    and I expect it was done by mistake because I really think the figure
    helps attendees.
    
    Signed-off-by: Miquel Raynal <miquel.raynal at bootlin.com>


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

252e3f5ab6d6ac752964b97fd975cf217f907cce
 labs/kernel-i2c-input-interface/kernel-i2c-input-interface.tex | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/labs/kernel-i2c-input-interface/kernel-i2c-input-interface.tex b/labs/kernel-i2c-input-interface/kernel-i2c-input-interface.tex
index bb4de8d6..be34ca1d 100644
--- a/labs/kernel-i2c-input-interface/kernel-i2c-input-interface.tex
+++ b/labs/kernel-i2c-input-interface/kernel-i2c-input-interface.tex
@@ -150,6 +150,12 @@ Now implement the pointers that we need:
 
 \sourcecode{labs/kernel-i2c-input-interface/device-pointers.c}
 
+Making the parallel with the lectures, here are the current links (the
+dotted lines show missing links that could be added in the future):
+\begin{center}
+\includegraphics[height=10cm]{labs/kernel-i2c-input-interface/link-structures-input.pdf}
+\end{center}
+
 Make sure you add this code before registering the input device. You
 don't want to enable a device with incomplete information or when it is
 not completely initialized yet (there could be race conditions).




More information about the training-materials-updates mailing list