Don't call PS2QueryHardware() from PSMReadHwState().

This commit is contained in:
Peter Osterlund
2004-04-18 20:43:13 +02:00
parent 52376f3bd0
commit 6df2b83aff
5 changed files with 11 additions and 5 deletions

View File

@@ -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);
}
/*