[PATCH] Caps in not always shift

2015-05-29 Thread Dinar valeev
From: Dinar Valeev Caps behaves like shift only for latin characters. In case we're typing - for example with caps enabled, SLOF picks _ char from shifted table. Threat caps as shift only for letters. Signed-off-by: Dinar Valeev --- lib/libusb/usb-hid.c | 19 --- 1

[PATCH] Fix function keys sequence on USB

2015-05-29 Thread Dinar valeev
From: Dinar Valeev Original issue is home and end keys are not functional in grub2. Later I've found other inconsistencies in f1-f12 keys. "Correct sequence" was crabbed by pressing key on cat running in xterm. Tested with Home, End, F2, Del and F10 keys in grub2 Signed-off-b

Re: [PATCH slof] Fix function keys sequence on USB

2015-05-30 Thread Dinar Valeev
On 05/30/2015 11:59 AM, Alexey Kardashevskiy wrote: > On 05/29/2015 11:30 PM, Dinar valeev wrote: >> From: Dinar Valeev >> >> Original issue is home and end keys are not functional in grub2. > > "home" works for in grub/ubuntu14 and grub2/fedora21. "en

Re: [PATCH] Fix function keys sequence on USB

2015-06-02 Thread Dinar Valeev
On Tue, Jun 2, 2015 at 11:47 AM, Nikunj A Dadhania wrote: > Dinar valeev writes: > >> From: Dinar Valeev >> >> Original issue is home and end keys are not functional in grub2. >> Later I've found other inconsistencies in f1-f12 keys. >> >> "

Re: [PATCH] Fix function keys sequence on USB

2015-06-02 Thread Dinar Valeev
On Tue, Jun 2, 2015 at 12:29 PM, Nikunj A Dadhania wrote: > Dinar Valeev writes: > >> On Tue, Jun 2, 2015 at 11:47 AM, Nikunj A Dadhania >> wrote: >>> Dinar valeev writes: >>>> @@ -262,7 +258,7 @@ static void check_key_code(uint8_t *buf) >&

Re: [PATCH] Fix function keys sequence on USB

2015-06-02 Thread Dinar Valeev
On Tue, Jun 2, 2015 at 1:12 PM, Thomas Huth wrote: > On Tue, 2 Jun 2015 12:43:16 +0200 > Dinar Valeev wrote: > >> On Tue, Jun 2, 2015 at 12:29 PM, Nikunj A Dadhania >> wrote: >> > Dinar Valeev writes: >> > >> >> On Tue, Jun 2, 2015 at 11:

[PATCH v2] Caps in not always shift

2015-07-08 Thread Dinar valeev
From: Dinar Valeev Caps behaves like shift only for latin characters. In case we're typing - for example with caps enabled, SLOF picks _ char from shifted table. Threat caps as shift only for letters. Signed-off-by: Dinar Valeev --- lib/libusb/usb-hid.c

Re: [PATCH v2] Caps in not always shift

2015-07-13 Thread Dinar Valeev
On Fri, Jul 10, 2015 at 8:42 AM, Paul Mackerras wrote: > On Wed, Jul 08, 2015 at 06:47:44PM +0200, Dinar valeev wrote: >> From: Dinar Valeev >> >> Caps behaves like shift only for latin characters. >> In case we're typing - for example with caps enabled, SLOF pi

Re: [PATCH] Fix function keys sequence on USB

2015-09-01 Thread Dinar Valeev
me it is unclear why keys don't work for me, but they do for Alexey and Nikunj. > > On 29/05/15 15:30, Dinar valeev wrote: >> From: Dinar Valeev >> >> Original issue is home and end keys are not functional in grub2. >> Later I've found other inconsistencies in f

Re: build regression from c153693: Simplify module TOC handling

2016-02-09 Thread Dinar Valeev
On Tue, Feb 9, 2016 at 5:28 PM, Peter Robinson wrote: > Hi Alan, > > Your patch for "powerpc: Simplify module TOC handling" is causing the > Fedora ppc64le to fail to build with depmod failures. Reverting the > commit fixes it for us on rawhide. Anton's patch [1] fixes it. [1] https://build.open