diff options
author | Alex Villacís Lasso <a_villacis@palosanto.com> | 2007-08-28 18:57:50 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-10-10 19:48:38 -0400 |
commit | 4a1d7c25cb438f96b700ac26dc5aa0a38a6d86ea (patch) | |
tree | 20f8eb0f9fcef2051c96f1d9ce02eba1349f119c /drivers/net/irda/Kconfig | |
parent | bcb5e0eef35059af372a7bd3fc68915278d74bc0 (diff) |
[IrDA]: Kingsun Dazzle IrDA USB driver
This dongle does not follow the usb-irda specification, so it needs its own
special driver. Just like the Kingsun/Donshine dongle, it exposes two
interrupt endpoints. Reception is performed through direct reads from the
input endpoint. Transmission requires splitting the IrDA frames into 8-byte
segments, in which the first byte encodes how many of the remaining 7 bytes
are used as data. Speed change is made with a control URB just like the one
in cypress_m8, and it seems to support up to 115200 bps.
On plugin, this dongle reports vendor and device IDs: 0x07d0:0x4100
Signed-off-by: Alex Villacís Lasso <a_villacis@palosanto.com>
Signed-off-by: Samuel Ortiz <samuel@sortiz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/irda/Kconfig')
-rw-r--r-- | drivers/net/irda/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/net/irda/Kconfig b/drivers/net/irda/Kconfig index 2098d0af8ff..cfa7b8835d3 100644 --- a/drivers/net/irda/Kconfig +++ b/drivers/net/irda/Kconfig | |||
@@ -162,7 +162,19 @@ config EP7211_DONGLE | |||
162 | Say Y here if you want to build support for the Cirrus logic | 162 | Say Y here if you want to build support for the Cirrus logic |
163 | EP7211 chipset's infrared module. | 163 | EP7211 chipset's infrared module. |
164 | 164 | ||
165 | config KSDAZZLE_DONGLE | ||
166 | tristate "KingSun Dazzle IrDA-USB dongle (EXPERIMENTAL)" | ||
167 | depends on IRDA && USB && EXPERIMENTAL | ||
168 | help | ||
169 | Say Y or M here if you want to build support for the KingSun Dazzle | ||
170 | IrDA-USB bridge device driver. | ||
171 | |||
172 | This USB bridge does not conform to the IrDA-USB device class | ||
173 | specification, and therefore needs its own specific driver. This | ||
174 | dongle supports SIR speeds only (9600 through 115200 bps). | ||
165 | 175 | ||
176 | To compile it as a module, choose M here: the module will be called | ||
177 | ksdazzle-sir. | ||
166 | 178 | ||
167 | comment "Old SIR device drivers" | 179 | comment "Old SIR device drivers" |
168 | 180 | ||