Re: [RFC PATCH 6/6] [media] rc: teach lirc how to send scancodes

2015-05-20 Thread David Härdeman
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

Re: [RFC PATCH 6/6] [media] rc: teach lirc how to send scancodes

2015-05-20 Thread Mauro Carvalho Chehab
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

Re: [RFC PATCH 6/6] [media] rc: teach lirc how to send scancodes

2015-05-20 Thread David Härdeman
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

Re: [RFC PATCH 6/6] [media] rc: teach lirc how to send scancodes

2015-05-14 Thread Mauro Carvalho Chehab
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

[RFC PATCH 6/6] [media] rc: teach lirc how to send scancodes

2015-03-19 Thread Sean Young
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