• Sean Young's avatar
    media: rc: implement zilog transmitter · acaa34bf
    Sean Young authored
    This code implements the transmitter which is currently implemented
    in the staging lirc_zilog driver.
    
    The new code does not need a signal database, iow. the
    haup-ir-blaster.bin firmware file is no longer needed, and the driver
    does not know anything about the keycodes in that file.
    
    Instead, the new driver can send raw IR, but the hardware is limited
    to few different lengths of pulse and spaces, so it is best to use
    generated IR rather than recorded IR.
    Signed-off-by: default avatarSean Young <sean@mess.org>
    Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
    acaa34bf
ir-kbd-i2c.c 22.5 KB