Find a file
Kristian Høgsberg 1625aa0fc2 evdev: Initliaze device->link so we can wl_list_remove() without crashing
We were testing for wl_list_empty() on a { NULL, NULL } list (which
returns false) and then wl_list_remove()ing the device (which crashes).
2013-11-10 17:51:33 +01:00
src evdev: Initliaze device->link so we can wl_list_remove() without crashing 2013-11-10 17:51:33 +01:00