mirror of
https://github.com/X11Libre/xf86-input-synaptics.git
synced 2026-03-24 01:34:04 +00:00
Decorate the accel log messages with (accel)
The MinSpeed message already does so, do it for MaxSpeed and AccelFactor too. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
@@ -1199,9 +1199,9 @@ DeviceInit(DeviceIntPtr dev)
|
||||
* 100 packet/s by default. */
|
||||
pVel->corr_mul = 12.5f; /*1000[ms]/80[/s] = 12.5 */
|
||||
|
||||
xf86IDrvMsg(pInfo, X_CONFIG, "MaxSpeed is now %.2f\n",
|
||||
xf86IDrvMsg(pInfo, X_CONFIG, "(accel) MaxSpeed is now %.2f\n",
|
||||
priv->synpara.max_speed);
|
||||
xf86IDrvMsg(pInfo, X_CONFIG, "AccelFactor is now %.3f\n",
|
||||
xf86IDrvMsg(pInfo, X_CONFIG, "(accel) AccelFactor is now %.3f\n",
|
||||
priv->synpara.accl);
|
||||
|
||||
prop = XIGetKnownProperty(ACCEL_PROP_PROFILE_NUMBER);
|
||||
|
||||
Reference in New Issue
Block a user