Re: [HP Jornada 6XX] - Onboard Keyboard support

2007-09-13 Thread Dmitry Torokhov
On Thursday 13 September 2007 20:25, Kristoffer Ericson wrote: > btw Any git-repository available? > Yep: git://git.kenel.org/pub/scm/linux/kernel/git/dtor/input.git Branch 'for-linus' has changes that I am trying to get into current release, 'devel' is for next merge window stuff, 'mas

Re: [HP Jornada 6XX] - Onboard Keyboard support

2007-09-13 Thread Kristoffer Ericson
btw Any git-repository available? On Tue, 11 Sep 2007 14:32:41 -0400 "Dmitry Torokhov" <[EMAIL PROTECTED]> wrote: > On 9/11/07, Kristoffer Ericson <[EMAIL PROTECTED]> wrote: > > On Tue, 11 Sep 2007 11:14:37 -0400 > > "Dmitry Torokhov" <[EMAIL PROTECTED]> wrote: > > > > > On 9/11/07, Kristoffer E

Re: [HP Jornada 6XX] - Onboard Keyboard support

2007-09-11 Thread Dmitry Torokhov
On 9/11/07, Kristoffer Ericson <[EMAIL PROTECTED]> wrote: > On Tue, 11 Sep 2007 11:14:37 -0400 > "Dmitry Torokhov" <[EMAIL PROTECTED]> wrote: > > > On 9/11/07, Kristoffer Ericson <[EMAIL PROTECTED]> wrote: > > > On Mon, 10 Sep 2007 09:01:51 -0400 > > > "Dmitry Torokhov" <[EMAIL PROTECTED]> wrote: >

Re: [HP Jornada 6XX] - Onboard Keyboard support

2007-09-11 Thread Kristoffer Ericson
On Tue, 11 Sep 2007 11:14:37 -0400 "Dmitry Torokhov" <[EMAIL PROTECTED]> wrote: > On 9/11/07, Kristoffer Ericson <[EMAIL PROTECTED]> wrote: > > On Mon, 10 Sep 2007 09:01:51 -0400 > > "Dmitry Torokhov" <[EMAIL PROTECTED]> wrote: > > > > > I am > > > attaching a patch that has it impoemented a bit d

Re: [HP Jornada 6XX] - Onboard Keyboard support

2007-09-11 Thread Dmitry Torokhov
On 9/11/07, Kristoffer Ericson <[EMAIL PROTECTED]> wrote: > On Mon, 10 Sep 2007 09:01:51 -0400 > "Dmitry Torokhov" <[EMAIL PROTECTED]> wrote: > > > I am > > attaching a patch that has it impoemented a bit differently, could you > > tell me if it is still works for you? > > It works, but the keys it

Re: [HP Jornada 6XX] - Onboard Keyboard support

2007-09-10 Thread Kristoffer Ericson
On Mon, 10 Sep 2007 09:01:51 -0400 "Dmitry Torokhov" <[EMAIL PROTECTED]> wrote: > On 9/10/07, Kristoffer Ericson <[EMAIL PROTECTED]> wrote: > > Greetings, > > > > I've sent this patch a couple of times now without receiving any response, > > so here goes again. > > Argh, that's what I needed to

Re: [HP Jornada 6XX] - Onboard Keyboard support

2007-09-10 Thread Dmitry Torokhov
On 9/10/07, Kristoffer Ericson <[EMAIL PROTECTED]> wrote: > Greetings, > > I've sent this patch a couple of times now without receiving any response, so > here goes again. Argh, that's what I needed to do over the weekend... Sorry... OK, I looked over the patch and it is in a pretty decent shape

Re: [HP Jornada 6XX] - Onboard Keyboard support

2007-09-10 Thread Kristoffer Ericson
Greetings, I've sent this patch a couple of times now without receiving any response, so here goes again. Driver compiles and works. Shortlog: This patch adds support to the onboard hp jornada 620/660/680/690 keyboard. The patch is based on old LinuxSH keyboard code but have been recoded to get

Re: [HP Jornada 6XX] - Onboard Keyboard support

2007-08-25 Thread Kristoffer Ericson
Hey Dmitry, Here's the new driver for HP Jornada onboard keyboard (HP6XX). It compiles cleanly and works perfectly. It uses the polldev that you suggested. On Mon, 30 Jul 2007 08:39:20 -0400 "Dmitry Torokhov" <[EMAIL PROTECTED]> wrote: > Hi Kristoffer, > > On 7/27/07, Kristoffer Ericson <[EMAI

Re: [HP Jornada 6XX] - Onboard Keyboard support

2007-07-31 Thread Kristoffer Ericson
Greetings, Ive added polldev now and the driver is mostly finished. My questions : The old driver used HZ/20 as timing frequency should I simply translate this to ms instead? It needs some minor cleanup, but feels good. Anything I've missed? Best wishes Kristoffer diff --git a/drivers/input/

Re: [HP Jornada 6XX] - Onboard Keyboard support

2007-07-30 Thread Dmitry Torokhov
Hi Kristoffer, On 7/27/07, Kristoffer Ericson <[EMAIL PROTECTED]> wrote: > Dmitry, > > Ive merged scan_keyb and started to minimize it for just one keyboard, just > want to hear from you if this is an acceptable approach. > Its a work in progress, just want to know if im on the right path. > Lik

Re: [HP Jornada 6XX] - Onboard Keyboard support

2007-07-26 Thread Kristoffer Ericson
Dmitry, Ive merged scan_keyb and started to minimize it for just one keyboard, just want to hear from you if this is an acceptable approach. Its a work in progress, just want to know if im on the right path. Best wishes Kristoffer diff --git a/drivers/input/keyboard/jornada680_kbd.c b/drive

Re: [HP Jornada 6XX] - Onboard Keyboard support

2007-07-21 Thread Kristoffer Ericson
Ah, I'll look into that then. Thx On Sun, 22 Jul 2007 01:45:10 -0400 Dmitry Torokhov <[EMAIL PROTECTED]> wrote: > On Saturday 21 July 2007 21:15, Kristoffer Ericson wrote: > > Greetings, > > > > Here we go again with another keyboard patch (this time for hp6xx). > > It consists of three files, w

Re: [HP Jornada 6XX] - Onboard Keyboard support

2007-07-21 Thread Dmitry Torokhov
On Saturday 21 July 2007 21:15, Kristoffer Ericson wrote: > Greetings, > > Here we go again with another keyboard patch (this time for hp6xx). > It consists of three files, where one contains the generic scan_keyb > routines with needed header and the third is the specific hp6xx driver. Please do