diff options
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2017-10-09 22:01:14 +0300 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2017-10-20 02:54:49 +0300 |
commit | 8724ecb072293f109a6f5dc93be8a98bf61fe14f (patch) | |
tree | f63e205ecb0af4420d175b29832992db8fcfc1d3 /scripts/mod/devicetable-offsets.c | |
parent | 55dfce873dca46df00304c44a568d7933bffff89 (diff) | |
download | linux-8724ecb072293f109a6f5dc93be8a98bf61fe14f.tar.xz |
Input: allow matching device IDs on property bits
Let's allow matching input devices on their property bits, both in-kernel
and when generating module aliases.
Tested-by: Roderick Colenbrander <roderick.colenbrander@sony.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'scripts/mod/devicetable-offsets.c')
-rw-r--r-- | scripts/mod/devicetable-offsets.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/mod/devicetable-offsets.c b/scripts/mod/devicetable-offsets.c index e4d90e50f6fe..812657ab5aa3 100644 --- a/scripts/mod/devicetable-offsets.c +++ b/scripts/mod/devicetable-offsets.c @@ -105,6 +105,7 @@ 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); |