libx52/daemon
nirenjan 7d757dd40f Disable device check routine in daemon
Prior to this change, the device check was sending a vendor specific
command with wIndex and wValue both set to 0 every 50 ms. On some
systems, this was causing issues with the joystick flapping the state,
and reporting weird values from the stick, and generally sluggish
response.

This change uses the updated libx52 library which uses the hotplug
notification to determine if the device is connected, and should resolve
the issues seen.

Fixes #33
2021-09-14 09:10:52 -07:00
..
Makefile.am Import inih library into source tree 2021-08-26 22:16:38 -07:00
daemon.dox Add PID file argument to documentation 2021-08-05 05:47:44 -07:00
x52d.conf Fix key names for clock formats in default configuration file 2021-07-23 14:31:58 -07:00
x52d.service.in Add Install section to service file to allow enabling the service 2021-08-05 11:46:44 -07:00
x52d_clock.c Ignore changes to clock settings if clock is disabled 2021-08-30 12:01:41 -07:00
x52d_clock.h Add clock update functionality 2021-07-23 10:13:18 -07:00
x52d_config.c Add config save routines 2021-08-09 22:16:30 -07:00
x52d_config.def Change the config macro definitions to use a type 2021-08-09 21:25:06 -07:00
x52d_config.h Add config save routines 2021-08-09 22:16:30 -07:00
x52d_config_dump.c Make sure config file is closed after dumping configuration 2021-08-30 10:28:26 -07:00
x52d_config_parser.c Change the config macro definitions to use a type 2021-08-09 21:25:06 -07:00
x52d_const.h Allow x52d to daemonize 2021-08-04 13:13:12 -07:00
x52d_device.c Disable device check routine in daemon 2021-09-14 09:10:52 -07:00
x52d_device.h Disable device check routine in daemon 2021-09-14 09:10:52 -07:00
x52d_led.c Print integer representation of LED state when setting it 2021-09-13 15:49:20 -07:00
x52d_main.c Add signal handler to dump configuration to disk on SIGUSR1 2021-08-30 10:28:29 -07:00