mirror of
https://github.com/m1k1o/neko.git
synced 2025-08-03 08:50:13 +02:00
xf86-input-neko: do not turn off device on uninit.
This commit is contained in:
parent
5ceef394ca
commit
d82b640ecc
1 changed files with 1 additions and 1 deletions
|
@ -441,8 +441,8 @@ UnInit(__attribute__ ((unused)) InputDriverPtr drv,
|
|||
priv->thread = 0;
|
||||
}
|
||||
|
||||
/* free valuators */
|
||||
valuator_mask_free(&priv->valuators);
|
||||
DeviceControl(pInfo->dev, DEVICE_OFF);
|
||||
|
||||
free(pInfo->private);
|
||||
pInfo->private = NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue