Skip to content
  • Alex Villacís Lasso's avatar
    [IrDA]: Kingsun Dazzle IrDA USB driver · 4a1d7c25
    Alex Villacís Lasso authored
    
    
    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: default avatarAlex Villacís Lasso <a_villacis@palosanto.com>
    Signed-off-by: default avatarSamuel Ortiz <samuel@sortiz.org>
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    4a1d7c25