Description:fix reboot and start touchpad, have no effort

Match-id-eacacd620c09a37e56a0579f4632f6ee6ecb2a77
This commit is contained in:
xxxx
2022-07-14 11:13:17 +08:00
parent c5b18dab29
commit 6405214d25
8 changed files with 10 additions and 41 deletions
@@ -65,7 +65,6 @@ void DistributedInputHandler::StructTransJson(const InputDevice& pBuf, std::stri
tmpJson["product"] = pBuf.product;
tmpJson["version"] = pBuf.version;
tmpJson["descriptor"] = pBuf.descriptor;
tmpJson["nonce"] = pBuf.nonce;
tmpJson["classes"] = pBuf.classes;
std::ostringstream stream;