From 611cce9d85825864d5b4f14b9955c16991ab025f Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Thu, 7 Mar 2024 12:58:03 -0500 Subject: [PATCH] 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. --- static/faq.html | 2 ++ 1 file changed, 2 insertions(+) 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 @@
  • 64-bit-only device support code
  • Wi-Fi anonymity support including MAC address randomization, probe sequence number randomization and no other leaked identifiers
  • +
  • Support for disabling USB data and also USB as a whole at a hardware + level in the USB controller
  • In order to support a device, the appropriate resources also need to be available