]> git.baikalelectronics.ru Git - kernel.git/commit
Input: do not use property bits when generating module alias
authorDmitry Torokhov <dmitry.torokhov@gmail.com>
Sun, 22 Oct 2017 18:42:29 +0000 (11:42 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Sun, 22 Oct 2017 19:49:59 +0000 (12:49 -0700)
commit4afb7e00e2218d72b52e58d2e3996b47d5899136
tree1b088b8fe9b3b4550edd71ccea2e601cbf07263a
parent7f376574bfa39f8f3cba8585ad3e6ccbd0a12810
Input: do not use property bits when generating module alias

The commit 5fb55931863a ("Input: allow matching device IDs on property
bits") started using property bits when generating module aliases for input
handlers, but did not adjust the generation of MODALIAS attribute on input
device uevents, breaking automatic module loading. Given that no handler
currently uses property bits in their module tables, let's revert this part
of the commit for now.

Reported-by: Damien Wyart <damien.wyart@gmail.com>
Tested-by: Damien Wyart <damien.wyart@gmail.com>
Fixes: 5fb55931863a ("Input: allow matching device IDs on property bits")
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
scripts/mod/devicetable-offsets.c
scripts/mod/file2alias.c