Re: [RFC] ps2emu - PS/2 emulation module
From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Date: 2015-07-21 20:48:10
Also in:
linux-api, lkml
From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Date: 2015-07-21 20:48:10
Also in:
linux-api, lkml
On Tue, Jul 21, 2015 at 03:07:13PM -0400, Stephen Chandler Paul wrote:
Right now we make use of this module with the ps2emu userland tools[2] that I've wrote recently. Recording of PS/2 devices is done by enabling the debugging output from i8042, triggering a rescan of the PS/2 ports, and doing some clever trimming of data to remove anything that goes across the i8042 chip that isn't relevant to the PS/2 protocol. The replay application is pretty simple, and just
There is also serio_raw module that might be easier to use for recording raw AUX data. Thanks. -- Dmitry