On 2015-05-20 11:08, Mauro Carvalho Chehab wrote:
Em Wed, 20 May 2015 10:53:59 +0200
David Härdeman escreveu:
On 2015-03-19 22:50, Sean Young wrote:
> The send mode has to be switched to LIRC_MODE_SCANCODE and then you can
> send one scancode with a write. The encoding is the same as for
> rec
Em Wed, 20 May 2015 10:53:59 +0200
David Härdeman escreveu:
> On 2015-03-19 22:50, Sean Young wrote:
> > The send mode has to be switched to LIRC_MODE_SCANCODE and then you can
> > send one scancode with a write. The encoding is the same as for
> > receiving
> > scancodes.
>
> Why do the encodi
On 2015-03-19 22:50, Sean Young wrote:
The send mode has to be switched to LIRC_MODE_SCANCODE and then you can
send one scancode with a write. The encoding is the same as for
receiving
scancodes.
Why do the encoding in-kernel when it can be done in userspace?
I'd understand if it was hardwar
Em Thu, 19 Mar 2015 21:50:17 +
Sean Young escreveu:
> The send mode has to be switched to LIRC_MODE_SCANCODE and then you can
> send one scancode with a write. The encoding is the same as for receiving
> scancodes.
>
> FIXME: Currently only the nec encoder can encode IR.
> FIXME: The "decode
The send mode has to be switched to LIRC_MODE_SCANCODE and then you can
send one scancode with a write. The encoding is the same as for receiving
scancodes.
FIXME: Currently only the nec encoder can encode IR.
FIXME: The "decoders" should be renamed (codec?)
Signed-off-by: Sean Young
---
.../Do