Re: dib0700 NEC scancode question

2014-03-27 Thread David Härdeman
On Thu, Mar 27, 2014 at 11:13:35PM +0100, Patrick Boettcher wrote: >Hi David, > >On Thursday 27 March 2014 22:40:41 David Härdeman wrote: >> On Thu, Mar 27, 2014 at 01:07:28PM +0100, David Härdeman wrote: >> >Hi Patrick, >> > >> >a quick question regarding the dib0700 driver: >> >> >in ./media/usb

Re: dib0700 NEC scancode question

2014-03-27 Thread Patrick Boettcher
Hi David, On Thursday 27 March 2014 22:40:41 David Härdeman wrote: > On Thu, Mar 27, 2014 at 01:07:28PM +0100, David Härdeman wrote: > >Hi Patrick, > > > >a quick question regarding the dib0700 driver: > > >in ./media/usb/dvb-usb/dib0700_core.c the RC RX packet is defined as: > ... > > >The NEC

Re: dib0700 NEC scancode question

2014-03-27 Thread David Härdeman
On Thu, Mar 27, 2014 at 01:07:28PM +0100, David Härdeman wrote: >Hi Patrick, > >a quick question regarding the dib0700 driver: > >in ./media/usb/dvb-usb/dib0700_core.c the RC RX packet is defined as: ... >The NEC protocol transmits in the order: ... >Does the dib0700 fw really reorder the bytes, or

dib0700 NEC scancode question

2014-03-27 Thread David Härdeman
Hi Patrick, a quick question regarding the dib0700 driver: in ./media/usb/dvb-usb/dib0700_core.c the RC RX packet is defined as: struct dib0700_rc_response { u8 report_id; u8 data_state; union { u16 system16;