xiaoxiang781216 opened a new pull request #5802: URL: https://github.com/apache/incubator-nuttx/pull/5802
## Summary - input/uinput: Rename UINPUT_TOUCHSCREEN to UINPUT_TOUCH - input: Move uinput initialization from boards/sim to drivers - input/uinput: Remove the argument from initialization function - input/touchscreen: Change the buffer number type from uint8_t to uint32_t - input/keyboard: Make each instance could have a different buffer size - drivers: Call uinput_keyboard_initialize in drivers_initialize - boards/sim: Enable uinput for rpproxy and rpserver ## Impact Minor, code refactor ## Testing Pass CI and run with sim:rpproxy and sim:rpserver -- 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: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org