|
@@ -18,7 +18,7 @@
|
|
|
|
|
|
<h2 class='titleHead'>The Linux Kernel Module Programming Guide</h2>
|
|
|
<div class='author'><span class='ecrm-1200'>Peter Jay Salzman, Michael Burian, Ori Pomerantz, Bob Mottram, Jim Huang</span></div><br />
|
|
|
-<div class='date'><span class='ecrm-1200'>April 12, 2025</span></div>
|
|
|
+<div class='date'><span class='ecrm-1200'>April 14, 2025</span></div>
|
|
|
|
|
|
|
|
|
|
|
@@ -6196,7 +6196,7 @@ do. The input device driver will allocate a new input structure with
|
|
|
<code> <span class='ectt-1000'>input_register_device()</span>
|
|
|
</code>.
|
|
|
</p><!-- l. 2056 --><p class='indent'> Here is an example, vinput, It is an API to allow easy
|
|
|
-development of virtual input drivers. The drivers needs to export a
|
|
|
+development of virtual input drivers. The driver needs to export a
|
|
|
<code> <span class='ectt-1000'>vinput_device()</span>
|
|
|
</code> that contains the virtual device name and
|
|
|
<code> <span class='ectt-1000'>vinput_ops</span>
|