mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-03 03:56:30 +00:00
trivial: dell-dock: Lower MST communication speed to 400 KHz
It was identified that at least one other device on this shared I2C bus can't operate at the speed. This means that it may inadvertently respond to commands intended for another device.
This commit is contained in:
parent
2aaa38d77d
commit
60c4a59dab
@ -98,7 +98,7 @@ const MSTBankAttributes esm_attributes = {
|
||||
FuHIDI2CParameters mst_base_settings = {
|
||||
.i2cslaveaddr = I2C_MST_ADDRESS,
|
||||
.regaddrlen = 0,
|
||||
.i2cspeed = I2C_SPEED_800K,
|
||||
.i2cspeed = I2C_SPEED_400K,
|
||||
};
|
||||
|
||||
struct _FuDellDockMst {
|
||||
|
Loading…
Reference in New Issue
Block a user