mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-14 21:50:25 +00:00
synaptics-rmi: Fix regression when setting edpAuxStatusRequest
This commit is contained in:
parent
09ad3a7f93
commit
02404b0797
@ -558,12 +558,12 @@ fu_synaptics_rmi_ps2_device_read_rmi_packet_register (FuSynapticsRmiPs2Device *s
|
||||
!fu_synaptics_rmi_ps2_device_write_byte (self, edpAuxSetSampleRate, 50,
|
||||
FU_SYNAPTICS_RMI_DEVICE_FLAG_NONE,
|
||||
error) ||
|
||||
!fu_synaptics_rmi_ps2_device_write_byte (self, addr,
|
||||
!fu_synaptics_rmi_ps2_device_write_byte (self, addr, 50,
|
||||
FU_SYNAPTICS_RMI_DEVICE_FLAG_NONE,
|
||||
FALSE, error) ||
|
||||
!fu_synaptics_rmi_ps2_device_write_byte (self, edpAuxStatusRequest,
|
||||
error) ||
|
||||
!fu_synaptics_rmi_ps2_device_write_byte (self, edpAuxStatusRequest, 50,
|
||||
FU_SYNAPTICS_RMI_DEVICE_FLAG_NONE,
|
||||
FALSE, error)) {
|
||||
error)) {
|
||||
g_prefix_error (error, "failed to write command in Read RMI Packet Register: ");
|
||||
return NULL;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user