1 Mar 2006 23:36
[PATCH] IrDA: TOIM3232 dongle support
Hi David, Here goes a patch for supporting TOIM3232 based serial IrDA dongles. The code is based on the tekram dongle code. It's been tested with a TOIM3232 based IRWave 320S dongle. It may work for TOIM4232 dongles, although it's not been tested. Cheers, Samuel. Signed-off-by: David Basden <davidb-irda@...> Signed-off-by: Samuel Ortiz <samuel.ortiz@...> diff --git a/drivers/net/irda/Kconfig b/drivers/net/irda/Kconfig index 7a08134..1b0f0d0 100644 --- a/drivers/net/irda/Kconfig +++ a/drivers/net/irda/Kconfig <at> <at> -62,10 +62,18 <at> <at> config TEKRAM_DONGLE attaches to the normal 9-pin serial port connector, and can currently only be used by IrTTY. To activate support for Tekram dongles you will have to start irattach like this: "irattach -d tekram". +config TOIM3232_DONGLE + tristate "TOIM3232 IrDa dongle" + depends on DONGLE && IRDA + help + Say Y here if you want to build support for the Vishay/Temic + TOIM3232 and TOIM4232 based dongles.(Continue reading)
RSS Feed