diff options
Diffstat (limited to 'drivers/media/IR/ir-sysfs.c')
-rw-r--r-- | drivers/media/IR/ir-sysfs.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/IR/ir-sysfs.c b/drivers/media/IR/ir-sysfs.c index 6d63657b5685..0592515a19f8 100644 --- a/drivers/media/IR/ir-sysfs.c +++ b/drivers/media/IR/ir-sysfs.c | |||
@@ -140,6 +140,8 @@ static int ir_dev_uevent(struct device *device, struct kobj_uevent_env *env) | |||
140 | 140 | ||
141 | if (ir_dev->rc_tab.name) | 141 | if (ir_dev->rc_tab.name) |
142 | ADD_HOTPLUG_VAR("NAME=\"%s\"", ir_dev->rc_tab.name); | 142 | ADD_HOTPLUG_VAR("NAME=\"%s\"", ir_dev->rc_tab.name); |
143 | if (ir_dev->driver_name) | ||
144 | ADD_HOTPLUG_VAR("DRV_NAME=\"%s\"", ir_dev->driver_name); | ||
143 | 145 | ||
144 | return 0; | 146 | return 0; |
145 | } | 147 | } |