1 Oct 2007 01:21
[PATCH] IrDA: Oops fix for ksdazzle
Samuel Ortiz <samuel <at> sortiz.org>
2007-09-30 23:21:38 GMT
2007-09-30 23:21:38 GMT
Hi Dave, This is the last remaining patch for IrDA, against net-2.6.24. It fixes a kernel oops triggered by the ksdazzle SIR driver. We need more space for input frames, and 2048 should be plenty of it. Signed-off-by: Alex Villacís Lasso <a_villacis <at> palosanto.com> Signed-off-by: Samuel Ortiz <samuel <at> sortiz.org> --- drivers/net/irda/ksdazzle-sir.c | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) Index: net-2.6.24-quilt/drivers/net/irda/ksdazzle-sir.c =================================================================== --- net-2.6.24-quilt.orig/drivers/net/irda/ksdazzle-sir.c 2007-10-01 01:53:56.000000000 +0300 +++ net-2.6.24-quilt/drivers/net/irda/ksdazzle-sir.c 2007-10-01 01:53:58.000000000 +0300 <at> <at> -1,7 +1,7 <at> <at> /***************************************************************************** * * Filename: ksdazzle.c -* Version: 0.1.1 +* Version: 0.1.2 * Description: Irda KingSun Dazzle USB Dongle * Status: Experimental * Author: Alex Villacís Lasso <a_villacis <at> palosanto.com> <at> <at> -113,6 +113,7 <at> <at> #define KINGSUN_REQ_SEND 0x09(Continue reading)
> >
> > Michael can take a look and I'll try to do so as well
> > tonight.
> >
>
> I've already reviewed the earlier versions of the patch and have made
> some suggestions. This latest one looks ok to me and tested ok.
>
> I'll follow up later with another patch to remove all the zeros in other
> firmware sections, and to remove the gzip headers completely.
>
> Acked-by: Michael Chan <mchan <at> broadcom.com>
I've added these patches to net-2.6.24, thanks.
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo <at> vger.kernel.org
More majordomo info at
RSS Feed