mirror of
https://github.com/X11Libre/xf86-input-joystick.git
synced 2026-03-24 01:34:06 +00:00
4358209e7e4383b4ebdec93cc116bb1c21d373a7
The hotplugged keyboard device and the main device share the same pInfo->private data and the same jstkCoreUnInit, so the data is freed twice. Furthermore, since the keyboard device will delete itself, we must not delete it from within the deletion of the main device. Freeing pInfo->private is done by the main device, hopefully done independently of the order in which the two devices will be removed by the server. Should fix bug #35391
xf86-input-joystick - Joystick input driver for the Xorg X server
Please submit bugs & patches to the Xorg bugzilla:
https://bugs.freedesktop.org/enter_bug.cgi?product=xorg
All questions regarding this software should be directed at the
Xorg mailing list:
http://lists.freedesktop.org/mailman/listinfo/xorg
The master development code repository can be found at:
git://anongit.freedesktop.org/git/xorg/driver/xf86-input-joystick
http://cgit.freedesktop.org/xorg/driver/xf86-input-joystick
For more information on the git code manager, see:
http://wiki.x.org/wiki/GitPage
Description
Languages
C
94.1%
M4
3%
Makefile
2.7%
Shell
0.2%