2004-01-24 02:18:32

by Jean Tourrilhes

[permalink] [raw]
Subject: New IrDA drivers for 2.6.X

Hi Dave,

Martin Diehl has finished converting all the old style dongle
driver to the new API. This was the last major feature parity issue
with 2.4.X, with this work, 2.6.X should support all the IrDA serial
dongles that 2.4.X supports. Martin also did a few other cleanups and
fixed tekram-sir so that it works with real hardware.
All patches depend on the first patch, and the last patch
depend on the previous patches. I tested this on 2.6.2-rc1 with an
actisys dongle, neither Martin or I have hardware to test the other
dongle drivers.
Thanks for pushing that to "you know who" ;-)

Jean

--------------------------------------------------------

ir262_dongles-1_sir-dev.diff :
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<Needed by all subsequent patches>
<Patch from Martin Diehl>
* change dongle api such that raw r/w and modem line helpers are directly
called, not virtual callbacks.

ir262_dongles-2_actisys-sir.diff :
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<Patch from Martin Diehl>
* convert to de-virtualized sirdev helpers
* improve error path during speed change

ir262_dongles-3_esi-sir.diff :
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<Patch from Martin Diehl>
* convert to de-virtualized sirdev helpers
* add probably missing dongle power-up operation

ir262_dongles-4_tekram-sir-2.diff :
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<Patch from Martin Diehl>
* increase default write-delay to 150msec
* convert to de-virtualized sirdev helpers

ir262_dongles-5_litelink-sir-2.diff :
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<Patch from Eugene Crosser>
* converted for new api from old driver
<Patch from Martin Diehl>
* convert to de-virtualized sirdev helpers
* set dongle to 9600 in case of invalid speed instead leaving it in
unknown configuration

ir262_dongles-6_act200l-sir.diff :
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<Patch from Martin Diehl>
* converted for new api from old driver

ir262_dongles-7_girbil-sir.diff :
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<Patch from Martin Diehl>
* converted for new api from old driver

ir262_dongles-8_ma600-sir.diff :
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<Patch from Martin Diehl>
* converted for new api from old driver

ir262_dongles-9_mcp2120-sir.diff :
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<Patch from Martin Diehl>
* converted for new api from old driver

ir262_dongles-10_belkin-sir.diff :
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<Patch from Martin Diehl>
* converted for new api from old driver

ir262_dongles-11_makefile-2.diff :
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<apply after all other patches>
<Patch from Martin Diehl>
* include build information for new dongle drivers (5->10)


2004-01-24 06:53:06

by David Miller

[permalink] [raw]
Subject: Re: New IrDA drivers for 2.6.X

From: Jean Tourrilhes <[email protected]>
Date: Fri, 23 Jan 2004 18:18:28 -0800

Martin Diehl has finished converting all the old style dongle
driver to the new API. This was the last major feature parity issue
with 2.4.X, with this work, 2.6.X should support all the IrDA serial
dongles that 2.4.X supports. Martin also did a few other cleanups and
fixed tekram-sir so that it works with real hardware.

All applied. I'll queue this up. I'll try to get it in
now but it may be deferred to the next 2.6.x release.

2004-01-26 17:18:52

by Jean Tourrilhes

[permalink] [raw]
Subject: Re: New IrDA drivers for 2.6.X

On Fri, Jan 23, 2004 at 10:41:24PM -0800, David S. Miller wrote:
> From: Jean Tourrilhes <[email protected]>
> Date: Fri, 23 Jan 2004 18:18:28 -0800
>
> Martin Diehl has finished converting all the old style dongle
> driver to the new API. This was the last major feature parity issue
> with 2.4.X, with this work, 2.6.X should support all the IrDA serial
> dongles that 2.4.X supports. Martin also did a few other cleanups and
> fixed tekram-sir so that it works with real hardware.
>
> All applied. I'll queue this up. I'll try to get it in
> now but it may be deferred to the next 2.6.x release.

No problem. Thanks !

Jean