fwupd/plugins/synaptics-rmi
Richard Hughes faa35e430b Show a warning if the device has no GType and the plugin has no default
This also renames a symbol to make it clear that you can call it more than once.

Fixes https://github.com/fwupd/fwupd/issues/3148
2021-04-15 16:52:56 +01:00
..
fu-plugin-synaptics-rmi.c Show a warning if the device has no GType and the plugin has no default 2021-04-15 16:52:56 +01:00
fu-self-test.c Allow objects to deserialize to XML 2021-03-15 12:07:30 +00:00
fu-synaptics-rmi-common.c Add support for oss-fuzz 2021-02-08 09:17:03 +00:00
fu-synaptics-rmi-common.h synaptics-rmi: Support parsing and writing signed firmware 2021-01-18 21:18:02 +00:00
fu-synaptics-rmi-device.c synaptics-rmi: Force the hardware into IEP mode as required 2021-03-22 07:51:06 +00:00
fu-synaptics-rmi-device.h synaptics-rmi: Force the hardware into IEP mode as required 2021-03-22 07:51:06 +00:00
fu-synaptics-rmi-firmware.c synaptics-rmi: Validate the firmware signature correctly 2021-03-22 07:51:06 +00:00
fu-synaptics-rmi-firmware.h synaptics-rmi: Support parsing and writing signed firmware 2021-01-18 21:18:02 +00:00
fu-synaptics-rmi-hid-device.c synaptics-rmi: Fix firmware update of pointing device on Lenovo ThinkPad Nano 2021-03-03 16:07:05 +00:00
fu-synaptics-rmi-hid-device.h synaptics-rmi: Split out the HID specific parts to FuSynapticsRmiDevice 2021-01-18 21:18:02 +00:00
fu-synaptics-rmi-ps2-device.c synaptics-rmi: Force the hardware into IEP mode as required 2021-03-22 07:51:06 +00:00
fu-synaptics-rmi-ps2-device.h trivial: fix some trailing whitespace problems across the project 2021-04-09 16:02:20 +01:00
fu-synaptics-rmi-v5-device.c synaptics-rmi: Force the hardware into IEP mode as required 2021-03-22 07:51:06 +00: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: Read from the device in a more safe way 2021-02-10 16:29:57 +00: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 synaptics-rmi: Fix firmware update of pointing device on Lenovo ThinkPad Nano 2021-03-03 16:07:05 +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 Allow objects to deserialize to XML 2021-03-15 12:07:30 +00:00
README.md Add a new internal flag to opt-in to GUID matching 2021-02-25 15:47:25 +00:00
synaptics-rmi.quirk Simplify the quirk file format 2021-03-03 08:30:34 +00: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

Update Behavior

The device usually presents in HID mode, and the firmware is written to the device by switching to a SERIO mode where the touchpad is nonfunctional. Once complete the device is reset to get out of SERIO mode and to load the new firmware version.

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.