Skip to content

Commit ce85663

Browse files
dtorJiri Kosina
authored andcommitted
HID: input: add mapping for Assistant key
According to HUTRR89 usage 0x1cb from the consumer page was assigned to allow launching desktop-aware assistant application, so let's add the mapping. Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
1 parent 74e7c6c commit ce85663

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/hid/hid-input.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -998,6 +998,7 @@ static void hidinput_configure_usage(struct hid_input *hidinput, struct hid_fiel
998998
case 0x1b8: map_key_clear(KEY_VIDEO); break;
999999
case 0x1bc: map_key_clear(KEY_MESSENGER); break;
10001000
case 0x1bd: map_key_clear(KEY_INFO); break;
1001+
case 0x1cb: map_key_clear(KEY_ASSISTANT); break;
10011002
case 0x201: map_key_clear(KEY_NEW); break;
10021003
case 0x202: map_key_clear(KEY_OPEN); break;
10031004
case 0x203: map_key_clear(KEY_CLOSE); break;

0 commit comments

Comments
 (0)