Commit aa8994fb authored by Carlo Caione's avatar Carlo Caione Committed by Hans de Goede

x86/platform: classmate-laptop: add WiFi media button

The WiFi media button on the Quanta NL3 reports keycodes 0x8b and 0x9b
to the platform driver. Add the mapping to support these codes.
Signed-off-by: default avatarCarlo Caione <carlo@endlessm.com>
Reviewed-by: default avatarChris Chiu <chiu@endlessos.org>
Link: https://lore.kernel.org/r/20201208061111.29073-1-chiu@endlessos.orgSigned-off-by: default avatarHans de Goede <hdegoede@redhat.com>
parent cf791774
......@@ -1023,6 +1023,8 @@ static int cmpc_keys_codes[] = {
KEY_CAMERA,
KEY_BACK,
KEY_FORWARD,
KEY_UNKNOWN,
KEY_WLAN, /* NL3: 0x8b (press), 0x9b (release) */
KEY_MAX
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment