summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>2012-12-26 17:32:04 +0100
committerEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>2012-12-26 17:32:04 +0100
commitfa5c1c418de3c6df752f5d9b7b5be869debf3874 (patch)
tree65b960614d68db009718fc26cd66e0f34c16e3a3
parent066739eb80ca494b4239431675ec6686e3ed2100 (diff)
downloadvdr-plugin-inputdev-fa5c1c418de3c6df752f5d9b7b5be869debf3874.tar.gz
vdr-plugin-inputdev-fa5c1c418de3c6df752f5d9b7b5be869debf3874.tar.bz2
fixup! implemented coldplugging
-rw-r--r--inputdev.h2
1 files changed, 1 insertions, 1 deletions
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);