Richard Hughes
|
d8a8d5e776
|
Set all FuUdevDevice plugins to use FU_QUIRKS_PLUGIN
This speeds up startup as we're only calling fu_plugin_udev_device_added() on
plugins that can actually handle the device.
|
2019-10-09 20:02:16 +01:00 |
|
Richard Hughes
|
8523ebebf2
|
synaptics-rmi: Also add the product ID as a GUID without the minor version
Firmware may be suitable for all products that match the 'major ID' and so we
should provide an extra GUID to use in this case.
|
2019-10-09 14:18:10 +01:00 |
|
Richard Hughes
|
d6fc172ec9
|
synaptics-rmi: Check the correct register when querying bootloader mode
|
2019-10-07 11:50:49 +01:00 |
|
Richard Hughes
|
1c53c0eb86
|
synaptics-rmi: Simplify fu_synaptics_rmi_device_read()
We don't need a double loop here as we only ever require one READ_ADDR request.
|
2019-10-05 09:07:22 +01:00 |
|
Richard Hughes
|
08ddb2b7c4
|
synaptics-rmi: Set the version after ->setup has run
The build_id might be overwritten in the BL-specific setup.
|
2019-10-05 09:07:22 +01:00 |
|
Richard Hughes
|
339f823ee2
|
synaptics-rmi: Use the correct mask when getting the bootloader mode on BL7
|
2019-10-05 09:07:22 +01:00 |
|
Richard Hughes
|
3b8a2ea47f
|
syanptics-rmi: The build_id is 3 bytes long, not 2
|
2019-10-04 17:08:21 +01:00 |
|
Richard Hughes
|
c6cda8bc71
|
synaptics-rmi: Do as little as possible in device setup
This reduces the setup time by another 70ms and also makes the plugin simpler.
|
2019-10-03 15:14:10 +01:00 |
|
Richard Hughes
|
b8e97e56c3
|
synaptics-rmi: Speed up reading the PDT from 900ms to 30ms
Don't continue to scan pages after the last function.
|
2019-10-03 15:14:10 +01:00 |
|
Richard Hughes
|
eeb6c22c1e
|
synaptics-rmi: Ignore the ATTN reports from the hardware when reading DATA
Fixes https://github.com/fwupd/fwupd/issues/1427
|
2019-10-03 13:10:58 +01:00 |
|
Richard Hughes
|
63aa6759f0
|
Add a plugin to update Synaptics RMI4 devices
|
2019-10-02 10:45:13 +01:00 |
|