From fa5c1c418de3c6df752f5d9b7b5be869debf3874 Mon Sep 17 00:00:00 2001 From: Enrico Scholz Date: Wed, 26 Dec 2012 17:32:04 +0100 Subject: fixup! implemented coldplugging --- inputdev.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inputdev.h b/inputdev.h index 3957cef..56ed0b8 100644 --- a/inputdev.h +++ b/inputdev.h @@ -61,7 +61,7 @@ public: bool open_udev_socket(char const *sock_path); bool open_udev_socket(unsigned int systemd_idx); - void add_device(char const *dev); + bool add_device(char const *dev); void remove_device(char const *dev); void remove_device(class cInputDevice *dev); -- cgit v1.2.3