Claudiu Costin | 1 May 2006 14:53
Picon
Favicon

Re: smcinit merge and web

          Dear Linus,

On Mon, 01 May 2006 01:17:51 +0400, Linus Walleij <triad@...> wrote:

> On Sun, 30 Apr 2006, Samuel Ortiz wrote:
>
>> Yes, the web pages need some serious update. They're slow too...
>> Would you have time to take care of that ?
>
> If I can get this WML thing to run I could... But currently it does not
> compile recent ABI:s and it doesn't seem so well maintained either. But in
      Hmmm. What WML version you have?

----------------------------------------------------------------------
clau <at> xxxxx:~$ wml --version
This is WML Version 2.0.8 (30-Oct-2001)
Copyright (c) 1996-2001 Ralf S. Engelschall.
Copyright (c) 1999-2001 Denis Barbier.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.
----------------------------------------------------------------------

Here's the output of generating the HTML files:

----------------------------------------------------------------------
clau <at> xxxxx:~/work/svn-irda.sf.net/irda/trunk/www$ make
Execut all in wml
(Continue reading)

Claudiu Costin | 1 May 2006 14:45
Picon
Favicon

Re: smcinit merge and web

             Dear friends,

On Sun, 30 Apr 2006 17:40:59 +0400, Samuel Ortiz
<samuel.ortiz@...> wrote:

> On Fri, 28 Apr 2006, ext Linus Walleij wrote:
>
>> On Sat, 22 Apr 2006, Samuel Ortiz wrote:
>>
>> > Please note that the web site content is currently kept under SVN, so
>> > please  push your changes to the SVN repo before updating the web pages.
>>
>> I have edited the WML file to reflect the changes somewhat, also
>> committed to SVN. But I cannot push these since Claudiu can push edits to
>> the web, since he owns the HTML files, user-writable: group cannot edit.
> Claudiu, could you please have a look at that and change the permission
> rights accordingly ? At least give the group write permissions.

   Yes. Done it.
   Except the "img" directory which is assigned to "dummy". Maybe should be deleted
and recreated. Otherwise SF.NET guys should be called for help to change the owner.

--------------------------------------------------------------
claudiuc <at> sc8-pr-shell1:htdocs$ll
total 232
-rw-rw-r--  1 claudiuc irda  9525 Aug 18  2003 about.html
-rw-rw-r--  1 claudiuc irda  9529 Aug 18  2003 apps.html
-rw-rw-r--  1 claudiuc irda 19704 Sep 21  2003 chipsets.html
-rw-rw-r--  1 claudiuc irda 13217 Aug 18  2003 companies.html
-rw-rw-r--  1 claudiuc irda 10695 Aug 31  2003 contact.html
(Continue reading)

Sebastian Turzański | 4 May 2006 18:24
Picon
Favicon

ircomm

i'm using irda dongle on my suse linux box

irda0 is created
i also load irda-comm and irda-comm-tty module

to test it i run irdadump and try to sent a photo from my mobile phone- i can 
see the connection atemp so it has to work

but in my projevt i want to use ircomm to substitute existing cable connection 
to my atmel uP.

/dev/ircomm0 is created in my system so i do 
cat /dev/ircomm0 and now try to send data from my mobile to the dongle

i cant see no output ? why is that - i thought ircomm is lover level than irda 
so i would just get bytes just like I get wheni do 
cat /dev/ttyS0 with my cable connection

what's wrong?

-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
Samuel Ortiz | 8 May 2006 23:23
Picon

[PATCH 1/4] New IrDA maintainer

As agreed with Jean Tourrilhes, I am taking over IrDA
maintainership.

Signed-off-by: Samuel Ortiz <samuel.ortiz <at> nokia.com>

---

 MAINTAINERS |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

e6a1573bed4cefc91fafcd56eb67dd3d1e92dddc
diff --git a/MAINTAINERS b/MAINTAINERS
index 61060e8..502dadc 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
 <at>  <at>  -1472,10 +1472,11  <at>  <at>  L:	netdev <at> vger.kernel.org
 S:	Maintained

 IRDA SUBSYSTEM
-P:	Jean Tourrilhes
+P:	Samuel Ortiz
+M:	samuel <at> sortiz.org
 L:	irda-users <at> lists.sourceforge.net (subscribers-only)
 W:	http://irda.sourceforge.net/
-S:	Odd Fixes
+S:	Maintained

 ISAPNP
 P:	Jaroslav Kysela
--

-- 
(Continue reading)

Samuel Ortiz | 8 May 2006 23:23
Picon

[PATCH 2/4] IrDA: Removing unused EXPORT_SYMBOLs

This patch removes the following unused EXPORT_SYMBOL's:
- irias_find_attrib
- irias_new_string_value
- irias_new_octseq_value

Signed-off-by: Adrian Bunk <bunk <at> stusta.de>
Signed-off-by: Samuel Ortiz <samuel.ortiz <at> nokia.com>

---

 net/irda/irias_object.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

49586f340ee5f31ff40d142b32d8a15ca001bf4b
diff --git a/net/irda/irias_object.c b/net/irda/irias_object.c
index c6d169f..82e665c 100644
--- a/net/irda/irias_object.c
+++ b/net/irda/irias_object.c
 <at>  <at>  -257,7 +257,6  <at>  <at>  struct ias_attrib *irias_find_attrib(str
 	/* Unsafe (locking), attrib might change */
 	return attrib;
 }
-EXPORT_SYMBOL(irias_find_attrib);

 /*
  * Function irias_add_attribute (obj, attrib)
 <at>  <at>  -484,7 +483,6  <at>  <at>  struct ias_value *irias_new_string_value

 	return value;
 }
(Continue reading)

Samuel Ortiz | 8 May 2006 23:23
Picon

[PATCH 3/4] IrDA: smsc-ircc: Minimal hotplug support.

Minimal PNP hotplug support for the smsc-ircc2 driver.  A modular driver
will be modprobed via hotplug, but still bypasses driver model probing.

Signed-off-by: David Brownell <dbrownell <at> users.sourceforge.net>
Signed-off-by: Samuel Ortiz <samuel.ortiz <at> nokia.com>

---

 drivers/net/irda/smsc-ircc2.c |   14 +++++++++++++-
 1 files changed, 13 insertions(+), 1 deletions(-)

863409d3d18ed6194ef84d813bb316248a9ea0a3
diff --git a/drivers/net/irda/smsc-ircc2.c b/drivers/net/irda/smsc-ircc2.c
index 58f76ce..a467404 100644
--- a/drivers/net/irda/smsc-ircc2.c
+++ b/drivers/net/irda/smsc-ircc2.c
 <at>  <at>  -54,6 +54,7  <at>  <at>  #include <linux/init.h>
 #include <linux/rtnetlink.h>
 #include <linux/serial_reg.h>
 #include <linux/dma-mapping.h>
+#include <linux/pnp.h>
 #include <linux/platform_device.h>

 #include <asm/io.h>
 <at>  <at>  -358,6 +359,16  <at>  <at>  static inline void register_bank(int iob
                iobase + IRCC_MASTER);
 }

+#ifdef	CONFIG_PNP
+/* PNP hotplug support */
(Continue reading)

Samuel Ortiz | 8 May 2006 23:24
Picon

[PATCH 4/4] IrDA: Switching to a workqueue for the SIR work

Since sir_kthread.c pretty much duplicates the workqueue functionality,
we'd better switch.
The SIR fsm has been merged into sir_dev.c and thus sir_kthread.c is
deleted.

Signed-off-by: Christoph Hellwig <hch <at> lst.de>
Signed-off-by: Samuel Ortiz <samuel.ortiz <at> nokia.com>

---

 drivers/net/irda/Makefile      |    2 
 drivers/net/irda/sir-dev.h     |   13 -
 drivers/net/irda/sir_dev.c     |  315 ++++++++++++++++++++++++-
 drivers/net/irda/sir_kthread.c |  508 ----------------------------------------
 4 files changed, 314 insertions(+), 524 deletions(-)
 delete mode 100644 drivers/net/irda/sir_kthread.c

f13ce8e0a66e2b576110a0d9b8b1b1906350feef
diff --git a/drivers/net/irda/Makefile b/drivers/net/irda/Makefile
index 27ab75f..c1ce239 100644
--- a/drivers/net/irda/Makefile
+++ b/drivers/net/irda/Makefile
 <at>  <at>  -46,4 +46,4  <at>  <at>  obj-$(CONFIG_MA600_DONGLE)	+= ma600-sir.
 obj-$(CONFIG_TOIM3232_DONGLE)	+= toim3232-sir.o

 # The SIR helper module
-sir-dev-objs := sir_dev.o sir_dongle.o sir_kthread.o
+sir-dev-objs := sir_dev.o sir_dongle.o
diff --git a/drivers/net/irda/sir-dev.h b/drivers/net/irda/sir-dev.h
index f69fb4c..9fa294a 100644
(Continue reading)

David S. Miller | 10 May 2006 00:24
Favicon

Re: [PATCH 1/4] New IrDA maintainer

From: Samuel Ortiz <samuel.ortiz <at> nokia.com>
Date: Tue, 9 May 2006 00:23:33 +0300

> As agreed with Jean Tourrilhes, I am taking over IrDA
> maintainership.
> 
> Signed-off-by: Samuel Ortiz <samuel.ortiz <at> nokia.com>

Applied, 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  http://vger.kernel.org/majordomo-info.html

David S. Miller | 10 May 2006 00:25
Favicon

Re: [PATCH 2/4] IrDA: Removing unused EXPORT_SYMBOLs

From: Samuel Ortiz <samuel.ortiz <at> nokia.com>
Date: Tue, 9 May 2006 00:23:44 +0300

> This patch removes the following unused EXPORT_SYMBOL's:
> - irias_find_attrib
> - irias_new_string_value
> - irias_new_octseq_value
> 
> Signed-off-by: Adrian Bunk <bunk <at> stusta.de>
> Signed-off-by: Samuel Ortiz <samuel.ortiz <at> nokia.com>

Applied, 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  http://vger.kernel.org/majordomo-info.html

David S. Miller | 10 May 2006 00:26
Favicon

Re: [PATCH 3/4] IrDA: smsc-ircc: Minimal hotplug support.

From: Samuel Ortiz <samuel.ortiz <at> nokia.com>
Date: Tue, 9 May 2006 00:23:59 +0300

> Minimal PNP hotplug support for the smsc-ircc2 driver.  A modular driver
> will be modprobed via hotplug, but still bypasses driver model probing.
> 
> Signed-off-by: David Brownell <dbrownell <at> users.sourceforge.net>
> Signed-off-by: Samuel Ortiz <samuel.ortiz <at> nokia.com>

Applied, thanks a lot.
-
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  http://vger.kernel.org/majordomo-info.html


Gmane