From 92550de1ce449cd9833105498e1bb7fe83a1da5d Mon Sep 17 00:00:00 2001 From: Travis Nickles Date: Mon, 20 Aug 2018 04:36:48 -0500 Subject: [PATCH] Updated TODO file --- TODO.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/TODO.md b/TODO.md index eb8eec2..3876e29 100644 --- a/TODO.md +++ b/TODO.md @@ -1,8 +1,9 @@ # TODO * ~~Perform some final cleanup and release version 1.5~~ -* Attempt to remove reliance on the main thread when disconnecting a device. -Currently used to delay hotplug routine +* ~~Attempt to remove reliance on the main thread when disconnecting a device. +Currently used to delay hotplug routine~~ +* Look into newer version of HidGuardian * Look into distributing profile properties around various objects rather than using a lot of getters to obtain properties each poll. It will complicate the architecture a little bit but hopefully