i decide to find out how to run remote control.
dmesg says some codes.
dib0700: Unknown remote controller key : 18 43
i write them in dib0700_device.c
/*Gigabyte keys*/
{ 0x18,0x43, KEY_POWER },
{ 0x1e, 0x7d, KEY_0 },
{ 0x14, 0x7f, KEY_1 },
{ 0x19, 0x7c, KEY_2 },
{ 0x1d, 0x7d, KEY_3 },
{ 0x1c, 0x72, KEY_4 },
{ 0x13, 0x4e, KEY_5 },
{ 0x1b, 0x4c, KEY_6 },
{ 0x14, 0x70, KEY_7 },
{ 0x1e, 0x72, KEY_8 },
{ 0x11, 0x4e, KEY_9 },
{ 0x14, 0x40, KEY_VOLUMEUP },
{ 0x1c, 0x42, KEY_VOLUMEDOWN },
{ 0x10, 0x41, KEY_CHANNELUP },
{ 0x1b, 0x7c, KEY_CHANNELDOWN },
{ 0x13, 0x7e, KEY_MUTE },
// { 0x12, 0x7e, KEY_FM },
// { 0x1d, 0x42, KEY_VIDEOS },
{ 0x15, 0x40, KEY_TV },
// { 0x1a, 0x7c, KEY_SNAPSHOT },
{ 0x11, 0x41, KEY_LAST },
{ 0x18, 0x7c, KEY_EPG },
{ 0x1a, 0x43, KEY_BACK },
{ 0x19, 0x4c, KEY_OK },
{ 0x16, 0x70, KEY_UP },
{ 0x12, 0x41, KEY_DOWN },
{ 0x16, 0x7F, KEY_LEFT },
{ 0x19, 0x43, KEY_RIGHT },
how to define commented keys? in ir-keymaps.c? or somewhere else.
i have problem when i put 1.20 firmware nothing happens with the remote control. with 1.10 when i press 5 apears 5 in console or where it is the cursor.
remote appears as /dev/input/eventXX
tell me some suggestions.
many thanks :)
Ilia
_______________________________________________ linux-dvb mailing list linux-dvb@xxxxxxxxxxx http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb