Hi Dag,
The latest version of OpenObex (0.9.7) handle perfectly the
addition of the attached patch to Linux-IrDA. So, maybe you can start
to think about this cleanup in a later version of the IrDA stack.
However, this version of OpenObex is pretty recent, and PyObex
may need to be checked, so maybe it should wait for 2.5.X. By the way,
I could not find where the PyObex project has moved, so you may want
to check youself...
Also : if you want, you can include "irnetd.c" in the next
version of irda-utils, please feel free to do so.
By the way : what is the way to automate connection setup with
IrLAN ? In the past, irmanager was doing this task, but it seems that
nowadays you need to assign the IP config to irlan0 by hand ?
Lastly, I'll be away from my e-mail for the next 2 weeks.
Have fun...
Jean
diff -u -p kernel-source-2.3.99/net/irda/af_irda.c
kernel-source-2.4.0/net/irda/af_irda.c
--- kernel-source-2.3.99/net/irda/af_irda.c Mon Nov 27 13:11:12 2000
+++ kernel-source-2.4.0/net/irda/af_irda.c Mon Nov 27 11:50:35 2000
@@ -821,7 +821,7 @@ static int irda_bind(struct socket *sock
self->stsap_sel, IAS_KERNEL_ATTR);
irias_insert_object(self->ias_obj);
-#if 1 /* Will be removed in near future */
+#if 0 /* Will be removed in near future */
/* Fill in some default hint bits values */
if (strncmp(addr->sir_name, "OBEX", 4) == 0)