xiaoxiang781216 commented on code in PR #17824: URL: https://github.com/apache/nuttx/pull/17824#discussion_r2702073693
########## include/nuttx/sensors/ioctl.h: ########## @@ -444,27 +444,18 @@ #define SNIOC_GET_INFO _SNIOC(0x009B) -#ifdef CONFIG_USENSOR -/* Command: SNIOC_SET_INFO - * Description: Set device information. Only used by user space. - * Argument: This is the device info pointer. - */ - -# define SNIOC_SET_INFO _SNIOC(0x009C) -#endif - Review Comment: this ioctl is normally used with Android sensor HAL to report the additional sensor info required by Android, since both side is modified, the impact is minimal. -- 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]
