Re: [PATCH] tty/sysrq: Add alternative SysRq key

2020-07-09 Thread Andrzej Pietrasiewicz
Hi Dmitry, W dniu 09.07.2020 o 07:05, Dmitry Torokhov pisze: Hi Andrzej, On Fri, Jun 19, 2020 at 06:28:19PM +0200, Andrzej Pietrasiewicz wrote: There exist machines which don't have SysRq key at all, e.g. chromebooks. This patch allows configuring an alternative key to act as SysRq. Devices

Re: [PATCH] tty/sysrq: Add alternative SysRq key

2020-07-08 Thread Dmitry Torokhov
Hi Andrzej, On Fri, Jun 19, 2020 at 06:28:19PM +0200, Andrzej Pietrasiewicz wrote: > There exist machines which don't have SysRq key at all, e.g. chromebooks. > > This patch allows configuring an alternative key to act as SysRq. Devices > which declare KEY_SYSRQ in their 'keybit' bitmap continue

Re: [PATCH] tty/sysrq: Add alternative SysRq key

2020-06-26 Thread Andrzej Pietrasiewicz
Hi Jiri, W dniu 22.06.2020 o 08:24, Jiri Slaby pisze: On 19. 06. 20, 18:28, Andrzej Pietrasiewicz wrote: There exist machines which don't have SysRq key at all, e.g. chromebooks. This patch allows configuring an alternative key to act as SysRq. Devices which declare KEY_SYSRQ in their

Re: [PATCH] tty/sysrq: Add alternative SysRq key

2020-06-26 Thread Andrzej Pietrasiewicz
Hi Pavel, W dniu 21.06.2020 o 23:21, Pavel Machek pisze: Hi! There exist machines which don't have SysRq key at all, e.g. chromebooks. This patch allows configuring an alternative key to act as SysRq. Devices which declare KEY_SYSRQ in their 'keybit' bitmap continue using KEY_SYSRQ, but

Re: [PATCH] tty/sysrq: Add alternative SysRq key

2020-06-22 Thread Jiri Slaby
On 19. 06. 20, 18:28, Andrzej Pietrasiewicz wrote: > There exist machines which don't have SysRq key at all, e.g. chromebooks. > > This patch allows configuring an alternative key to act as SysRq. Devices > which declare KEY_SYSRQ in their 'keybit' bitmap continue using KEY_SYSRQ, > but other

Re: [PATCH] tty/sysrq: Add alternative SysRq key

2020-06-21 Thread Pavel Machek
Hi! > There exist machines which don't have SysRq key at all, e.g. chromebooks. > > This patch allows configuring an alternative key to act as SysRq. Devices > which declare KEY_SYSRQ in their 'keybit' bitmap continue using KEY_SYSRQ, > but other devices use the alternative SysRq key instead, by

[PATCH] tty/sysrq: Add alternative SysRq key

2020-06-19 Thread Andrzej Pietrasiewicz
There exist machines which don't have SysRq key at all, e.g. chromebooks. This patch allows configuring an alternative key to act as SysRq. Devices which declare KEY_SYSRQ in their 'keybit' bitmap continue using KEY_SYSRQ, but other devices use the alternative SysRq key instead, by default F10.