Re: [FIX / HP7xx] - Fix touchscreen to work without tsdev

2008-03-21 Thread Richard Purdie
Hi, On Fri, 2008-03-21 at 15:59 -0400, Dmitry Torokhov wrote: > On Fri, Mar 21, 2008 at 08:40:19PM -0700, Kristoffer Ericson wrote: > > This patch makes the jornada 7xx touchscreen work without tsdev. It changes > > the ABS values and makes sure the report_key is done in right order (for > > tsli

[patch] hid: only dump report traffic with debug level 2

2008-03-21 Thread Anssi Hannula
Currently using debug=1 with hid module prints out all sent and received reports to the kernel log, while in many cases we only want to see the report descriptors and hid-input mappings that are printed when a device is probed. Add new level debug=2, and only dump the report traffic with that leve

Re: [FIX / HP7xx] - Fix touchscreen to work without tsdev

2008-03-21 Thread Dmitry Torokhov
Hi Kristoffer, On Fri, Mar 21, 2008 at 08:40:19PM -0700, Kristoffer Ericson wrote: > This patch makes the jornada 7xx touchscreen work without tsdev. It changes > the ABS values and makes sure the report_key is done in right order (for > tslib). > We also change the printk's to use ERR instead of

[FIX / HP7xx] - Fix touchscreen to work without tsdev

2008-03-21 Thread Kristoffer Ericson
This patch makes the jornada 7xx touchscreen work without tsdev. It changes the ABS values and makes sure the report_key is done in right order (for tslib). We also change the printk's to use ERR instead of INFO. Signed-off-by: Kristoffer Ericson <[EMAIL PROTECTED]> diff --git a/drivers/input/tou