Merge pull request #303 from Jordymalone/fix_grammatical_error
Some checks are pending
build-deploy-assets / build (push) Waiting to run
deploy-github-page / build (push) Waiting to run
status-checks / validate (push) Waiting to run

Fix grammar in virtual input device driver section
This commit is contained in:
Jim Huang 2025-04-14 17:54:06 +08:00 committed by GitHub
commit 96768bd672
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2055,7 +2055,7 @@ After that, registers it by calling \cpp|input_register_device()|.
Here is an example, vinput,
It is an API to allow easy development of virtual input drivers.
The drivers needs to export a \cpp|vinput_device()| that contains the virtual device name and \cpp|vinput_ops| structure that describes:
The driver needs to export a \cpp|vinput_device()| that contains the virtual device name and \cpp|vinput_ops| structure that describes:
\begin{itemize}
\item the init function: \cpp|init()|