[patch] patch-2.4.2-irda4 (misc fixes 2nd part)

2001-02-27 Thread Dag Brattli
info->cfg_base); + if ((nsc_ircc_setup(info)) == -1) return -1; + MESSAGE("%s, driver loaded (Dag Brattli)\n", driver_name); + /* Allocate new instance of the driver */ self = kmalloc(sizeof(struct nsc_ircc_cb), GFP_KERNEL);

Re: [patch] patch-2.4.2-irda1 (irda-usb)

2001-02-27 Thread Dag Brattli
On Tue, 27 Feb 2001 09:33:29 -0800, Greg KH wrote: > On Tue, Feb 27, 2001 at 08:29:03AM +0000, Dag Brattli wrote: > > Linus, > > > > Please apply this patch to your latest Linux-2.4.2 source. Changes: > > > > o IrDA-USB dongle support [new feature] > >

[patch] patch-2.4.2-irda3 (misc fixes)

2001-02-27 Thread Dag Brattli
Linus, These are various irda patches to fix various bit of the stack. Please apply to your latest Linux-2.4.2 code. Changes: o Fix Ultra sockets on SMP kernel o Remove OBEX mask and minor cleanups o IrNET update All thanks to Jean Tourrilhes -- Dag diff -u -p linux/net/irda/af_irda.j1.c linu

[patch] patch-2.4.2-irda2 (ali)

2001-02-27 Thread Dag Brattli
Linus, Please apply this patch to your latest Linux-2.4.2 source. Changes: o ALi M5123 FIR (4Mbps IrDA) Controller support [new feature] -- Dag diff -urpN linux-2.4.2/Documentation/Configure.help linux-2.4.2-irda-patch/Documentation/Configure.help --- linux-2.4.2/Documentation/Configure.help

[patch] patch-2.4.2-irda1 (irda-usb)

2001-02-27 Thread Dag Brattli
rda/irda-usb.c Tue Feb 27 08:57:44 2001 @@ -0,0 +1,1158 @@ +/********* + * + * Filename: irda-usb.c + * Version: 0.8 + * Description: IrDA-USB Driver + * Status:Experimental + * Author:Dag Brattli &l

[patch] patch-2.4.1-irda4 (irlap speed)

2001-02-08 Thread Dag Brattli
Linus, Here is a patch that fixes some IrDA problems with speed changes in the IrLAP layer, and also a missing kfree's in all of the IrDA device drivers. This patch is also credited Jean Tourrilhes. It's been tested for a month or so by the Linux-IrDA mailing-list, and found to be working OK.

[patch] patch-2.4.1-irda3 (qos)

2001-02-08 Thread Dag Brattli
Linus, Please apply this patch to your latest 2.4 code. It contains cleanups to the irda QoS code by Jean Tourrilhes. -- Dag diff -u -p linux/include/net/irda/qos.d6.h linux/include/net/irda/qos.h --- linux/include/net/irda/qos.d6.h Thu Jan 11 14:28:26 2001 +++ linux/include/net/irda/qos.h

[patch] patch-2.4.1-irda2 (irlan)

2001-02-08 Thread Dag Brattli
Linus, Here is a patch that fixes the problem of attaching to IrLAN devices in Linux-2.4.1. The problem was that the IrLAN driver forgot to memorize the hardware address of the remote device and instead used the broadcast address, which sometimes did work, but not always (since doing so is actu

[patch] patch-2.4.1-irda1 (irtty)

2001-02-08 Thread Dag Brattli
Linus, Here is a patch that fixes a kernel crash people have experiended when using IrDA dongles with Linux-2.4. The problem was that the netdev was deallocated a bit to early at close time. Please apply to your latest 2.4 code. -- Dag --- linux/drivers/net/irda/irtty.c.orig Sun Jan 21 23:35

[patch] patch-2.4.0-test11-irda1

2000-11-26 Thread Dag Brattli
NTAINERS Thu Nov 23 13:17:15 2000 +++ linux/MAINTAINERS Fri Nov 17 23:25:14 2000 @@ -645,9 +645,9 @@ S: Maintained IRDA SUBSYSTEM P: Dag Brattli -M: Dag Brattli <[EMAIL PROTECTED]> +M: Dag Brattli <[EMAIL PROTECTED]> L: [EMAIL PROTECTED] -W: http://www.

Re: [Linux-IrDA]IrDA broken on pre-5/6 and stock 2.4.0-test11

2000-11-20 Thread Dag Brattli
Hi, I also get this kernel panic with the latest kernel (test11-pre5/6) but I didn't get it with any earlier kernels. I don't think this has anything to do with Linux-IrDA but maybe I'm wrong. -- Dag On Mon, 20 Nov 2000 16:57:30 +0400 (GMT-4), you wrote: > Guys, > > can someone confirm the f

[patch] Re: Compile and link errors in irda in test11-pre3[patch] Re: Compile and link errors in irda in test11-pre3

2000-11-12 Thread Dag Brattli
9:08:11 2000 +++ linux/drivers/net/irda/smc-ircc.c Sun Nov 12 22:00:01 2000 @@ -7,7 +7,7 @@ * Author:Thomas Davis ([EMAIL PROTECTED]) * Created at: * Modified at: Tue Feb 22 10:05:06 2000 - * Modified by: Dag Brattli <[EMAIL PROTECTED]> + * Modified by: Dag Brattli &l

[patch] patch-2.4.0-test10-irda23 (was: Re: The IrDA patches)[patch] patch-2.4.0-test10-irda23 (was: Re: The IrDA patches)

2000-11-11 Thread Dag Brattli
Linus, Here are the new IrDA patches for Linux-2.4.0-test10. Please apply them to your latest 2.4 code. If you decide to apply them, then I suggest you start with the first one (irda1.diff) and work your way to the last one (irda24.diff) since most of them are not commutative. The name of this

[patch] patch-2.4.0-test10-irda21 (was: Re: The IrDA patches)[patch] patch-2.4.0-test10-irda21 (was: Re: The IrDA patches)

2000-11-11 Thread Dag Brattli
Linus, Here are the new IrDA patches for Linux-2.4.0-test10. Please apply them to your latest 2.4 code. If you decide to apply them, then I suggest you start with the first one (irda1.diff) and work your way to the last one (irda24.diff) since most of them are not commutative. The name of this

[patch] patch-2.4.0-test10-irda22 (was: Re: The IrDA patches)[patch] patch-2.4.0-test10-irda22 (was: Re: The IrDA patches)

2000-11-11 Thread Dag Brattli
/irda/af_irda.cThu Nov 9 17:59:48 2000 @@ -7,7 +7,7 @@ * Author:Dag Brattli <[EMAIL PROTECTED]> * Created at:Sun May 31 10:12:43 1998 * Modified at: Sat Dec 25 21:10:23 1999 - * Modified by: Dag Brattli <[EMAIL PROTECTED]> + * Modified by: Dag Brattli <[

[patch] patch-2.4.0-test10-irda19 (was: Re: The IrDA patches)[patch] patch-2.4.0-test10-irda19 (was: Re: The IrDA patches)

2000-11-11 Thread Dag Brattli
Linus, Here are the new IrDA patches for Linux-2.4.0-test10. Please apply them to your latest 2.4 code. If you decide to apply them, then I suggest you start with the first one (irda1.diff) and work your way to the last one (irda24.diff) since most of them are not commutative. The name of this

[patch] patch-2.4.0-test10-irda20 (was: Re: The IrDA patches)[patch] patch-2.4.0-test10-irda20 (was: Re: The IrDA patches)

2000-11-11 Thread Dag Brattli
Linus, Here are the new IrDA patches for Linux-2.4.0-test10. Please apply them to your latest 2.4 code. If you decide to apply them, then I suggest you start with the first one (irda1.diff) and work your way to the last one (irda24.diff) since most of them are not commutative. The name of this

[patch] patch-2.4.0-test10-irda18 (was: Re: The IrDA patches)[patch] patch-2.4.0-test10-irda18 (was: Re: The IrDA patches)

2000-11-11 Thread Dag Brattli
Linus, Here are the new IrDA patches for Linux-2.4.0-test10. Please apply them to your latest 2.4 code. If you decide to apply them, then I suggest you start with the first one (irda1.diff) and work your way to the last one (irda24.diff) since most of them are not commutative. The name of this

[patch] patch-2.4.0-test10-irda17 (was: Re: The IrDA patches)[patch] patch-2.4.0-test10-irda17 (was: Re: The IrDA patches)

2000-11-11 Thread Dag Brattli
Linus, Here are the new IrDA patches for Linux-2.4.0-test10. Please apply them to your latest 2.4 code. If you decide to apply them, then I suggest you start with the first one (irda1.diff) and work your way to the last one (irda24.diff) since most of them are not commutative. The name of this

[patch] patch-2.4.0-test10-irda16 (was: Re: The IrDA patches)[patch] patch-2.4.0-test10-irda16 (was: Re: The IrDA patches)

2000-11-11 Thread Dag Brattli
Linus, Here are the new IrDA patches for Linux-2.4.0-test10. Please apply them to your latest 2.4 code. If you decide to apply them, then I suggest you start with the first one (irda1.diff) and work your way to the last one (irda24.diff) since most of them are not commutative. The name of this

[patch] patch-2.4.0-test10-irda15 (was: Re: The IrDA patches)[patch] patch-2.4.0-test10-irda15 (was: Re: The IrDA patches)

2000-11-11 Thread Dag Brattli
Linus, Here are the new IrDA patches for Linux-2.4.0-test10. Please apply them to your latest 2.4 code. If you decide to apply them, then I suggest you start with the first one (irda1.diff) and work your way to the last one (irda24.diff) since most of them are not commutative. The name of this

[patch] patch-2.4.0-test10-irda14 (was: Re: The IrDA patches)[patch] patch-2.4.0-test10-irda14 (was: Re: The IrDA patches)

2000-11-11 Thread Dag Brattli
Linus, Here are the new IrDA patches for Linux-2.4.0-test10. Please apply them to your latest 2.4 code. If you decide to apply them, then I suggest you start with the first one (irda1.diff) and work your way to the last one (irda24.diff) since most of them are not commutative. The name of this

[patch] patch-2.4.0-test10-irda13 (was: Re: The IrDA patches)[patch] patch-2.4.0-test10-irda13 (was: Re: The IrDA patches)

2000-11-11 Thread Dag Brattli
a/af_irda.c linux/net/irda/af_irda.c --- old-linux/net/irda/af_irda.cThu Nov 9 16:08:25 2000 +++ linux/net/irda/af_irda.cThu Nov 9 17:09:43 2000 @@ -2376,7 +2376,7 @@ static struct notifier_block irda_dev_no */ static int __init irda_proto_init(void) { - MESSAGE("IrDA (tm

[patch] patch-2.4.0-test10-irda12 (Re: was: The IrDA patches)[patch] patch-2.4.0-test10-irda12 (Re: was: The IrDA patches)

2000-11-11 Thread Dag Brattli
*irport_n #ifdef MODULE MODULE_PARM(io, "1-4i"); +MODULE_PARM_DESC(io, "Base I/O adresses"); MODULE_PARM(irq, "1-4i"); +MODULE_PARM_DESC(irq, "IRQ lines"); MODULE_AUTHOR("Dag Brattli <[EMAIL PROTECTED]>"); MODULE_DESCRIPTION("Half d

[patch] patch-2.4.0-test10-irda11 (was: Re: The IrDA patches)[patch] patch-2.4.0-test10-irda11 (was: Re: The IrDA patches)

2000-11-11 Thread Dag Brattli
da/af_irda.c --- old-linux/net/irda/af_irda.cThu Nov 9 13:48:34 2000 +++ linux/net/irda/af_irda.cThu Nov 9 16:03:21 2000 @@ -2376,14 +2376,15 @@ static struct notifier_block irda_dev_no */ static int __init irda_proto_init(void) { + MESSAGE("IrDA (tm) Prot

[patch] patch-2.4.0-test10-irda10 (was: Re: The IrDA patches)[patch] patch-2.4.0-test10-irda10 (was: Re: The IrDA patches)

2000-11-11 Thread Dag Brattli
Linus, Here are the new IrDA patches for Linux-2.4.0-test10. Please apply them to your latest 2.4 code. If you decide to apply them, then I suggest you start with the first one (irda1.diff) and work your way to the last one (irda24.diff) since most of them are not commutative. The name of this

[patch] patch-2.4.0-test10-irda9 (was: Re: The IrDA patches)[patch] patch-2.4.0-test10-irda9 (was: Re: The IrDA patches)

2000-11-11 Thread Dag Brattli
Linus, Here are the new IrDA patches for Linux-2.4.0-test10. Please apply them to your latest 2.4 code. If you decide to apply them, then I suggest you start with the first one (irda1.diff) and work your way to the last one (irda24.diff) since most of them are not commutative. The name of this

[patch] patch-2.4.0-test10-irda8 (was: Re: The IrDA patches)[patch] patch-2.4.0-test10-irda8 (was: Re: The IrDA patches)

2000-11-11 Thread Dag Brattli
Linus, Here are the new IrDA patches for Linux-2.4.0-test10. Please apply them to your latest 2.4 code. If you decide to apply them, then I suggest you start with the first one (irda1.diff) and work your way to the last one (irda24.diff) since most of them are not commutative. The name of this

[patch] patch-2.4.0-test10-irda7 (was: Re: The IrDA patches)[patch] patch-2.4.0-test10-irda7 (was: Re: The IrDA patches)

2000-11-11 Thread Dag Brattli
Linus, Here are the new IrDA patches for Linux-2.4.0-test10. Please apply them to your latest 2.4 code. If you decide to apply them, then I suggest you start with the first one (irda1.diff) and work your way to the last one (irda24.diff) since most of them are not commutative. The name of this

[patch] patch-2.4.0-test10-irda6 (was: Re: The IrDA patches)[patch] patch-2.4.0-test10-irda6 (was: Re: The IrDA patches)

2000-11-11 Thread Dag Brattli
Linus, Here are the new IrDA patches for Linux-2.4.0-test10. Please apply them to your latest 2.4 code. If you decide to apply them, then I suggest you start with the first one (irda1.diff) and work your way to the last one (irda24.diff) since most of them are not commutative. The name of this

[patch] patch-2.4.0-test10-irda5 (was: Re The IrDA patches)[patch] patch-2.4.0-test10-irda5 (was: Re The IrDA patches)

2000-11-11 Thread Dag Brattli
right (c) 1999 Dag Brattli <[EMAIL PROTECTED]> - * Copyright (c) 1999 Jean Tourrilhes <[EMAIL PROTECTED]> + * Copyright (c) 1999 Jean Tourrilhes <[EMAIL PROTECTED]> * All Rights Reserved. * * This program is free software; you can redistribute it and/or @@ -2

[patch] patch-2.4.0-test10-irda4 (was: Re The IrDA patches)[patch] patch-2.4.0-test10-irda4 (was: Re The IrDA patches)

2000-11-11 Thread Dag Brattli
Linus, Here are the new IrDA patches for Linux-2.4.0-test10. Please apply them to your latest 2.4 code. If you decide to apply them, then I suggest you start with the first one (irda1.diff) and work your way to the last one (irda24.diff) since most of them are not commutative. The name of this

[patch] patch-2.4.0-test10-irda3 (was: Re The IrDA patches)[patch] patch-2.4.0-test10-irda3 (was: Re The IrDA patches)

2000-11-11 Thread Dag Brattli
Linus, Here are the new IrDA patches for Linux-2.4.0-test10. Please apply them to your latest 2.4 code. If you decide to apply them, then I suggest you start with the first one (irda1.diff) and work your way to the last one (irda24.diff) since most of them are not commutative. The name of this

[patch] patch-2.4.0-test10-irda2 (was: Re The IrDA patches)[patch] patch-2.4.0-test10-irda2 (was: Re The IrDA patches)

2000-11-11 Thread Dag Brattli
Linus, Here are the new IrDA patches for Linux-2.4.0-test10. Please apply them to your latest 2.4 code. If you decide to apply them, then I suggest you start with the first one (irda1.diff) and work your way to the last one (irda24.diff) since most of them are not commutative. The name of this

[patch] patch-2.4.0-test10-irda1 (was: Re The IrDA patches)[patch] patch-2.4.0-test10-irda1 (was: Re The IrDA patches)

2000-11-11 Thread Dag Brattli
Linus, Here are the new IrDA patches for Linux-2.4.0-test10. Please apply them to your latest 2.4 code. If you decide to apply them, then I suggest you start with the first one (irda1.diff) and work your way to the last one (irda24.diff) since most of them are not commutative. The name of this

Re: [RANT] Linux-IrDA statusRe: [RANT] Linux-IrDA status

2000-11-08 Thread Dag Brattli
pople > > writing the IrDA code have gotten no feedback from you as to why their > > patch is never accepted -- could you clarify? > > Just to clarify. > > The ONLY message from the IrDA people I've gotten during the last few > weeks has been a SINGLE email from Dag