mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
xf86-input-neko: do not turn off device on uninit.
This commit is contained in:
parent
5ceef394ca
commit
d82b640ecc
@ -441,8 +441,8 @@ UnInit(__attribute__ ((unused)) InputDriverPtr drv,
|
|||||||
priv->thread = 0;
|
priv->thread = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* free valuators */
|
||||||
valuator_mask_free(&priv->valuators);
|
valuator_mask_free(&priv->valuators);
|
||||||
DeviceControl(pInfo->dev, DEVICE_OFF);
|
|
||||||
|
|
||||||
free(pInfo->private);
|
free(pInfo->private);
|
||||||
pInfo->private = NULL;
|
pInfo->private = NULL;
|
||||||
|
Loading…
Reference in New Issue
Block a user