diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2024-03-07 12:58:03 -0500 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2024-03-07 12:58:03 -0500 |
| commit | 611cce9d85825864d5b4f14b9955c16991ab025f (patch) | |
| tree | f42eda90aeff1958a06032aa01fd1f256bf12f65 | |
| parent | 94c286261647bcef5771c941ee6668ae9cbf74df (diff) | |
add USB control feature to hardware requirements
This functionality may not be available everywhere and is part of what
has to be implemented for each device now.
| -rw-r--r-- | static/faq.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/static/faq.html b/static/faq.html index 206a3a3d..cada76c8 100644 --- a/static/faq.html +++ b/static/faq.html @@ -316,6 +316,8 @@ <li>64-bit-only device support code</li> <li>Wi-Fi anonymity support including MAC address randomization, probe sequence number randomization and no other leaked identifiers</li> + <li>Support for disabling USB data and also USB as a whole at a hardware + level in the USB controller</li> </ul> <p>In order to support a device, the appropriate resources also need to be available |
