diff options
| -rw-r--r-- | drivers/input/keyboard/atkbd.c | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/drivers/input/keyboard/atkbd.c b/drivers/input/keyboard/atkbd.c index df3f8aa68115..809a7ddbe3af 100644 --- a/drivers/input/keyboard/atkbd.c +++ b/drivers/input/keyboard/atkbd.c | |||
| @@ -895,6 +895,13 @@ static unsigned int atkbd_amilo_pa1510_forced_release_keys[] = { | |||
| 895 | }; | 895 | }; |
| 896 | 896 | ||
| 897 | /* | 897 | /* |
| 898 | * Amilo Pi 3525 key release for Fn+Volume keys not working | ||
| 899 | */ | ||
| 900 | static unsigned int atkbd_amilo_pi3525_forced_release_keys[] = { | ||
| 901 | 0x20, 0xa0, 0x2e, 0xae, 0x30, 0xb0, -1U | ||
| 902 | }; | ||
| 903 | |||
| 904 | /* | ||
| 898 | * Amilo Xi 3650 key release for light touch bar not working | 905 | * Amilo Xi 3650 key release for light touch bar not working |
| 899 | */ | 906 | */ |
| 900 | static unsigned int atkbd_amilo_xi3650_forced_release_keys[] = { | 907 | static unsigned int atkbd_amilo_xi3650_forced_release_keys[] = { |
| @@ -1568,6 +1575,15 @@ static struct dmi_system_id atkbd_dmi_quirk_table[] __initdata = { | |||
| 1568 | .driver_data = atkbd_amilo_pa1510_forced_release_keys, | 1575 | .driver_data = atkbd_amilo_pa1510_forced_release_keys, |
| 1569 | }, | 1576 | }, |
| 1570 | { | 1577 | { |
| 1578 | .ident = "Fujitsu Amilo Pi 3525", | ||
| 1579 | .matches = { | ||
| 1580 | DMI_MATCH(DMI_SYS_VENDOR, "FUJITSU SIEMENS"), | ||
| 1581 | DMI_MATCH(DMI_PRODUCT_NAME, "AMILO Pi 3525"), | ||
| 1582 | }, | ||
| 1583 | .callback = atkbd_setup_forced_release, | ||
| 1584 | .driver_data = atkbd_amilo_pi3525_forced_release_keys, | ||
| 1585 | }, | ||
| 1586 | { | ||
| 1571 | .ident = "Fujitsu Amilo Xi 3650", | 1587 | .ident = "Fujitsu Amilo Xi 3650", |
| 1572 | .matches = { | 1588 | .matches = { |
| 1573 | DMI_MATCH(DMI_SYS_VENDOR, "FUJITSU SIEMENS"), | 1589 | DMI_MATCH(DMI_SYS_VENDOR, "FUJITSU SIEMENS"), |
