Re: [PATCH 1/5] v4l2-ioctl: add missing pixelformats

2019-06-26 Thread Hans Verkuil
On 6/26/19 6:31 PM, Laurent Pinchart wrote: > Hi Hans, > > Thank you for the patch. > > On Wed, Jun 26, 2019 at 01:27:44PM +0200, Hans Verkuil wrote: >> The v4l_fill_fmtdesc() is supposed to be updated whenever a new pixelformat >> is added, but a bunch of recently added pixelformats were forgott

Re: [PATCH 1/5] v4l2-ioctl: add missing pixelformats

2019-06-26 Thread Laurent Pinchart
Hi Hans, Thank you for the patch. On Wed, Jun 26, 2019 at 01:27:44PM +0200, Hans Verkuil wrote: > The v4l_fill_fmtdesc() is supposed to be updated whenever a new pixelformat > is added, but a bunch of recently added pixelformats were forgotten. Sorry about forgetting tp update the code :-( > Up

[PATCH 1/5] v4l2-ioctl: add missing pixelformats

2019-06-26 Thread Hans Verkuil
The v4l_fill_fmtdesc() is supposed to be updated whenever a new pixelformat is added, but a bunch of recently added pixelformats were forgotten. Update the list. Also change a few lower case words to upper case to keep the same style. Signed-off-by: Hans Verkuil Cc: Laurent Pinchart --- drive