From d3726420cf98dcf676e0c170eab36da32c05c7f7 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Wed, 31 Jul 2019 14:15:38 +1000 Subject: [PATCH] wacom: add a comment describing where to we store stuff Signed-off-by: Peter Hutterer --- tuhi/wacom.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tuhi/wacom.py b/tuhi/wacom.py index e96d8f2..5a52515 100644 --- a/tuhi/wacom.py +++ b/tuhi/wacom.py @@ -138,6 +138,8 @@ class DataLogger(object): This uses a logger for stdout, but it also writes the log files to disk for future re-use. + Targets for log are $HOME/.share/tuhi/12:AB:23:CD:.../.yml + ''' class _Nordic(object): source = 'NORDIC' @@ -450,8 +452,8 @@ class WacomPacketHandlerUnknownFixedStrokeDataIntuosPro(WacomPacketHandler): class WacomProtocolLowLevelComm(GObject.Object): ''' Internal class to handle the communication with the Wacom device. - No-one should directly instanciate this. - + No-one should directly instanciate this, use the device-specific + subclass instead (e.g. WacomProtocolIntuosPro). :param device: the BlueZDevice object that is this wacom device '''