Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1431794
| From | Jan-Marek Glogowski <glogow@fbihome.de> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] Register KEY_TOUCHPAD_TOGGLE with input device |
| Date | 2016-06-27 10:10 +0200 |
| Message-ID | <rOzMe-62T-21@gated-at.bofh.it> (permalink) |
| References | <rOcZk-8lP-15@gated-at.bofh.it> <rOcZk-8lP-13@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Probably just squash that into [PATCH] fujitsu-laptop: Support touchpad toggle hotkey on Skylake-based models Signed-off-by: Jan-Marek Glogowski <glogow@fbihome.de> --- fujitsu-laptop.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/platform/x86/fujitsu-laptop.c b/drivers/platform/x86/fujitsu-laptop.c index 695bd5e..42319c8 100644 --- a/drivers/platform/x86/fujitsu-laptop.c +++ b/drivers/platform/x86/fujitsu-laptop.c @@ -884,6 +884,7 @@ static int acpi_fujitsu_hotkey_add(struct acpi_device *device) set_bit(fujitsu->keycode3, input->keybit); set_bit(fujitsu->keycode4, input->keybit); set_bit(fujitsu->keycode5, input->keybit); + set_bit(KEY_TOUCHPAD_TOGGLE, input->keybit); set_bit(KEY_UNKNOWN, input->keybit); error = input_register_device(input); -- 1.9.1
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH] fujitsu-laptop: Support touchpad toggle hotkey on Skylake-based models Michał Kępień <kernel@kempniu.pl> - 2016-06-26 09:50 +0200
[PATCH] Register KEY_TOUCHPAD_TOGGLE with input device Jan-Marek Glogowski <glogow@fbihome.de> - 2016-06-27 10:10 +0200
Re: [PATCH] fujitsu-laptop: Support touchpad toggle hotkey on Skylake-based models Michał Kępień <kernel@kempniu.pl> - 2016-06-27 15:00 +0200
Re: [PATCH] fujitsu-laptop: Support touchpad toggle hotkey on Skylake-based models Jonathan Woithe <jwoithe@just42.net> - 2016-06-27 15:00 +0200
[PATCH v2] fujitsu-laptop: Support touchpad toggle hotkey on Skylake-based models Michał Kępień <kernel@kempniu.pl> - 2016-06-27 15:30 +0200
Re: [PATCH v2] fujitsu-laptop: Support touchpad toggle hotkey on Skylake-based models Jonathan Woithe <jwoithe@just42.net> - 2016-06-28 03:10 +0200
[PATCH v3] fujitsu-laptop: Support touchpad toggle hotkey on Skylake-based models Michał Kępień <kernel@kempniu.pl> - 2016-06-28 09:30 +0200
Re: [PATCH v3] fujitsu-laptop: Support touchpad toggle hotkey on Skylake-based models Jonathan Woithe <jwoithe@just42.net> - 2016-06-28 13:30 +0200
Re: [PATCH v3] fujitsu-laptop: Support touchpad toggle hotkey on Skylake-based models Darren Hart <dvhart@infradead.org> - 2016-06-28 20:00 +0200
csiph-web