this seems to be the same issue as bug 1389201, it's even the same kbd
in that bug.  note while the scancodes match, the keycodes in the error
messages from that bug are different because in 2018 the hwdb mapping
was changed to set the scancodes from 'zoomin/zoomout' to the simpler
'up/down', and those map to the keycodes you are seeing, i.e.:

$ grep -E 'KEY_(UP|DOWN)' /usr/include/linux/input-event-codes.h 
#define KEY_UP                  103
#define KEY_DOWN                108

the original reporter in that bug indicated it 'fixed itself' though
from your report it seems it might not have. can you edit the hwdb file
as mentioned in bug 1389201 comment 6 and see if that removes the
warning messages? you should also check if the 'zoom in/out' keys work,
or if you dont care about those keys, then you can just ignore the error
messages.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1890186

Title:
  Failed to call EVIOCSKEYCODE with scan code 0xc022d, and key code 103:
  Invalid argument

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1890186/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to