Reword input device requirement for accuracy

This commit is contained in:
Andrew David Wong 2022-09-26 01:31:35 -07:00
parent d724b8a26e
commit 2269447af9
No known key found for this signature in database
GPG Key ID: 8CE137352A019A17
2 changed files with 3 additions and 3 deletions

View File

@ -135,7 +135,7 @@ SLAT functionality that the underlying hardware offers (and which we require).
Among other things, this implies **proper DMAR ACPI table** construction. Among other things, this implies **proper DMAR ACPI table** construction.
Most laptops use PS/2 connections internally for their input devices (i.e., Most laptops use PS/2 connections internally for their input devices (i.e.,
keyboard and touchpad). On non-laptop devices, however, USB-connected keyboards keyboard and touchpad). On most desktops, however, USB-connected keyboards
and mice have become standard. This presents a dilemma when the computer has and mice have become standard. This presents a dilemma when the computer has
only one USB controller. If that single USB controller is dedicated solely to only one USB controller. If that single USB controller is dedicated solely to
the input devices, then no untrusted USB devices can be used. Conversely, if the input devices, then no untrusted USB devices can be used. Conversely, if

View File

@ -63,8 +63,8 @@ details).
- Hardware switches for all built-in USB-connected microphones (if any) - Hardware switches for all built-in USB-connected microphones (if any)
- On non-laptops, either support for non-USB input devices or a separate USB - Either support for non-USB input devices (e.g., via PS/2, which most laptops
controller only for input devices already use internally) or a separate USB controller only for input devices
## Choosing Hardware ## Choosing Hardware