qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 0/5] ps2: fix keyboard set 3 and misc improvemen


From: Gerd Hoffmann
Subject: Re: [Qemu-devel] [PATCH 0/5] ps2: fix keyboard set 3 and misc improvements
Date: Thu, 15 Sep 2016 09:40:02 +0200

  Hi,

> - Patches 1 and 2 are fixes to let Linux use set 3 if instructed so.
> - Patch 3 makes scancodes untranslated by default and translates them if 
> required,
>   instead of receiving translated scancodes by default and untranslating them 
> if
>   required.
> - Patch 4 switches to use qcodes instead of scancodes.
> - Patch 5 is a small cleanup, to prevent sending invalid keycodes to the OS.

Nice!

> Patch 3 doesn't pass checkpatch.pl, due to translation table using more than 
> 80 columns.

Easily fixable by breaking those long lines into two.

> Patch 4 doesn't pass checkpatch.pl, due to some key mappings not implemented 
> because of
> missing an equivalent qcode.

Hmm, yes, I've found the checkpatch warning on "#if 0" annonying in
simliar cases before.  Documenting incomplete translation tables that
way looks reasonable to me ...

Beside that we can consider adding these qcodes to qemu (which shouldn't
block merging this series of course).

cheers,
  Gerd




reply via email to

[Prev in Thread] Current Thread [Next in Thread]