commit 9381db9d5371c1c28389d2d0f33f951567a27ac3
parent 4fb3f7c0203464c5b8e55022bddc12af2b3ee050
Author: alex <alex@022568fa-442e-4ef8-a3e8-54dcafdb011a>
Date:   Thu, 13 Mar 2008 21:19:58 +0000
Don't re-define the Hue control, since the UVC descriptor returns it 
first and we try to override it here.
git-svn-id: http://svn.mediati.org/svn/r5u870/trunk@71 022568fa-442e-4ef8-a3e8-54dcafdb011a
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/r5u870.c b/r5u870.c
@@ -2638,7 +2638,6 @@ static const int r5u870_1870_ctrls[] = {
 static const int r5u870_1812_ctrls[] = {
 	R5U870_WDM_CTRL_BRIGHTNESS,
 	R5U870_WDM_CTRL_CONTRAST,
-	R5U870_WDM_CTRL_HUE,
 	R5U870_WDM_CTRL_WB_RED,
 	R5U870_WDM_CTRL_WB_GREEN,
 	R5U870_WDM_CTRL_WB_BLUE,