fwupd/plugins/wacomhid
Richard Hughes c125ec02ed Clarify what the platform ID actually is by renaming it
It wasn't hugely clear what the platform ID was actually meant to represent. In
some cases it was being used like a physical ID, in others it was a logical ID,
and in others it was both. In some cases it was even used as a sysfs path.

Clear up all the confusion by splitting the platform ID into two parts, an
optional *physical* ID to represent the electrical connection, and an optional
*logical* ID to disambiguate composite devices with the same physical ID.

Also create an explicit sysfs_path getter for FuUdevDevice to make this clear.

This allows WAIT_FOR_REPLUG to always work, rather than depending on the order
that the GUIDs were added, and that the kernel would always return the same
sysfs path (which it doesn't have to do, especially for hidraw devices).
2018-09-06 16:22:46 +01:00
..
fu-plugin-wacomhid.c trivial: Remove duplicate header includes 2018-09-04 08:22:39 -05:00
fu-self-test.c trivial: Remove duplicate header includes 2018-09-04 08:22:39 -05:00
fu-wac-common.c Remove the unused Emacs indenting headers from all source files 2018-08-09 12:48:04 +01:00
fu-wac-common.h Remove the unused Emacs indenting headers from all source files 2018-08-09 12:48:04 +01:00
fu-wac-device.c Use superclassed versions of FuDevice when calling udev_added() and usb_added() 2018-09-04 08:22:39 -05:00
fu-wac-device.h trivial: Remove duplicate header includes 2018-09-04 08:22:39 -05:00
fu-wac-firmware.c Remove the unused Emacs indenting headers from all source files 2018-08-09 12:48:04 +01:00
fu-wac-firmware.h trivial: Remove duplicate header includes 2018-09-04 08:22:39 -05:00
fu-wac-module-bluetooth.c trivial: Move out the byte-array chunking to libfwupdprivate 2018-08-22 15:14:12 +01:00
fu-wac-module-bluetooth.h trivial: Remove duplicate header includes 2018-09-04 08:22:39 -05:00
fu-wac-module-touch.c trivial: Move out the byte-array chunking to libfwupdprivate 2018-08-22 15:14:12 +01:00
fu-wac-module-touch.h trivial: Remove duplicate header includes 2018-09-04 08:22:39 -05:00
fu-wac-module.c Clarify what the platform ID actually is by renaming it 2018-09-06 16:22:46 +01:00
fu-wac-module.h trivial: Remove duplicate header includes 2018-09-04 08:22:39 -05:00
meson.build trivial: Move gudev to the core plugin deps 2018-08-26 19:38:58 +01:00
README.md Add an experimental plugin to update some new Wacom tablets 2018-06-04 11:29:29 +01:00
wacomhid.quirk Change the quirk file structure to be more efficient 2018-06-28 13:32:30 +01:00

Wacom HID Support

Introduction

Wacom provides interactive pen displays, pen tablets, and styluses to equip and inspire everyone make the world a more creative place.

From 2016 Wacom has been using a HID-based proprietary flashing algorithm which has been documented by support team at Wacom and provided under NDA under the understanding it would be used to build a plugin under a LGPLv2+ licence.

Wacom devices are actually composite devices, with the main ARM CPU being programmed using a more complicated erase, write, verify algorithm based on a historical update protocol. The "sub-module" devices use a newer protocol, again based on HID, but are handled differently depending on thier type.