Re: [PATCH v4 2/9] media: uvcvideo: Allow external entities

2020-12-20 Thread Laurent Pinchart
Hi Ricardo, Thank you for the patch. On Tue, Dec 15, 2020 at 04:44:32PM +0100, Ricardo Ribalda wrote: > Increase the size of the id, to avoid collisions with external entities. Could you expand the commit message a bit to explain what external entities are ? > Signed-off-by: Ricardo Ribalda >

[PATCH v4 2/9] media: uvcvideo: Allow external entities

2020-12-15 Thread Ricardo Ribalda
Increase the size of the id, to avoid collisions with external entities. Signed-off-by: Ricardo Ribalda --- drivers/media/usb/uvc/uvc_driver.c | 2 +- drivers/media/usb/uvc/uvcvideo.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/media/usb/uvc/uvc_driver.c