drivers/gpio_keys: Add label to set input device name
commite91422dd68f18e3d8f90bbb81993d11ee223fe9b
authorBen Zhang <benzh@google.com>
Wed, 19 May 2021 19:22:17 +0000 (19 15:22 -0400)
committerTim Wawrzynczak <twawrzynczak@chromium.org>
Thu, 20 May 2021 20:40:42 +0000 (20 20:40 +0000)
treee69795756a865517c48d80154bfbe72471c0e0e1
parenta7822774fc1d819ec27645114a9687687fb37001
drivers/gpio_keys: Add label to set input device name

Added the label field to the gpio_keys _DSD so that the kernel driver
can use a meaningful name instead of the generic _HID PRP0001.

BUG=b:184593945
BRANCH=puff
TEST=build image and verify with evtest on puff:
/dev/input/event3: mic_mute_switch
UI event_device_info receives the proper name.

Change-Id: I0377851b9cf23bab31930aed6e7de91b4ac3505b
Signed-off-by: Ben Zhang <benzh@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/54332
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
src/drivers/generic/gpio_keys/chip.h
src/drivers/generic/gpio_keys/gpio_keys.c