Skip to content
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.

Commit

Permalink
xf86-input-neko: do not turn off device on uninit.
Browse files Browse the repository at this point in the history
  • Loading branch information
m1k1o committed Sep 7, 2023
1 parent 5ceef39 commit d82b640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xorg/xf86-input-neko/src/neko.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit d82b640

Please sign in to comment.