From 1dcae43dc9431100281d168dcfbaf558974ce662 Mon Sep 17 00:00:00 2001 From: Georg Veichtlbauer Date: Fri, 18 Dec 2020 10:58:02 +0100 Subject: shinano-common: Handle clearpad and max1187x high touch sensitivity sysfs paths * Sirius has a max1187x instead of a clearpad touchscreen. Change-Id: Idb694cb85b04f20e3e90824cf48feed9ee142bb1 --- touch/GloveMode.h | 1 + 1 file changed, 1 insertion(+) (limited to 'touch/GloveMode.h') diff --git a/touch/GloveMode.h b/touch/GloveMode.h index ccf4ad0..7480cac 100644 --- a/touch/GloveMode.h +++ b/touch/GloveMode.h @@ -36,6 +36,7 @@ class GloveMode : public IGloveMode { private: bool mHasGloveMode; + std::string mGloveSysfsPath; }; } // namespace implementation -- cgit v1.2.3