From 737b3583c5f152d9133c14bc522089d6455c3ebc Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Mon, 14 Oct 2024 22:31:18 -0400 Subject: [PATCH] Point people to the better fleshed out wiki page for adding new devices These instructions are old, and then I followed them because I didn't know there was a wiki page. Let's link that in the README so other people don't make my mistake. --- README.md | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/README.md b/README.md index 45b072f0d..ad543a06d 100644 --- a/README.md +++ b/README.md @@ -29,18 +29,7 @@ device in the kernel (see `/proc/bus/input/devices`) and in the X session (see Use the `libwacom-list-devices` tool to list all known devices and verify the tablet is not in that list. -## To add support for a new tablet to libwacom git: - -1. Create a new tablet definition file. See `data/wacom.example` in the source - for a guideline on how to add a new tablet. For an installed version of - libwacom, see the existing data files (e.g. - `/usr/share/libwacom/cintiq-13hd.tablet`) -2. A new tablet description is enabled by adding and installing a new file with - a `.tablet` suffix. Once installed the tablet is part of libwacom's - database, no rebuild is necessary -3. The tablet is then available through `libwacom-list-local-devices` - -You must update udev after installing the file, see below. +See the [wiki page on adding a new device](https://github.com/linuxwacom/libwacom/wiki/Adding-a-new-device). ## To add support for a tablet to an installed libwacom