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

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 da...@hardeman.nu 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

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 da...@hardeman.nu 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

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 s...@mess.org 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

[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 s...@mess.org