Some remarks and complements:


http://bcv66vbb/irda/infrared-howto-c-getting-started.html

irattach
irattach uses the module set as parameter; it can be a specific FIR driver:
irattach toshoboe
or ircomm (and then it loads the module aliased as "irda0" in /etc/modules.conf)

irdaping
I use an alias which does not use any parameter (in $HOME/.bashrc):
alias irping="irdaping \`grep daddr /proc/net/irda/discovery|sed s/.*daddr://\`"
It works fine when there is only one disvovered client.

openobex
http://sourceforge.net/projects/openobex/
A typical application is the "beam" function of PalmOS


http://bcv66vbb/irda/infrared-howto-s-kernel.html

Toshiba Type-O IR Port Device Driver
CONFIG_TOSHIBA_FIR
  Say Y here if you want to build support for the Toshiba Type-O IR
  chipset. This chipset is used by the Toshiba Libretto 100CT, and
  many more laptops. If you want to compile it as a module, say M here
  and read Documentation/modules.txt. The module will be called
  toshoboe.o.

http://bcv66vbb/irda/infrared-howto-c-specific-connections.html

Add FIR driver: donauboe is a new version of toshoboe better FIR support
and compability with Donauoboe chip
http://libxg.free.fr/lib-irda.html


_______________________________________________
Linux-IrDA mailing list  -  [EMAIL PROTECTED]
http://www.pasta.cs.UiT.No/mailman/listinfo/linux-irda

Reply via email to