[Qemu-devel] [PATCH] keymaps: fr-ca: add missing keys

Gerd Hoffmann posted 1 patch 6 years, 9 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170712072305.29233-1-kraxel@redhat.com
Test FreeBSD passed
Test checkpatch passed
Test docker passed
Test s390x passed
pc-bios/keymaps/fr-ca | 2 ++
1 file changed, 2 insertions(+)
[Qemu-devel] [PATCH] keymaps: fr-ca: add missing keys
Posted by Gerd Hoffmann 6 years, 9 months ago
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
---
 pc-bios/keymaps/fr-ca | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pc-bios/keymaps/fr-ca b/pc-bios/keymaps/fr-ca
index b645208e42..030f56a78e 100644
--- a/pc-bios/keymaps/fr-ca
+++ b/pc-bios/keymaps/fr-ca
@@ -48,3 +48,5 @@ parenleft 0xa shift
 parenright 0xb shift
 underscore 0xc shift
 plus 0xd shift
+minus 0xc
+equal 0xd
-- 
2.9.3


Re: [Qemu-devel] [PATCH] keymaps: fr-ca: add missing keys
Posted by Thomas Huth 6 years, 9 months ago
On 12.07.2017 09:23, Gerd Hoffmann wrote:
> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
> ---
>  pc-bios/keymaps/fr-ca | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/pc-bios/keymaps/fr-ca b/pc-bios/keymaps/fr-ca
> index b645208e42..030f56a78e 100644
> --- a/pc-bios/keymaps/fr-ca
> +++ b/pc-bios/keymaps/fr-ca
> @@ -48,3 +48,5 @@ parenleft 0xa shift
>  parenright 0xb shift
>  underscore 0xc shift
>  plus 0xd shift
> +minus 0xc
> +equal 0xd
> 

Is that the fix for https://bugs.launchpad.net/qemu/+bug/533613 ?

 Thomas

Re: [Qemu-devel] [PATCH] keymaps: fr-ca: add missing keys
Posted by Gerd Hoffmann 6 years, 9 months ago
On Mon, 2017-07-17 at 11:44 +0200, Thomas Huth wrote:
> On 12.07.2017 09:23, Gerd Hoffmann wrote:
> > Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
> > ---
> >  pc-bios/keymaps/fr-ca | 2 ++
> >  1 file changed, 2 insertions(+)
> > 
> > diff --git a/pc-bios/keymaps/fr-ca b/pc-bios/keymaps/fr-ca
> > index b645208e42..030f56a78e 100644
> > --- a/pc-bios/keymaps/fr-ca
> > +++ b/pc-bios/keymaps/fr-ca
> > @@ -48,3 +48,5 @@ parenleft 0xa shift
> >  parenright 0xb shift
> >  underscore 0xc shift
> >  plus 0xd shift
> > +minus 0xc
> > +equal 0xd
> > 
> 
> Is that the fix for https://bugs.launchpad.net/qemu/+bug/533613 ?

No.

https://bugzilla.redhat.com/show_bug.cgi?id=1446565

cheers,
  Gerd