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

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