Re: [PATCH 5/7] Input: libps2 - add debugging statements

2018-01-22 Thread Dmitry Torokhov
gards, > Ulrik > > > On Fri, Jan 19, 2018 at 11:41:09AM -0800, Dmitry Torokhov wrote: > > Date: Fri, 19 Jan 2018 11:41:09 -0800 > > From: Dmitry Torokhov > > To: Benjamin Tissoires , Hans de Goede > > , Lyude Paul > > Cc: linux-in...@vger.kernel.o

Re: [PATCH 5/7] Input: libps2 - add debugging statements

2018-01-21 Thread ulrik . debie-os
ate: Fri, 19 Jan 2018 11:41:09 -0800 > From: Dmitry Torokhov > To: Benjamin Tissoires , Hans de Goede > , Lyude Paul > Cc: linux-in...@vger.kernel.org, linux-kernel@vger.kernel.org > Subject: [PATCH 5/7] Input: libps2 - add debugging statements > X-Mailer: git-send-email 2.16.

[PATCH 5/7] Input: libps2 - add debugging statements

2018-01-19 Thread Dmitry Torokhov
Debugging via i8042.debug and analyzing raw PS/2 data stream may be cumbersome as you need to locate the boundaries of commands, decipher the sliced commands, etc, etc. Let's add a bit more high level debug statements for ps2_sendbyte(), ps2_command(), and ps2_sliced_command(). We do not introduce