Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755338AbbGUUsK (ORCPT ); Tue, 21 Jul 2015 16:48:10 -0400 Received: from mail-pd0-f169.google.com ([209.85.192.169]:35532 "EHLO mail-pd0-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752110AbbGUUsH (ORCPT ); Tue, 21 Jul 2015 16:48:07 -0400 Date: Tue, 21 Jul 2015 13:48:02 -0700 From: Dmitry Torokhov To: Stephen Chandler Paul Cc: Andrew Morton , Mauro Carvalho Chehab , Greg KH , Arnd Bergmann , Joe Perches , Jiri Slaby , Vishnu Patekar , Sebastian Ott , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-input@vger.kernel.org, linux-api@vger.kernel.org, Benjamin Tissoires , Hans de Goede Subject: Re: [RFC] ps2emu - PS/2 emulation module Message-ID: <20150721204802.GE39076@dtor-ws> References: <1437505634-8633-1-git-send-email-cpaul@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1437505634-8633-1-git-send-email-cpaul@redhat.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 835 Lines: 20 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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/