Is there any reason RC-core .driver_name should be set as a module name which registers remote?

http://lxr.free-electrons.com/source/drivers/media/rc/rc-main.c

I see .driver_name is passed to the hotplug:
if (dev->driver_name)
    ADD_HOTPLUG_VAR("DRV_NAME=%s", dev->driver_name);


ir-keytable command shows that name:
# ir-keytable
    Driver af9015, table rc-digitalnow-tinytwin


I would like to use set name same as the device name - not the driver name. And af9015 is not the module name, correct is IMHO dvb_usb_af9015.

regards
Antti
--
http://palosaari.fi/
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to