Re: [PATCH] Support PS2 keyboard on chrromebook

2023-08-13 Thread Miod Vallat
> CC'ed back the mailing list. Oops, I thought I had replied to the list as well, my bad. > Tested your patch. It works on my Chromebook. Excellent. It's in! Thanks, Miod

Re: [PATCH] Support PS2 keyboard on chrromebook

2023-08-13 Thread Vladimir 'phcoder' Serbinenko
CC'ed back the mailing list. Tested your patch. It works on my Chromebook. Le sam. 12 août 2023, 08:50, Miod Vallat a écrit : > > > Have you checked that the Chromebook EC 8042 emulation returns > 0xab/0x83 > > > to the 0xf2 command? > > > > > I've checked that it returns 0xab/0x83. > > Good! >

Re: [PATCH] Support PS2 keyboard on chrromebook

2023-07-26 Thread Miod Vallat
> On, at least, some Chromebook PS/2 protocol is implemented by EC rather > than a real PS/2 controller. It works fine except for 2 things: > * Unusual layout like multimedia keys instead of F* > * Reset command returns garbage (usually last key) > This patch attempts to handle later as it stops ke

Re: [PATCH] Support PS2 keyboard on chrromebook

2023-07-10 Thread Vladimir 'phcoder' Serbinenko
Ping? Le lun. 3 juil. 2023, 02:59, Vladimir 'phcoder' Serbinenko < phco...@gmail.com> a écrit : > On, at least, some Chromebook PS/2 protocol is implemented by EC rather > than a real PS/2 controller. It works fine except for 2 things: > * Unusual layout like multimedia keys instead of F* > * Res

[PATCH] Support PS2 keyboard on chrromebook

2023-07-02 Thread Vladimir 'phcoder' Serbinenko
On, at least, some Chromebook PS/2 protocol is implemented by EC rather than a real PS/2 controller. It works fine except for 2 things: * Unusual layout like multimedia keys instead of F* * Reset command returns garbage (usually last key) This patch attempts to handle later as it stops keyboard fro