We only ever have a single tool per X device, but we may have multiple tools per _tablet_.
Signed-off-by: Peter Hutterer <[email protected]> --- src/wcmCommon.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/wcmCommon.c b/src/wcmCommon.c index 16d850e..7d67525 100644 --- a/src/wcmCommon.c +++ b/src/wcmCommon.c @@ -1027,7 +1027,7 @@ static int findDeviceType(const WacomCommonPtr common, /** * Find the device the current events are meant for. If multiple tools are - * configured on this device, the one that matches the serial number for the + * configured on this tablet, the one that matches the serial number for the * current device state is returned. If none match, the tool that has a * serial of 0 is returned. * -- 1.7.4 ------------------------------------------------------------------------------ What You Don't Know About Data Connectivity CAN Hurt You This paper provides an overview of data connectivity, details its effect on application quality, and explores various alternative solutions. http://p.sf.net/sfu/progress-d2d _______________________________________________ Linuxwacom-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel
