[IrDA]: Kingsun Dazzle IrDA USB driver
authorAlex Villacís Lasso <a_villacis@palosanto.com>
Tue, 28 Aug 2007 22:57:50 +0000 (15:57 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 10 Oct 2007 23:48:38 +0000 (16:48 -0700)
commit4a1d7c25cb438f96b700ac26dc5aa0a38a6d86ea
tree20f8eb0f9fcef2051c96f1d9ce02eba1349f119c
parentbcb5e0eef35059af372a7bd3fc68915278d74bc0
[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>
drivers/net/irda/Kconfig
drivers/net/irda/Makefile
drivers/net/irda/ksdazzle-sir.c [new file with mode: 0644]