]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
media: i2c: Don't export ir-kbd-i2c module alias
authorJavier Martinez Canillas <javier@osg.samsung.com>
Wed, 27 Jan 2016 14:03:23 +0000 (12:03 -0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 19 Feb 2016 22:28:28 +0000 (14:28 -0800)
commitec6f137eef9c52bdb86924df96ff0f2ba4524ee2
tree31d96aec310070ced177a6e9c2f4505f483ae4f7
parent37afe551d4f1b234176ff5d38edb12cfef678fe5
media: i2c: Don't export ir-kbd-i2c module alias

commit 329d88da4df9a96da43018aceabd3a06e6a7e7ae upstream.

This is a partial revert of commit ed8d1cf07cb16d ("[media] Export I2C
module alias information in missing drivers") that exported the module
aliases for the I2C drivers that were missing to make autoload to work.

But there is a bug report [0] that auto load of the ir-kbd-i2c driver
cause the Hauppauge HD-PVR driver to not behave correctly.

This is a hdpvr latent bug that was just exposed by ir-kbd-i2c module
autoloading working and will also happen if the I2C driver is built-in
or a user calls modprobe to load the module and register the driver.

But there is a regression experimented by users so until the real bug
is fixed, let's not export the module alias for the ir-kbd-i2c driver
even when this just masks the actual issue.

[0]: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=810726

Fixes: ed8d1cf07cb1 ("[media] Export I2C module alias information in missing drivers")
Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/media/i2c/ir-kbd-i2c.c