r5u870

Ricoh R5U870 Linux Driver
git clone https://logand.com/git/r5u870.git/
Log | Files | Refs | README | LICENSE

commit 6fb2e5a163fb9136496bed6f627056f0dbd2b961
parent 2609deb6db44b3778b60487b19cdf7f92e157fbe
Author: alex <alex@022568fa-442e-4ef8-a3e8-54dcafdb011a>
Date:   Thu, 13 Mar 2008 22:26:09 +0000

Remove some unknown control IDs (eg brightness which doesn't exist on 
the 1812 UVC device).


git-svn-id: http://svn.mediati.org/svn/r5u870/trunk@73 022568fa-442e-4ef8-a3e8-54dcafdb011a

Diffstat:
Mr5u870.c | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/r5u870.c b/r5u870.c @@ -2636,8 +2636,6 @@ static const int r5u870_1870_ctrls[] = { // FIXME: This device still has a bunch of unknown control IDs. static const int r5u870_1812_ctrls[] = { - R5U870_WDM_CTRL_BRIGHTNESS, - R5U870_WDM_CTRL_CONTRAST, R5U870_WDM_CTRL_WB_RED, R5U870_WDM_CTRL_WB_GREEN, R5U870_WDM_CTRL_WB_BLUE,