aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/irda/Makefile
diff options
context:
space:
mode:
authorSamuel Ortiz <samuel@sortiz.org>2006-05-25 16:19:22 -0700
committerDavid S. Miller <davem@sunset.davemloft.net>2006-06-17 21:26:18 -0700
commitc6ae522e3a50fc1ec483d7f03ece9c7a25e6de95 (patch)
tree98a67649b473bfc64751458283aeb3bb47e76703 /drivers/net/irda/Makefile
parent[TCP]: tcp_rcv_rtt_measure_ts() call in pure-ACK path is superfluous (diff)
downloadlinux-dev-c6ae522e3a50fc1ec483d7f03ece9c7a25e6de95.tar.xz
linux-dev-c6ae522e3a50fc1ec483d7f03ece9c7a25e6de95.zip
[IRDA]: Initial support for MCS7780 based dongles
The MosChip MCS7780 chipset is an IrDA USB bridge that doesn't conform with the IrDA-USB standard and thus needs its separate driver. Tested on an actual MCS7780 based dongle. Original implementation by Brian Pugh <bpugh@cs.pdx.edu> Signed-off-by: Samuel Ortiz <samuel@sortiz.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/irda/Makefile')
-rw-r--r--drivers/net/irda/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/irda/Makefile b/drivers/net/irda/Makefile
index c1ce2398efea..5be09f1b9ee2 100644
--- a/drivers/net/irda/Makefile
+++ b/drivers/net/irda/Makefile
@@ -19,6 +19,7 @@ obj-$(CONFIG_ALI_FIR) += ali-ircc.o
obj-$(CONFIG_VLSI_FIR) += vlsi_ir.o
obj-$(CONFIG_VIA_FIR) += via-ircc.o
obj-$(CONFIG_PXA_FICP) += pxaficp_ir.o
+obj-$(CONFIG_MCS_FIR) += mcs7780.o
# Old dongle drivers for old SIR drivers
obj-$(CONFIG_ESI_DONGLE_OLD) += esi.o
obj-$(CONFIG_TEKRAM_DONGLE_OLD) += tekram.o