On Tue, Oct 08, 2024 at 03:00:06PM +0000, Ricardo Ribalda wrote:
Some cameras do not return all the bytes requested from a control if it can fit in less bytes. Eg: returning 0xab instead of 0x00ab. Support these devices.
Also, now that we are at it, improve uvc_query_ctrl() logging.
Signed-off-by: Ricardo Ribalda ribalda@chromium.org
For both:
Reviewed-by: Sakari Ailus sakari.ailus@linux.intel.com