2009-03-19 13:51:24

by Peta Blaha

[permalink] [raw]
Subject: [PATCH] input/joystick: add driver fortius 1942

Driver for Fortius 1942 device.

Signed-off-by: Petr Blaha <[email protected]>

---

This is driver for bycicle Fortius 1942. checked, patch is signed.
It's a bit long. Patch for linux kernel and source are on page

http://code.google.com/p/fortius/

fortius_1942.patch2 is the patch
fortius_1942.0.0.2_doc.c is kernel module

It should be ok now.

Petr


2009-03-19 13:57:22

by Felipe Balbi

[permalink] [raw]
Subject: Re: [PATCH] input/joystick: add driver fortius 1942

On Thu, Mar 19, 2009 at 02:51:07PM +0100, ext Peta Blaha wrote:
> Driver for Fortius 1942 device.
>
> Signed-off-by: Petr Blaha <[email protected]>

It's not that long. you can send it to the list.

It also makes our life easier when trying to comment on the patch. Just
run scripts/checkpatch.pl --strict on your patch file before sending it
and solve any issues reported by that tool.

Also, that Signed-off-by line is not needed in the driver itself.

--
balbi