diff options
author | David Zeuthen <david@fubar.dk> | 2004-04-03 07:46:33 +0000 |
---|---|---|
committer | David Zeuthen <david@fubar.dk> | 2004-04-03 07:46:33 +0000 |
commit | b3d8f938ec3107f4bc06c48d282a7656b3ca4479 (patch) | |
tree | e8f33d3ad88fbfdf0c1ebdc03081520ae145de43 /hald/linux/input_class_device.c | |
parent | efca57b6fad8b9f4c358e268f5a626d419aed211 (diff) |
Merge hal-gobject-branch back to HEAD
Diffstat (limited to 'hald/linux/input_class_device.c')
-rw-r--r-- | hald/linux/input_class_device.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/hald/linux/input_class_device.c b/hald/linux/input_class_device.c index 1afedbc1..239bea43 100644 --- a/hald/linux/input_class_device.c +++ b/hald/linux/input_class_device.c @@ -39,6 +39,8 @@ #include "../logger.h" #include "../device_store.h" +#include "../hald.h" + #include "class_device.h" #include "common.h" @@ -71,8 +73,8 @@ input_class_post_process (ClassDeviceHandler *self, struct sysfs_class_device *class_device) { /* add capabilities for device */ - ds_property_set_string (d, "info.category", "input"); - ds_add_capability (d, "input"); + hal_device_property_set_string (d, "info.category", "input"); + hal_device_add_capability (d, "input"); /** @todo use some ioctl()'s on the device file (specific by property * .target_dev) and set additional properties */ |