]> 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)
commit0e4e627dfa0ec4ea792090e7e70b4136fe7a9539
tree1b088b8fe9b3b4550edd71ccea2e601cbf07263a
parent6160084aab95eddc28df9ec19cfbd7084ab6621a
Input: do not use property bits when generating module alias

The commit ec676558bac0 ("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: ec676558bac0 ("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