Hi,
I cannot get working PS3 BD Remote (old version) with OSMC. I pair it without any problems.
At that moment only left/right/up/down/enter keys are working.
Then I installed new keymap.xml and input.conf from [LINUX] Sony PlayStation 3 Blu-ray Disc Remote (PS3 BD) + LIRC + XBMC = SUCCESS
(I fixed bluetooth addr in input.conf).
At this point mote keys are working, but not all. For example, pause and rew keys work, but fwd and “tirangle” key are not.
I tried to user “keymap config” add-on, without success - it does not “see” the triangle key and others on remote.
I installed package xbmc-eventclients-ps3 but it does not change anything. Finally I installed evtest and it shows every key pressed on ps3 remote. That is its output for “triangle” key and some other:
Event: time 1455310637.261140, type 4 (EV_MSC), code 4 (MSC_SCAN), value 9000d
Event: time 1455310637.261140, type 1 (EV_KEY), code 357 (KEY_OPTION), value 1
Event: time 1455310637.261140, -------------- EV_SYN ------------
Event: time 1455310637.380007, type 4 (EV_MSC), code 4 (MSC_SCAN), value 9000d
Event: time 1455310637.380007, type 1 (EV_KEY), code 357 (KEY_OPTION), value 0
Event: time 1455310637.380007, -------------- EV_SYN ------------
Event: time 1455310638.224076, type 4 (EV_MSC), code 4 (MSC_SCAN), value 90070
Event: time 1455310638.224076, type 1 (EV_KEY), code 358 (KEY_INFO), value 1
Event: time 1455310638.224076, -------------- EV_SYN ------------
Event: time 1455310638.406701, type 4 (EV_MSC), code 4 (MSC_SCAN), value 90070
Event: time 1455310638.406701, type 1 (EV_KEY), code 358 (KEY_INFO), value 0
Event: time 1455310638.406701, -------------- EV_SYN ------------
Event: time 1455310639.121920, type 4 (EV_MSC), code 4 (MSC_SCAN), value 90070
Event: time 1455310639.121920, type 1 (EV_KEY), code 358 (KEY_INFO), value 1
Event: time 1455310639.121920, -------------- EV_SYN ------------
Event: time 1455310639.390843, type 4 (EV_MSC), code 4 (MSC_SCAN), value 90070
Event: time 1455310639.390843, type 1 (EV_KEY), code 358 (KEY_INFO), value 0
Event: time 1455310639.390843, -------------- EV_SYN ------------
What I noticed is that the “silent” keys have the codes greater than 0xff. I found bug report about just this case (but not with kodi).
And now I don’t know what to do next.