From: Luis de Bethencourt <hidden> Date: 2015-08-29 10:49:03
This platform driver has a OF device ID table but the OF module
alias information is not created so module autoloading won't work.
Signed-off-by: Luis de Bethencourt <redacted>
---
drivers/input/touchscreen/egalax_ts.c | 1 +
1 file changed, 1 insertion(+)
On Sat, Aug 29, 2015 at 12:48:57PM +0200, Luis de Bethencourt wrote:
This platform driver has a OF device ID table but the OF module
alias information is not created so module autoloading won't work.
Signed-off-by: Luis de Bethencourt <redacted>
I already applied patch form Javier Martinez Canillas doing this.