Hi,
the attached patch is against : http://mercurial.intuxication.org/hg/s2-liplianin
It adds the missing remote keys found on the TeVii Remote for the S650 usb device.
Now i have the remote fully working ;)
cu
Edgar (gimli) Hucek
On 12 June 2009 21:50:15 gimli wrote:
Hi Edgar, Found bug, you are remapping already mapped key 0x1e It breaks non-TeVii remotes. Look at snip of your patch:
{ 0xf8, 0x1e, KEY_W }, /*tvmode*/ { 0xf8, 0x1b, KEY_B }, /*recall*/
+ /* Keys the TeVii S650 provides */ + + { 0xf8, 0x1e, KEY_REWIND },
BTW, which USB fimware are you using?
Igor
Hi,
i use the TeVii Firmware from the TeVii driver package : http://tevii.com/Tevii_linuxdriver_0815.rar
dvb-fe-cx24116.fw and dvb-usb-s650.fw renamed to dvb-usb-dw2104.fw.
You where right about the double mapping, this line can be removed. basicly it should not harm the existing mapping since you loop over and break on the first occurance.
cu
Edgar (gimli) Hucek
On 13 June 2009 14:19:57 gimli wrote:
Very well. You doubled several lines yet. I will remove them as well. For reference look at ir-keymaps.c in my repository :) Especially at ir_codes_dm1105_nec. If you find your keymap useful, I will change ir_codes_dm1105_nec also.