mirror of
https://github.com/X11Libre/xf86-input-synaptics.git
synced 2026-04-14 11:54:16 +00:00
Don't call PS2QueryHardware() from PSMReadHwState().
This commit is contained in:
@@ -657,7 +657,8 @@ SynapticsGetHwState(LocalDevicePtr local, SynapticsPrivate *priv,
|
||||
}
|
||||
return FALSE;
|
||||
}
|
||||
return priv->proto_ops->ReadHwState(local, &priv->synhw, &priv->comm, hw);
|
||||
return priv->proto_ops->ReadHwState(local, &priv->synhw, priv->proto_ops,
|
||||
&priv->comm, hw);
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user