Searched hist:acaa34bf06e963f0b9481a3c16bfd6867e2369a0 (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/include/media/i2c/ |
H A D | ir-kbd-i2c.h | diff acaa34bf06e963f0b9481a3c16bfd6867e2369a0 Sat Oct 21 07:16:47 CDT 2017 Sean Young <sean@mess.org> media: rc: implement zilog transmitter
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: Sean Young <sean@mess.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
|
/openbmc/linux/drivers/media/i2c/ |
H A D | ir-kbd-i2c.c | diff acaa34bf06e963f0b9481a3c16bfd6867e2369a0 Sat Oct 21 07:16:47 CDT 2017 Sean Young <sean@mess.org> media: rc: implement zilog transmitter
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: Sean Young <sean@mess.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
|