Re: [RFCv1 PATCH 1/6] v4l2-ctrls: v4l2_ctrl_add_handler: add from_other_dev

2017-11-17 Thread Hans Verkuil
On 17/11/17 14:41, Mauro Carvalho Chehab wrote: > Em Mon, 13 Nov 2017 15:34:03 +0100 > Hans Verkuil escreveu: > >> From: Hans Verkuil >> >> Add a 'bool from_other_dev' argument: set to true if the two >> handlers refer to different devices (e.g. it is true when >> inheriting controls from a subd

Re: [RFCv1 PATCH 1/6] v4l2-ctrls: v4l2_ctrl_add_handler: add from_other_dev

2017-11-17 Thread Mauro Carvalho Chehab
Em Mon, 13 Nov 2017 15:34:03 +0100 Hans Verkuil escreveu: > From: Hans Verkuil > > Add a 'bool from_other_dev' argument: set to true if the two > handlers refer to different devices (e.g. it is true when > inheriting controls from a subdev into a main v4l2 bridge > driver). > > This will be us