Hi David,
More trivial fixes in various places of the IrDA stack and
driver, no biggies. Freshly tested on 2.6.11, most have been on my web
pages for a while.
This should go in 2.6.12-rc1.
Thanks !
Jean
---------------------------------------------------------------
[FEATURE] : Add a new feature to the IrDA stack
[CORRECT] : Fix to have the correct/expected behaviour
[CRITICA] : Fix potential kernel crash
ir261_irnet_poll_fix-2.diff :
~~~~~~~~~~~~~~~~~~~~~~~~~~~
o [CORRECT] poll would improperly exit when the discovery log was empty
Signed-off-by: Jean Tourrilhes <[email protected]>
ir261_irda-usb_sysfs-kill_urb-2.diff :
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
o [CORRECT] Forgot to convert a few usb_unlink_urb() in usb_kill_urb()
<Patch from John K. Luebs>
o [FEATURE] Proper sysfs support
Signed-off-by: John K. Luebs <jkluebs@lu...>
Signed-off-by: Jean Tourrilhes <[email protected]>
ir261_stir_turn.diff :
~~~~~~~~~~~~~~~~~~~~
<Patch from John K. Luebs>
o [CORRECT] Proper turnaround computations in the stir4200 driver
o [CORRECT] Take care of Tx packet without IrDA metadata (speed)
Signed-off-by: John K. Luebs <jkluebs@lu...>
Signed-off-by: Jean Tourrilhes <[email protected]>
irXXX_via_devexit.diff :
~~~~~~~~~~~~~~~~~~~~~~
<Patch from Randy Dunlap>
o [CORRECT] Make exit code properly in VIA driver
Signed-off-by: Randy Dunlap <[email protected]>
Signed-off-by: Jean Tourrilhes <[email protected]>
ir261_connect_lsap-2.diff :
~~~~~~~~~~~~~~~~~~~~~~~~~
<Original patch from Iavor Fetvadjie>
o [FEATURE] allow IrDA socket to connect on arbitrary LSAPs
Signed-off-by: Jean Tourrilhes <[email protected]>
ir261_nsc_38x.diff :
~~~~~~~~~~~~~~~~~~
<Original patch from Steffen Pingel>
o [FEATURE] support NSC PC8738x chipset (IBM x40 & ...)
Signed-off-by: Jean Tourrilhes <[email protected]>
ir261_ircomm_write_cleanup.diff :
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
o [FEATURE] cleanup some construct obsoleted by Linus's patch
Signed-off-by: Jean Tourrilhes <[email protected]>
irXXX_irport_exports.diff :
~~~~~~~~~~~~~~~~~~~~~~~~~
<Patch from Adrian Bunk>
o [FEATURE] make needlessly global code static
o [FEATURE] remove unneeded EXPORT_SYMBOL's from irport.c
Signed-off-by: Adrian Bunk <[email protected]>
Signed-off-by: Jean Tourrilhes <[email protected]>
On Fri, 4 Mar 2005 16:23:39 -0800
Jean Tourrilhes <[email protected]> wrote:
> More trivial fixes in various places of the IrDA stack and
> driver, no biggies. Freshly tested on 2.6.11, most have been on my web
> pages for a while.
> This should go in 2.6.12-rc1.
All applied, thanks Jean.