Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 55963
b: refs/heads/master
c: a2af421
h: refs/heads/master
i:
  55961: 1684250
  55959: e690835
v: v3
  • Loading branch information
Alex Villac�s Lasso authored and David S. Miller committed May 11, 2007
1 parent ed0fe9e commit e86aede
Show file tree
Hide file tree
Showing 4 changed files with 673 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: 9a6bf6fe716ea09160ee11660ee66a930167692b
refs/heads/master: a2af421f1819946556c6f467b1efdd0dc84af4d5
14 changes: 14 additions & 0 deletions trunk/drivers/net/irda/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,20 @@ config ACT200L_DONGLE
To activate support for ACTiSYS IR-200L dongle you will have to
start irattach like this: "irattach -d act200l".

config KINGSUN_DONGLE
tristate "KingSun/DonShine DS-620 IrDA-USB dongle"
depends on IRDA && USB && EXPERIMENTAL
help
Say Y or M here if you want to build support for the KingSun/DonShine
DS-620 IrDA-USB bridge device driver.

This USB bridge does not conform to the IrDA-USB device class
specification, and therefore needs its own specific driver. This
dongle supports SIR speed only (9600 bps).

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

comment "Old SIR device drivers"

config IRPORT_SIR
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/net/irda/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ obj-$(CONFIG_MCP2120_DONGLE) += mcp2120-sir.o
obj-$(CONFIG_ACT200L_DONGLE) += act200l-sir.o
obj-$(CONFIG_MA600_DONGLE) += ma600-sir.o
obj-$(CONFIG_TOIM3232_DONGLE) += toim3232-sir.o
obj-$(CONFIG_KINGSUN_DONGLE) += kingsun-sir.o

# The SIR helper module
sir-dev-objs := sir_dev.o sir_dongle.o
Loading

0 comments on commit e86aede

Please sign in to comment.