summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2023-01-04 12:02:37 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2023-01-04 12:21:53 +1000
commit8a3986b711ae88f47b413e7a80c4fe0541c4695b (patch)
tree799e87ebaf1cf188537ebd29d1a0b9a30a0e6f7b
parent8883cec50f402aa9b238f0d0baae37edbba6cd26 (diff)
downloadlibwacom-8a3986b711ae88f47b413e7a80c4fe0541c4695b.tar.gz
README: note that we support tablets other than Wacom's too
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index ba967cb..45b072f 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,12 @@
# Overview
-libwacom is a library to identify Wacom tablets and their model-specific
+libwacom is a library to identify graphics tablets and their model-specific
features. It provides easy access to information such as "is this a built-in
on-screen tablet", "what is the size of this model", etc.
+The name libwacom is historical - it was originally developed for Wacom devices
+only but now supports any graphics tablet from any vendor.
+
**libwacom does not make a tablet work.** libwacom is merely a database with a
C library wrapper for *information* about a tablet. It has no effect on whether
that tablet works.