summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* libwacom 2.7.0HEADlibwacom-2.7.0masterPeter Hutterer2023-05-172-1/+8
| | | | Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* data: Add XP-Pen Deco Pro SWJosé Expósito2023-04-181-0/+30
|
* data: make XP-Pen Deco Pro MW layout genericJosé Expósito2023-04-182-1/+1
| | | | | | | The layout present in the XP-Pen Deco Pro MW is identical to the layout of the XP-Pen Deco Pro S, M and SW. Rename the layout file to make it generic.
* tools: list the kernel name together with the event nodePeter Hutterer2023-04-061-3/+20
| | | | | | | | | | | | | | | | | | | | | | | This changes the YAML output of libwacom-list-local-devices but I'm assuming no-one uses this anyway. The new output lists the device name together with the kernel name, e.g. ``` devices: - name: 'Wacom Intuos Pro M' bus: 'usb' vid: '0x056a' pid: '0x0357' nodes: - /dev/input/event21: 'Wacom Intuos Pro M Finger' - /dev/input/event20: 'Wacom Intuos Pro M Pad' - /dev/input/event19: 'Wacom Intuos Pro M Pen' ``` This output should make it easier to associate duplicate entries with their respective event node. Fixes #558
* data: narrow down the Huion H950p to include a name matchPeter Hutterer2023-04-061-1/+1
| | | | | | | | | | | | | | | | Huion re-uses the USB IDs for, presumably, fun and profit and the only way we can distinguish them is with name matches. To make things even more fun, *other* vendors like Gaomon re-use Huion's VID/PID too. For all devices except the H950p we match on name, but this one was the first one introduced so it only matches on VID/PID. As a result, all devices that don't match on the name get matched for the H950p - including the Dial and Touch Strip subdevices of the Gaomon S620 (see #556). For the user this looks like they have a Gaomon device (pen and pad) and a Huion H950p (dial and touchstrip). Fix this by narrowing down the H950p to the device name too. The name comes from the sysinfo file linked to in the data file.
* tools: add list-local-devices as builddir toolPeter Hutterer2023-04-042-1/+13
| | | | | | | An uninstalled version of libwacom-list-local-devices that does not require the database path to be given on the commandline. Makes things a bit more convenient for debugging, same as the existing builddir/list-devices.
* Format python files with Python blackPeter Hutterer2023-04-043-25/+43
|
* Update to follow auto-generated standardSofi2023-04-041-4/+2
|
* Add Wacom HID 52D3 (Lenovo Yoga 7 14ARB7)Sofi2023-04-041-0/+21
|
* Add support for Lenovo Ideapad Duet 5iGhassan Alduraibi2023-03-141-0/+22
|
* Support for xp-pen deco pro mw (#552)taxophobia2023-03-092-0/+243
|
* Add ID 04f3:23b9 for HP Envy x360 ar0xxx (#550)Raymond Nee2023-02-201-1/+1
|
* Add Wacom HID 52D5 (Lenovo Yoga 7 14ARB7) (#549)Stuart Hayhurst2023-02-161-0/+21
|
* Added support for XP-Pen Deco MW (#548)FedericoCalzoni2023-02-092-0/+211
|
* Add support for HP Spectre x360 14Honbra2023-02-011-1/+1
| | | | HP Spectre x360 Convertible 14-ea0xxx https://github.com/linuxwacom/wacom-hid-descriptors/issues/177
* libwacom 2.6.0libwacom-2.6.0Peter Hutterer2023-01-232-1/+9
| | | | Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* Add ASUS ROG Flow X16 (#524)Somnath Banerjee2023-01-231-0/+18
|
* CI: bump to use latest Ubuntu LTSPeter Hutterer2023-01-113-7/+7
|
* tests: fix failure if system doesn't use systemdmhmdanas2023-01-111-2/+7
| | | | Fixes https://github.com/linuxwacom/libwacom/issues/515.
* README: note that we support tablets other than Wacom's tooPeter Hutterer2023-01-041-1/+4
| | | | Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* Added support for XP-Pen Deco01 v2Mark Waddoups2022-12-192-0/+212
|
* CI: bump an action to the current versionPeter Hutterer2022-12-071-1/+3
| | | | | Squashes the warning about the deprecated set-output, see https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
* CI: update some actions to newer versionsPeter Hutterer2022-12-074-18/+18
| | | | | Node 12 is deprecated so let's switch to the newer version https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/
* Add tablet definition for Huion Kamvas 13example2022-12-052-0/+213
|
* Add tablet definition for Wacom HID 52FA Pen (#536)Geoffrey J. Teale2022-12-051-0/+23
|
* Add Ugee M708 v1 tablet140bpmdubstep2022-11-301-1/+1
|
* data: add the sysinfo to the wacom.example filePeter Hutterer2022-11-181-0/+5
| | | | | | | We require sysinfo for all submitted tablet files, so let's add this to the example file we point users to. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* tools/clean_svg: don't modify the dict while iteratingPeter Hutterer2022-11-181-1/+1
| | | | Fixes #531
* libwacom 2.5libwacom-2.5.0Joshua Dickens2022-10-122-1/+9
| | | | Signed-off-by: Joshua Dickens <Joshua@Joshua-Dickens.com>
* data: Added support for "Cintiq Pro 27" (#525)Joshua2022-09-2947-52/+297
| | | | | | * data: Added support for a "Cintiq Pro 27" To fix issues with pen compatability on the new tablet with current libwacom.stylus groups the intuos5 group had certain pens split off into a new group called propengen2. All .tablet files affected by this change were updated to include this new group. Signed-off-by: Joshua Dickens <joshua.dickens@wacom.com>
* Add support for a new "Intuos Pro Small"Ping Cheng2022-09-081-1/+1
| | | | | | Except PID, everything is the same. Signed-off-by: Ping Cheng <ping.cheng@wacom.com>
* data: Add ISDv4 2d1f:002c (Dell Chromebook 11 5190 2-in-1) (#521)Jason Gerecke2022-09-021-0/+22
| | | Link: https://github.com/linuxwacom/wacom-hid-descriptors/issues/252
* Add tablet for Dell Inspiron 14 7425 2-in-1 (#520)Luya Tshimbalanga2022-09-011-0/+22
|
* added sysinfo and link to itRob Frohne2022-08-171-0/+2
|
* Added the new isdv4-50a9.tablet file for the Fujitsu U729X.Rob Frohne2022-08-171-0/+16
|
* CI: adjust the artifact names according to the jobPeter Hutterer2022-08-041-2/+4
| | | | | | | | Multiple artifacts with the same name only work if they're in the same job. We use a matrix here, so our resulting artifact is simply whichever job finished last. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* meson.build: run pytest with lots of verbosityPeter Hutterer2022-08-041-0/+1
| | | | | | | Makes things a lot easier to debug in the resulting meson-logs/testlog.txt Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* README: minor fixes and a bit of rewordingPeter Hutterer2022-08-031-4/+9
| | | | | | | The README is probably read more often than the wiki, so let's put the warning there too that libwacom doesn't make the tablet work. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* CI: update FreeBSD macos base to macos-12Peter Hutterer2022-07-291-1/+1
| | | | | | | The current 10.15 is about to be deprecated, see https://github.com/vmactions/freebsd-vm/issues/50 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* CI: use the latest FreeBSD major releasePeter Hutterer2022-07-291-1/+1
| | | | | | See https://github.com/linuxwacom/libwacom/pull/511#issuecomment-1198782050 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* libwacom 2.4libwacom-2.4.0Peter Hutterer2022-07-282-1/+7
| | | | Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* data: Add XP-Pen Deco L (#509)José Expósito2022-07-282-0/+212
| | | Link: https://github.com/linuxwacom/wacom-hid-descriptors/issues/242
* Add Chuwi MiniBook X (#508)Dave Jansen2022-07-261-0/+19
|
* CI: upgrade FreeBSD to 13.1 (#507)Jan Beich2022-07-141-1/+1
| | | | FreeBSD doesn't support /latest and /quarterly package repos on EOL versions. 13.0 reaches EOL on 2022-08-31, so avoid CI breakage.
* Add support for XP-Pen Artist 12. (#505)Mavpt2022-07-132-0/+199
|
* Add support for the Huion Inspiroy H1060P2talltech2022-07-112-0/+206
|
* Update README.md2talltech2022-07-111-3/+6
| | | Mention the location of layout files in `/etc/libwacom/layouts/`, which was not obvious previously.
* Remove leftover autogen.sh (#503)Peter Hutterer2022-07-051-14/+0
| | | | | We removed autotools support in 67f24d60 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* Revert "Add support for Huion MiniDial KD100 (#470)" (#504)Peter Hutterer2022-07-052-355/+0
| | | | | | | | This reverts commit b4cad6c18369b72a55a23b21c8a52992202337ae. Reverting because the SVG validity check fails on the SVG, blocking all other PRs at the moment. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* Add support for Huion MiniDial KD100 (#470)Alberto Fanjul2022-06-282-0/+355
|