Files
zephyr/include
Anas Nashif 3aab352361 drivers: video: fix NOTSUP vs NOSYS usage
Return -ENOSYS when implementation is missing and -ENOTSUP if the
feature is not supported. Those are 2 things. Missing implementation
(-ENOSYS) means that the driver is lacking support for the feature,
-ENOTSUP means we have an implementation but some parameters or
conditions makes the request unsupported.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2021-03-30 10:50:14 -05:00
..
2020-12-18 12:18:28 +01:00
2020-12-18 12:18:28 +01:00
2021-03-19 15:50:21 +01:00
2021-03-29 16:33:51 +02:00
2019-11-07 15:21:46 -08:00
2021-03-19 11:22:17 -04:00