ppisa commented on code in PR #19577: URL: https://github.com/apache/nuttx/pull/19577#discussion_r3678321572
########## include/nuttx/input/keyboard.h: ########## @@ -95,7 +97,7 @@ int keyboard_unregister(FAR struct keyboard_lowerhalf_s *lower, * Name: keyboard_translate_virtio_code ****************************************************************************/ -uint32_t keyboard_translate_virtio_code(uint16_t keycode); +uint32_t keyboard_translate_virtio_code(uint16_t keycode, bool *p_special); Review Comment: Updated -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
