summaryrefslogtreecommitdiffstats
path: root/scripts/mod/devicetable-offsets.c
diff options
context:
space:
mode:
authorDmitry Torokhov2017-10-22 20:42:29 +0200
committerDmitry Torokhov2017-10-22 21:49:59 +0200
commit09c3e01b255fe89eb1f1b7ded68b1b7d55e6d02b (patch)
tree1b088b8fe9b3b4550edd71ccea2e601cbf07263a /scripts/mod/devicetable-offsets.c
parentInput: ims-psu - check if CDC union descriptor is sane (diff)
downloadkernel-qcow2-linux-09c3e01b255fe89eb1f1b7ded68b1b7d55e6d02b.tar.gz
kernel-qcow2-linux-09c3e01b255fe89eb1f1b7ded68b1b7d55e6d02b.tar.xz
kernel-qcow2-linux-09c3e01b255fe89eb1f1b7ded68b1b7d55e6d02b.zip
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>
Diffstat (limited to 'scripts/mod/devicetable-offsets.c')
-rw-r--r--scripts/mod/devicetable-offsets.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/mod/devicetable-offsets.c b/scripts/mod/devicetable-offsets.c
index 812657ab5aa3..e4d90e50f6fe 100644
--- a/scripts/mod/devicetable-offsets.c
+++ b/scripts/mod/devicetable-offsets.c
@@ -105,7 +105,6 @@ int main(void)
DEVID_FIELD(input_device_id, sndbit);
DEVID_FIELD(input_device_id, ffbit);
DEVID_FIELD(input_device_id, swbit);
- DEVID_FIELD(input_device_id, propbit);
DEVID(eisa_device_id);
DEVID_FIELD(eisa_device_id, sig);