summaryrefslogtreecommitdiff
path: root/udev.h
diff options
context:
space:
mode:
authorLars Hanisch <dvb@flensrocker.de>2011-02-23 20:43:42 +0100
committerLars Hanisch <dvb@flensrocker.de>2011-02-23 20:54:05 +0100
commit5ac5fdf0bef95b12d90dfca7de23332211beb706 (patch)
tree59925890d82e0c5810f0c5e4416f88e4326e3914 /udev.h
parente919a8339c29cd190fc4cd5a832317eb9f4451c6 (diff)
downloadvdr-plugin-dynamite-5ac5fdf0bef95b12d90dfca7de23332211beb706.tar.gz
vdr-plugin-dynamite-5ac5fdf0bef95b12d90dfca7de23332211beb706.tar.bz2
move reading of udev properties from the monitor to the attacher
Now they are recognized on devices present at startup.
Diffstat (limited to 'udev.h')
-rw-r--r--udev.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/udev.h b/udev.h
index af079ab..e3c82ea 100644
--- a/udev.h
+++ b/udev.h
@@ -37,6 +37,7 @@ private:
public:
static struct udev *Init(void);
static void Free(void);
+ static cUdevDevice *GetDeviceFromDevName(const char *DevName);
};
#endif // __DYNAMITEUDEV_H