File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -146,12 +146,12 @@ contains the tablet data stream. This is where `InputReportLength` and
146146` OutputReportLength ` comes in.
147147
148148Even if your tablet only has a single interface, it is often a good idea to
149- specify at least one of the lengths as non-zero, and only define them as ` null `
150- if you know what you're doing
149+ specify at least one of the lengths as non-zero, and only define them all as
150+ ` null ` (i.e. leaving them out entirely) if you know what you're doing
151151
152- > If you specify report lengths as null , it can be hard to fix any future
153- conflicts that may arise without knowing what values your specific tablet
154- has. If you do decide to specify them as null , please make sure to include a
152+ > If you omit report lengths entirely , it can be hard to fix any future
153+ conflicts that may arise, without knowing what values your specific tablet
154+ has. If you do decide not to specify them, please make sure to include a
155155 OpenTabletDriver diagnostics with the pull request, and optionally include
156156 the lengths in the commit description.
157157
You can’t perform that action at this time.
0 commit comments