xiaoxiang781216 commented on a change in pull request #5802: URL: https://github.com/apache/incubator-nuttx/pull/5802#discussion_r830721637
########## File path: drivers/input/uinput.c ########## @@ -453,19 +457,17 @@ static ssize_t uinput_keyboard_write(FAR struct keyboard_lowerhalf_s *lower, * Initialized the uinput touchscreen device * * Input Parameters: - * name: Touchscreen devices name - * maxpoint: Maximum number of touch points supported. - * buff_nums: Number of the touch points structure. + * None * * Returned Value: * Zero is returned on success. Otherwise, a negated errno value is * returned to indicate the nature of the failure. * ****************************************************************************/ -#ifdef CONFIG_UINPUT_TOUCHSCREEN +#ifdef CONFIG_UINPUT_TOUCH -int uinput_touch_initialize(FAR const char *name, int maxpoint, int buffnums) +int uinput_touch_initialize(void) { char devname[UINPUT_NAME_SIZE]; Review comment: Done. -- 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