input: detect dead devices, always set keynames
[libpicofe.git] / linux / in_evdev.h
index 2c24c2e..49682c3 100644 (file)
@@ -2,3 +2,5 @@
 void in_evdev_init(void *vdrv);
 int  in_evdev_update(void *drv_data, const int *binds, int *result);
 
+/* to be set somewhere in platform code */
+extern struct in_default_bind in_evdev_defbinds[];