Re: [HP j6xx / FIX] - Fix so touchscreen driver works again

2008-03-06 Thread Jiri Kosina
On Thu, 6 Mar 2008, Kristoffer Ericson wrote: > The general replies I've gotten when asking to change filenames is that > they don't want to break back-portability or whatever. To tell you the > truth im not fully in the clear what they ment. Perhaps that it would be > harder to track changes i

Re: [HP j6xx / FIX] - Fix so touchscreen driver works again

2008-03-06 Thread Kristoffer Ericson
On Thu, 6 Mar 2008 11:40:35 +0100 (CET) Jiri Kosina <[EMAIL PROTECTED]> wrote: > On Thu, 6 Mar 2008, Kristoffer Ericson wrote: > > > Usually filename changes are avoided. For many reasons I guess, avoid > > breaking platforms, Makefiles..and so on. > > I of course assumed that you will also cha

Re: [HP j6xx / FIX] - Fix so touchscreen driver works again

2008-03-06 Thread Kristoffer Ericson
On Thu, 6 Mar 2008 11:40:35 +0100 (CET) Jiri Kosina <[EMAIL PROTECTED]> wrote: > On Thu, 6 Mar 2008, Kristoffer Ericson wrote: > > > Usually filename changes are avoided. For many reasons I guess, avoid > > breaking platforms, Makefiles..and so on. > > I of course assumed that you will also cha

[ANN] linux-input mailing list moved to vger.kernel.org

2008-03-06 Thread Anssi Hannula
Hi all! Since Dmitry's been away, I'm sending this announcement on his behalf. A linux-input@ mailing list has been created at vger.kernel.org and the MAINTAINERS entry updated on 2 Nov 2007 [1]. The discussion in linux-input and linux-joystick mailing lists hosted at atrey.karlin.mff.cuni.cz is

Re: [HP j6xx / FIX] - Fix so touchscreen driver works again

2008-03-06 Thread Jiri Kosina
On Thu, 6 Mar 2008, Kristoffer Ericson wrote: > Usually filename changes are avoided. For many reasons I guess, avoid > breaking platforms, Makefiles..and so on. I of course assumed that you will also change the Makefile :) I don't think that anything else (neither kernelspace nor userspace) re

Re: [HP j6xx / FIX] - Fix so touchscreen driver works again

2008-03-06 Thread Kristoffer Ericson
2008/3/6, Jiri Kosina <[EMAIL PROTECTED]>: > > On Thu, 6 Mar 2008, Kristoffer Ericson wrote: > > > Valid points, will fix them. > > Thanks. > > > > Also, while you are at it, maybe it would be worth to rename the > > > driver? (hp6xx instead of hp680). > > I would LOVE to rename the filename and ma

[PATCH 1/1] PS/2 serio driver for AVR32 devices

2008-03-06 Thread Hans-Christian Egtvedt
This patch adds support for the PSIF peripheral on AVR32 AP7 devices. It is implemented as a serio driver and will behave like a serio 8042 device. The driver has been tested with a Dell keyboard capable of running on 3.3 volts and a Logitech mouse on the STK1000 + STK1002 starter kit. The Logitec

Re: [HP j6xx / FIX] - Fix so touchscreen driver works again

2008-03-06 Thread Jiri Kosina
On Thu, 6 Mar 2008, Kristoffer Ericson wrote: > Valid points, will fix them. Thanks. > > Also, while you are at it, maybe it would be worth to rename the > > driver? (hp6xx instead of hp680). > I would LOVE to rename the filename and make it abit more similiar to > jornada7xx (like we have for

Re: [HP j6xx / FIX] - Fix so touchscreen driver works again

2008-03-06 Thread Kristoffer Ericson
Valid points, will fix them. 2008/3/6, Jiri Kosina <[EMAIL PROTECTED]>: > > On Wed, 5 Mar 2008, Kristoffer Ericson wrote: > > > -static void do_softint(struct work_struct *work) > > +static void do_softint(struct delayed_work *work) > > { > > - int absx = 0, absy = 0; > > u8 scpdr; > >