Wrong key code for BACK key on the RCU

Issue #229 resolved
Peter Urbanec created an issue

The remote control driver sends KEY: 407 ARROWRIGHT when the BACK is pressed on the RCU.

This is not correct, since the same keycode is already used for the NEXT key on the RCU.

The driver should send KEY: 405 LAST as defined in linux/output.h

Reproduction steps

  • Connect serial terminal to RS232 port and monitor log
  • Press NEXT key on the RCU - key 407 is sent (this is correct)
  • Press BACK key on the RCU - key 407 is also sent (this is wrong)

Comments (5)

  1. Peter Urbanec reporter
    • removed issue_status

    The issue was updated with the following change(s):

    • The status has been updated, from New to Confirmed.
  2. Peter Urbanec reporter
    • removed issue_status

    The issue was updated with the following change(s):

    • The status has been updated, from Confirmed to Delegated.
  3. Peter Urbanec reporter
    • removed issue_status

    The issue was updated with the following change(s):

    • The status has been updated, from Delegated to Implemented.
  4. Peter Urbanec reporter
    • removed issue_status

    The issue was updated with the following change(s):

    • The status has been updated, from Implemented to Testing.
  5. Peter Urbanec reporter
    • removed issue_resolution
    • removed issue_percent
    • removed issue_close
    • removed issue_status

    The issue was updated with the following change(s):

    • The status has been updated, from Testing to Closed.
    • This issue has been closed
    • This issue's progression has been updated to 100 percent completed.
    • The resolution has been updated, from Not determined to Fixed.
  6. Log in to comment