diff options
| author | Dave Eckhardt <13352322+de0u@users.noreply.github.com> | 2024-06-27 23:08:26 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2024-06-28 00:38:28 -0400 |
| commit | 93aa5defa254ff2f17aa5fec94b7d69d7931dda5 (patch) | |
| tree | c374a9c70c8e29dff28ff9b35085396d430edc0a | |
| parent | a26c78412a03e3064441d2f3053149fbf50063a1 (diff) | |
tweak wording of USB-C port control
| -rw-r--r-- | static/features.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/static/features.html b/static/features.html index ec8530ef..7c7aca86 100644 --- a/static/features.html +++ b/static/features.html @@ -287,13 +287,13 @@ toggle available to device admin apps. The standard feature only disables high level USB handling in the OS. It doesn't block new USB connections or disable the data lines at a hardware level. It also leaves the handling of - the USB-C and pogo pins protocols enabled in the OS, and it doesn't deal - with USB-C alternate modes. The standard feature is also either blocking or + the USB-C and pogo pins protocols enabled in the OS, and it doesn't disable + the USB-C alternate modes. The standard feature is also either blocking or not blocking USB at a high level, without the ability to block new connections and disable USB only once the existing connections end. Other operating systems trying to implement a similar feature via the standard toggle end up continuing to allow new USB connections in the OS until all - connections end instead of the 2 phase approach we use for our two + connections end instead of the two-phase approach we use for our two Charging-only when locked modes.</p> </section> |
