fwupd/plugins/synaptics-rmi
2021-01-04 16:32:50 +00:00
..
fu-plugin-synaptics-rmi.c Make the 'id' for fu_plugin_add_firmware_gtype() optional 2021-01-04 15:27:10 +00:00
fu-synaptics-rmi-common.c Add a plugin to update Synaptics RMI4 devices 2019-10-02 10:45:13 +01:00
fu-synaptics-rmi-common.h trivial: Remove G_BEGIN_DECLS from all private headers 2019-10-09 20:02:16 +01:00
fu-synaptics-rmi-device.c synaptics-rmi: Don't crash if calling ->to_string() before ->setup() 2020-12-01 14:15:33 +00:00
fu-synaptics-rmi-device.h trivial: Remove G_BEGIN_DECLS from all private headers 2019-10-09 20:02:16 +01:00
fu-synaptics-rmi-firmware.c trivial: Fix up some NULL/FALSE confusion 2021-01-04 16:32:50 +00:00
fu-synaptics-rmi-firmware.h Remove now-unused synaptics_rmi_dump fuzzing target generator 2021-01-04 15:42:17 +00:00
fu-synaptics-rmi-v5-device.c Do not conditionalize attach() and detach() on IS_BOOTLOADER 2020-04-09 09:55:30 +01:00
fu-synaptics-rmi-v5-device.h trivial: Remove G_BEGIN_DECLS from all private headers 2019-10-09 20:02:16 +01:00
fu-synaptics-rmi-v6-device.c synaptics-rmi: Do as little as possible in device setup 2019-10-03 15:14:10 +01:00
fu-synaptics-rmi-v6-device.h trivial: Remove G_BEGIN_DECLS from all private headers 2019-10-09 20:02:16 +01:00
fu-synaptics-rmi-v7-device.c trivial: Fix some error prefixes 2020-11-06 09:57:03 +00:00
fu-synaptics-rmi-v7-device.h trivial: Remove G_BEGIN_DECLS from all private headers 2019-10-09 20:02:16 +01:00
meson.build Remove now-unused synaptics_rmi_dump fuzzing target generator 2021-01-04 15:42:17 +00:00
README.md Add external interface messages 2020-10-26 12:05:20 -05:00
synaptics-rmi.quirk synaptics-rmi: Essentially blacklist Dell K12A 2020-05-14 13:14:39 +01:00

Synaptics RMI4 Support

Introduction

This plugin updates integrated Synaptics RMI4 devices, typically touchpads.

GUID Generation

The HID DeviceInstanceId values are used, e.g. HIDRAW\VEN_06CB&DEV_4875.

These devices also use custom GUID values constructed using the board ID, e.g.

  • SYNAPTICS_RMI\TM3038-002
  • SYNAPTICS_RMI\TM3038

Vendor ID Security

The vendor ID is set from the udev vendor, in this instance set to HIDRAW:0x06CB

Firmware Format

The daemon will decompress the cabinet archive and extract a firmware blob in a proprietary (but docucumented) file format.

This plugin supports the following protocol ID:

  • com.synaptics.rmi

External interface access

This plugin requires ioctl access to HIDIOCSFEATURE and HIDIOCGFEATURE.