Re: [PATCH 2/2] driver for Zhen Hua PCM-4CH RC transmitter v2

2008-02-13 Thread Kmarty
2008/2/13, Dmitry Torokhov: > Hi, > > On Wed, Feb 13, 2008 at 04:51:50PM +0100, Kmarty wrote: > > > > +int zhenhua_init(int fd, long *id, long *extra) > > +{ > > + /* Zhen Hua 5 byte protokol: prvni (synchronizacni) byte obsahuje > > vzdy 0xF7, > > + * nasledujici ctyri pak jednotlive osy

Re: [PATCH] hid, 2.6.23 - add support for new macbook and apple aluminum keyboard "fn" key

2008-02-13 Thread Jiri Kosina
On Wed, 13 Feb 2008, Tobias Müller wrote: > > It would be great if you could put this all together into one > > condensated patch which I could merge into my tree. > So, this is the updated version. It only adds some product-ids and > some keyboards mappings. The patch had mangled whitespaces aga

[PATCH 2/2] driver for Zhen Hua PCM-4CH RC transmitter v2

2008-02-13 Thread Kmarty
(again, now as attachments) Patch for inputattach from joystick-utils. inputattach.c.diffstat Description: Binary data --- inputattach.c.orig 2008-02-06 10:35:22.0 +0100 +++ inputattach.c 2008-02-13 15:49:48.0 +0100 @@ -1,5 +1,4 @@ /* - * $Id: inputattach.c 2352 2006-02-08 12:19

[PATCH 1/2] driver for Zhen Hua PCM-4CH RC transmitter v2

2008-02-13 Thread Kmarty
(again, now as attachments) Hi, this is a driver for Zhen Hua PCM-4CH RC transmitter (commonly used in cheap Ready To Fly RC helicopters) which using "Zhen Hua 5-byte protocol" for using them as a four axis joystick via serial port. Transmitter connected to serial port (19200 8N1) sending periodi

Re: [PATCH] hid, 2.6.23 - add support for new macbook and apple aluminum keyboard "fn" key

2008-02-13 Thread Tobias Müller
Jiri Kosina schrieb: > On Tue, 12 Fe > It would be great if you could put this all together into one > condensated patch which I could merge into my tree. So, this is the updated version. It only adds some product-ids and some keyboards mappings. Regards Tobias diff --git a/drivers/hid/hid-inp

[PATCH 2/2] driver for Zhen Hua PCM-4CH RC transmitter

2008-02-13 Thread Kmarty
Patch for inputattach from joystick-utils: --- inputattach.c | 39 ++- 1 file changed, 38 insertions(+), 1 deletion(-) --- inputattach.c.orig 2008-02-06 10:35:22.0 +0100 +++ inputattach.c 2008-02-13 15:49:48.0 +0100 @@ -1,5 +1,4 @@ /*

[PATCH 1/2] driver for Zhen Hua PCM-4CH RC transmitter

2008-02-13 Thread Kmarty
Hi, this is a driver for Zhen Hua PCM-4CH RC transmitter (commonly used in cheap Ready To Fly RC helicopters) which using "Zhen Hua 5-byte protocol" for using them as a four axis joystick via serial port. Transmitter connected to serial port (19200 8N1) sending periodically 5 bytes where first byt

[PATCH 1/6] Core driver for WM97xx touchscreens

2008-02-13 Thread Mark Brown
This patch series adds support for the touchscreen controllers provided by Wolfson Microelectronics WM97xx series chips in both polled and streaming modes. These drivers have been maintained out of tree since 2003. During that time the driver the primary maintainer was Liam Girdwood and a number

[PATCH 3/6] Add chip driver for WM9712 touchscreen

2008-02-13 Thread Mark Brown
Signed-off-by: Liam Girdwood <[EMAIL PROTECTED]> Signed-off-by: Graeme Gregory <[EMAIL PROTECTED]> Signed-off-by: Mike Arthur <[EMAIL PROTECTED]> Signed-off-by: Mark Brown <[EMAIL PROTECTED]> Cc: Dmitry Baryshkov <[EMAIL PROTECTED]> Cc: Stanley Cai <[EMAIL PROTECTED]> Cc: Rodolfo Giometti <[EMAIL P

[PATCH 5/6] Driver for WM97xx touchscreens in streaming mode on Mainstone

2008-02-13 Thread Mark Brown
Signed-off-by: Liam Girdwood <[EMAIL PROTECTED]> Signed-off-by: Graeme Gregory <[EMAIL PROTECTED]> Signed-off-by: Mike Arthur <[EMAIL PROTECTED]> Signed-off-by: Mark Brown <[EMAIL PROTECTED]> Cc: Dmitry Baryshkov <[EMAIL PROTECTED]> Cc: Stanley Cai <[EMAIL PROTECTED]> Cc: Rodolfo Giometti <[EMAIL P

[PATCH 4/6] Add chip driver for WM9713 touchscreen

2008-02-13 Thread Mark Brown
Signed-off-by: Liam Girdwood <[EMAIL PROTECTED]> Signed-off-by: Graeme Gregory <[EMAIL PROTECTED]> Signed-off-by: Mike Arthur <[EMAIL PROTECTED]> Signed-off-by: Mark Brown <[EMAIL PROTECTED]> Cc: Dmitry Baryshkov <[EMAIL PROTECTED]> Cc: Stanley Cai <[EMAIL PROTECTED]> Cc: Rodolfo Giometti <[EMAIL P

[PATCH 6/6] Build system and MAINTAINERS entry for WM97xx touchscreen drivers

2008-02-13 Thread Mark Brown
Signed-off-by: Mark Brown <[EMAIL PROTECTED]> Signed-off-by: Liam Girdwood <[EMAIL PROTECTED]> --- MAINTAINERS| 10 +++ drivers/input/touchscreen/Kconfig | 52 drivers/input/touchscreen/Makefile |7 + 3 files changed, 69

[PATCH 2/6] Add chip driver for WM9705 touchscreen

2008-02-13 Thread Mark Brown
Signed-off-by: Liam Girdwood <[EMAIL PROTECTED]> Signed-off-by: Graeme Gregory <[EMAIL PROTECTED]> Signed-off-by: Mike Arthur <[EMAIL PROTECTED]> Signed-off-by: Mark Brown <[EMAIL PROTECTED]> Cc: Dmitry Baryshkov <[EMAIL PROTECTED]> Cc: Stanley Cai <[EMAIL PROTECTED]> Cc: Rodolfo Giometti <[EMAIL P

[UPDATED v7] WM97xx touchscreen drivers

2008-02-13 Thread Mark Brown
This patch series adds support for the touchscreen controllers provided by Wolfson Microelectronics WM97xx series chips in both polled and streaming modes. The series can also be pulled via git from: git://opensource.wolfsonmicro.com/linux-2.6-touch upstream This version: - Has been reb

Re: [PATCH] hid, 2.6.23 - add support for new macbook and apple aluminum keyboard "fn" key

2008-02-13 Thread Jiri Kosina
On Wed, 13 Feb 2008, Tobias Müller wrote: > In 2.6.25 hidinput_apple_event is called in hidinput_event_quirks which > is called by hidinput_hid_event. But if hidinput_event_quirks sent > events, hidinput_hid_event doesn't know of this and send the events too! > So if I press some keys on my key

Re: [PATCH] hid, 2.6.23 - add support for new macbook and apple aluminum keyboard "fn" key

2008-02-13 Thread Tobias Müller
Jiri Kosina schrieb: Some part of the patch is already in 2.6.25-rc1 -- please see commit a45d82d19a6c2a717bcc33cff243199b77fa0082, which adds support for Apple Aluminium keyboards. So the patch would need some changes that it would apply on top of current tree. It seems there is almost everyt

Re: [PATCH 1/6] Core driver for WM97xx touchscreens

2008-02-13 Thread Dmitry
Hi, 2008/2/13, Mark Brown <[EMAIL PROTECTED]>: > On Tue, Feb 12, 2008 at 10:58:50PM +, Dmitry Baryshkov wrote: > > > You used platform_device_register, but should be using platform_device_add, > > otherwise you get barfs with 2.6.25-rc1 (device is initialized twice). Also > > Thanks for that.

Re: [PATCH 1/6] Core driver for WM97xx touchscreens

2008-02-13 Thread Mark Brown
On Tue, Feb 12, 2008 at 10:58:50PM +, Dmitry Baryshkov wrote: > You used platform_device_register, but should be using platform_device_add, > otherwise you get barfs with 2.6.25-rc1 (device is initialized twice). Also Thanks for that. I feel like I should knock up a patch to clarify the plat