Re: [PATCH] Fix function keys sequence on USB

2015-09-01 Thread Thomas Huth
Hi! May I ask what's the status of this patch? As far as I can see, it has not been included in the repository yet? 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 f1-f

Re: [PATCH] Fix function keys sequence on USB

2015-09-01 Thread Thomas Huth
On 01/09/15 16:48, Dinar Valeev wrote: > On Tue, Sep 1, 2015 at 4:13 PM, Thomas Huth wrote: >> >> Hi! >> >> May I ask what's the status of this patch? As far as I can see, it has >> not been included in the repository yet? > Hi, > Uhh.. I forgot about this patch, since I run local copy. > > No t

Re: [PATCH] Fix function keys sequence on USB

2015-09-01 Thread Dinar Valeev
On Tue, Sep 1, 2015 at 4:13 PM, Thomas Huth wrote: > > Hi! > > May I ask what's the status of this patch? As far as I can see, it has > not been included in the repository yet? Hi, Uhh.. I forgot about this patch, since I run local copy. No the patch is not included. For me it is unclear why key

Re: [PATCH] Fix function keys sequence on USB

2015-07-06 Thread Nikunj A Dadhania
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. > > "Correct sequence" was crabbed by pressing key on cat running in > xterm. > > Tested with Home, End, F2, Del and F10 keys in

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:47 AM, Nikunj A Dadhania >> >> wrote: >> >>> Dinar valee

Re: [PATCH] Fix function keys sequence on USB

2015-06-02 Thread Thomas Huth
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:47 AM, Nikunj A Dadhania > >> wrote: > >>> Dinar valeev writes: ... > @@ -290,36 +286,34 @@ static void check_ke

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) case 0x43:

Re: [PATCH] Fix function keys sequence on USB

2015-06-02 Thread Nikunj A Dadhania
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) >>> case 0x43: >>> write_key(0x1b); /* F1

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. >> >> "Correct sequence" was crabbed by pressing key on cat ru

Re: [PATCH] Fix function keys sequence on USB

2015-06-02 Thread Nikunj A Dadhania
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. > > "Correct sequence" was crabbed by pressing key on cat running in > xterm. > > Tested with Home, End, F2, Del and F10 keys in

[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-by: Dinar Valeev -