ppisa commented on PR #19577:
URL: https://github.com/apache/nuttx/pull/19577#issuecomment-5123928064

   @acassis , this is in the fact not API modification but attempt to follow 
what has been architected in the code long time ago.
   
   Some more detailed information about internal lower to upper level keyboard 
API
   ```
   keyboard_event(&(priv->keyboardlower),
                        priv->keyboardsample.code,
                        priv->keyboardsample.type);
   ```
   would worth to be added. The event types are already described in 
https://nuttx.apache.org/docs/latest/components/drivers/character/input/keypad-keyboard.html
   
   But I am on vacations next week and I have a lot to resolve in the projects 
related to NuttX, RTEMS, etc. So I think these fixes worth to be included. I 
cannot provide any promise when I could get to documenting what are  the APIs 
already provided by NuttX before. 


-- 
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]

Reply via email to