aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/irda.h
diff options
context:
space:
mode:
authorDavid Basden <davidb-irda@rcpt.to>2006-03-20 22:21:10 -0800
committerDavid S. Miller <davem@davemloft.net>2006-03-20 22:21:10 -0800
commit0ac81ae34ec8898e7eb1388fe21e3cee7b626a88 (patch)
treea12010186c97a515d7484c827df030cd11ac4911 /include/linux/irda.h
parent[PKTGEN]: Updates version. (diff)
downloadlinux-dev-0ac81ae34ec8898e7eb1388fe21e3cee7b626a88.tar.xz
linux-dev-0ac81ae34ec8898e7eb1388fe21e3cee7b626a88.zip
[IRDA]: TOIM3232 dongle support
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. Signed-off-by: David Basden <davidb-irda@rcpt.to> Signed-off-by: Samuel Ortiz <samuel.ortiz@nokia.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/irda.h')
-rw-r--r--include/linux/irda.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/irda.h b/include/linux/irda.h
index 95dee174cdc5..09d8f105a5a8 100644
--- a/include/linux/irda.h
+++ b/include/linux/irda.h
@@ -76,6 +76,7 @@ typedef enum {
IRDA_MCP2120_DONGLE = 9,
IRDA_ACT200L_DONGLE = 10,
IRDA_MA600_DONGLE = 11,
+ IRDA_TOIM3232_DONGLE = 12,
} IRDA_DONGLE;
/* Protocol types to be used for SOCK_DGRAM */