mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-04 00:06:36 +00:00
sony-laptop: add support as Fn+1 as a hot key
Signed-off-by: Javier Achirica <jachirica@gmail.com> Signed-off-by: Mattia Dongili <malattia@linux.it> Signed-off-by: Matthew Garrett <matthew.garrett@nebula.com>
This commit is contained in:
parent
58c688657c
commit
94d164dc41
1 changed files with 2 additions and 0 deletions
|
@ -1122,6 +1122,8 @@ static struct sony_nc_event sony_100_events[] = {
|
|||
{ 0x25, SONYPI_EVENT_ANYBUTTON_RELEASED },
|
||||
{ 0xa6, SONYPI_EVENT_HELP_PRESSED },
|
||||
{ 0x26, SONYPI_EVENT_ANYBUTTON_RELEASED },
|
||||
{ 0xa8, SONYPI_EVENT_FNKEY_1 },
|
||||
{ 0x28, SONYPI_EVENT_ANYBUTTON_RELEASED },
|
||||
{ 0, 0 },
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue