Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 27508
b: refs/heads/master
c: c6ae522
h: refs/heads/master
v: v3
  • Loading branch information
Samuel Ortiz authored and David S. Miller committed Jun 18, 2006
1 parent 9b8a905 commit da82f7c
Show file tree
Hide file tree
Showing 5 changed files with 1,193 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 15986e1aadbbf40a331cddd0470bb434d156431d
refs/heads/master: c6ae522e3a50fc1ec483d7f03ece9c7a25e6de95
15 changes: 15 additions & 0 deletions trunk/drivers/net/irda/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -417,5 +417,20 @@ config PXA_FICP
available capabilities may vary from one PXA2xx target to
another.

config MCS_FIR
tristate "MosChip MCS7780 IrDA-USB dongle"
depends on IRDA && USB && EXPERIMENTAL
help
Say Y or M here if you want to build support for the MosChip
MCS7780 IrDA-USB bridge device driver.

USB bridge based on the MosChip MCS7780 don't conform to the
IrDA-USB device class specification, and therefore need their
own specific driver. Those dongles support SIR and FIR (4Mbps)
speeds.

To compile it as a module, choose M here: the module will be called
mcs7780.

endmenu

1 change: 1 addition & 0 deletions trunk/drivers/net/irda/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading

0 comments on commit da82f7c

Please sign in to comment.