Prev: fujitsu-laptop: remove unnecessary input_free_device calls
Next: hwmon: Add support for W83667HG-B
From: Johannes Berg on 12 Jul 2010 08:40 On Mon, 2010-07-05 at 10:23 +0200, Laurent Pinchart wrote: > Could you please test the following patch when you will have time ? That fixes it, thank you. johannes > diff --git a/drivers/media/video/uvc/uvc_ctrl.c b/drivers/media/video/uvc/uvc_ctrl.c > index 9af4d47..a350fad 100644 > --- a/drivers/media/video/uvc/uvc_ctrl.c > +++ b/drivers/media/video/uvc/uvc_ctrl.c > @@ -122,8 +122,8 @@ static struct uvc_control_info uvc_ctrls[] = { > .selector = UVC_PU_POWER_LINE_FREQUENCY_CONTROL, > .index = 10, > .size = 1, > - .flags = UVC_CONTROL_SET_CUR | UVC_CONTROL_GET_RANGE > - | UVC_CONTROL_RESTORE, > + .flags = UVC_CONTROL_SET_CUR | UVC_CONTROL_GET_CUR > + | UVC_CONTROL_GET_DEF | UVC_CONTROL_RESTORE, > }, > { > .entity = UVC_GUID_UVC_PROCESSING, > > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Laurent Pinchart on 12 Jul 2010 11:40 Hi Johannes, On Monday 12 July 2010 14:36:26 Johannes Berg wrote: > On Mon, 2010-07-05 at 10:23 +0200, Laurent Pinchart wrote: > > Could you please test the following patch when you will have time ? > > That fixes it, thank you. The fix has been applied to http://git.kernel.org/?p=linux/kernel/git/mchehab/linux-next.git;a=shortlog and should end up in the next 2.6.35-rc. -- Regards, Laurent Pinchart -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
First
|
Prev
|
Pages: 1 2 Prev: fujitsu-laptop: remove unnecessary input_free_device calls Next: hwmon: Add support for W83667HG-B |