Initial attempt to implement rumble for evdev

This commit is contained in:
Iwan Timmer
2019-02-16 16:12:06 +01:00
parent 0868f0295e
commit 292a26d6ad
3 changed files with 41 additions and 0 deletions

View File

@@ -311,6 +311,7 @@ int main(int argc, char* argv[]) {
udev_init(!inputAdded, mappings, config.debug_level > 0);
evdev_init();
rumble_handler = evdev_rumble;
#ifdef HAVE_LIBCEC
cec_init();
#endif /* HAVE_LIBCEC */