JianyuWang0623 commented on code in PR #16677:
URL: https://github.com/apache/nuttx/pull/16677#discussion_r2187658202


##########
drivers/input/touchscreen_upper.c:
##########
@@ -149,6 +150,11 @@ static int touch_open(FAR struct file *filep)
 
   filep->f_priv = openpriv;
   nxmutex_unlock(&upper->lock);
+  if (lower->open)

Review Comment:
   Done, splited to:
   1. [driver/touchscreen: add custom 
open/close](https://github.com/apache/nuttx/pull/16677/commits/a615a4d8c0bfb6a6fb5e5ae674ff33892179a1ec)
   2. [driver/touchscreen: Add support for 
mirror/swap](https://github.com/apache/nuttx/pull/16677/commits/7bc08c9771e2dd1ece6cb45050545d8c3559877f)



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

Reply via email to