Re: [Qemu-devel] [PATCH v3] mainstone: Fix duplicate array values for key 'space'

2013-12-22 Thread Peter Maydell
On 22 December 2013 19:42, Stefan Weil wrote: > cgcc reported a duplicate initialisation. Mainstone includes a matrix > keyboard where two different positions map to 'space'. > > QEMU uses the reversed mapping and does not map 'space' to two different > matrix positions. > > Some other keys are ei

[Qemu-devel] [PATCH v3] mainstone: Fix duplicate array values for key 'space'

2013-12-22 Thread Stefan Weil
cgcc reported a duplicate initialisation. Mainstone includes a matrix keyboard where two different positions map to 'space'. QEMU uses the reversed mapping and does not map 'space' to two different matrix positions. Some other keys are either missing or might be mapped wrongly (cf. Linux kernel c