diff options
Diffstat (limited to 'hald/linux/input_class_device.c')
-rw-r--r-- | hald/linux/input_class_device.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hald/linux/input_class_device.c b/hald/linux/input_class_device.c index 42eedf23..96a4d4c9 100644 --- a/hald/linux/input_class_device.c +++ b/hald/linux/input_class_device.c @@ -134,6 +134,7 @@ ClassDeviceHandler input_class_handler = { class_device_udev_event, /**< handle udev event */ input_class_get_device_file_target, /**< where to store devfile name */ input_class_post_process, /**< add more properties */ + class_device_got_udi, /**< got UDI */ NULL, /**< No UDI computation */ "input", /**< sysfs class name */ "input", /**< hal class name */ |