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

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

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

[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 PROTECTED]

[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 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

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

[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