Re: [PATCH] [media] nec decoder: wrong bit order for nec32 protocol

2016-11-22 Thread Sean Young
On Tue, Nov 22, 2016 at 01:08:52PM -0200, Mauro Carvalho Chehab wrote: > Em Tue, 22 Nov 2016 09:19:19 -0500 > Jarod Wilson escreveu: > > Been away from the game for a few years now, so there are a good number of > > cobwebs in this section of my brain... I'm pretty sure I do

Re: [PATCH] [media] nec decoder: wrong bit order for nec32 protocol

2016-11-22 Thread Sean Young
On Tue, Nov 22, 2016 at 09:19:19AM -0500, Jarod Wilson wrote: > On Tue, Nov 22, 2016 at 11:35:06AM -0200, Mauro Carvalho Chehab wrote: > > Em Wed, 9 Nov 2016 16:13:35 + > > Sean Young escreveu: > > > > > The bits are sent in lsb first. Hardware decoders also send nec32 > > >

Re: [PATCH] [media] nec decoder: wrong bit order for nec32 protocol

2016-11-22 Thread Mauro Carvalho Chehab
Em Tue, 22 Nov 2016 09:19:19 -0500 Jarod Wilson escreveu: > On Tue, Nov 22, 2016 at 11:35:06AM -0200, Mauro Carvalho Chehab wrote: > > Em Wed, 9 Nov 2016 16:13:35 + > > Sean Young escreveu: > > > > > The bits are sent in lsb first. Hardware decoders also

Re: [PATCH] [media] nec decoder: wrong bit order for nec32 protocol

2016-11-22 Thread Jarod Wilson
On Tue, Nov 22, 2016 at 11:35:06AM -0200, Mauro Carvalho Chehab wrote: > Em Wed, 9 Nov 2016 16:13:35 + > Sean Young escreveu: > > > The bits are sent in lsb first. Hardware decoders also send nec32 > > in this order (e.g. dib0700). This should be consistent, however > > I

Re: [PATCH] [media] nec decoder: wrong bit order for nec32 protocol

2016-11-22 Thread Mauro Carvalho Chehab
Em Wed, 9 Nov 2016 16:13:35 + Sean Young escreveu: > The bits are sent in lsb first. Hardware decoders also send nec32 > in this order (e.g. dib0700). This should be consistent, however > I have no way of knowing which order the LME2510 and Tivo keymaps > are (the only two

[PATCH] [media] nec decoder: wrong bit order for nec32 protocol

2016-11-09 Thread Sean Young
The bits are sent in lsb first. Hardware decoders also send nec32 in this order (e.g. dib0700). This should be consistent, however I have no way of knowing which order the LME2510 and Tivo keymaps are (the only two kernel keymaps with NEC32). Signed-off-by: Sean Young ---