Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 66335
b: refs/heads/master
c: 4a1d7c2
h: refs/heads/master
i:
  66333: d60234b
  66331: a10c991
  66327: 998bdc3
  66319: bb62793
  66303: f1adac2
v: v3
  • Loading branch information
Alex Villacís Lasso authored and David S. Miller committed Oct 10, 2007
1 parent 393e164 commit 61c7f87
Show file tree
Hide file tree
Showing 4 changed files with 837 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: bcb5e0eef35059af372a7bd3fc68915278d74bc0
refs/heads/master: 4a1d7c25cb438f96b700ac26dc5aa0a38a6d86ea
12 changes: 12 additions & 0 deletions trunk/drivers/net/irda/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,19 @@ config EP7211_DONGLE
Say Y here if you want to build support for the Cirrus logic
EP7211 chipset's infrared module.

config KSDAZZLE_DONGLE
tristate "KingSun Dazzle IrDA-USB dongle (EXPERIMENTAL)"
depends on IRDA && USB && EXPERIMENTAL
help
Say Y or M here if you want to build support for the KingSun Dazzle
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 speeds only (9600 through 115200 bps).

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

comment "Old SIR device drivers"

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 @@ -47,6 +47,7 @@ obj-$(CONFIG_MA600_DONGLE) += ma600-sir.o
obj-$(CONFIG_TOIM3232_DONGLE) += toim3232-sir.o
obj-$(CONFIG_EP7211_DONGLE) += ep7211-sir.o
obj-$(CONFIG_KINGSUN_DONGLE) += kingsun-sir.o
obj-$(CONFIG_KSDAZZLE_DONGLE) += ksdazzle-sir.o

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

0 comments on commit 61c7f87

Please sign in to comment.