Re: [PATCH] gspca pac7302: add red and blue balance control

2009-11-07 Thread Németh Márton
From: Márton Németh Add the red and blue balance control to the pac7302 driver. The valid values for these controls are 0..3 (lower two bits) which was identified by trial and error on Labtec Webcam 2200 (USB ID 093a:2626). The upper 6 bits are ignored on page 0, registers 0xc5 and 0xc7 by the ca

Re: [PATCH] gspca pac7302: add red and blue balance control

2009-11-07 Thread Németh Márton
Németh Márton wrote: > Add the red and blue balance control to the pac7302 driver. The valid > values for these controls are 0..3 which was identified by trial and error > on Labtec Webcam 2200 (USB ID 093a:2626). The upper 5 bits are ignored The upper 6 bits, I mean. The lower two bits are only u

[PATCH] gspca pac7302: add red and blue balance control

2009-11-07 Thread Németh Márton
From: Márton Németh Add the red and blue balance control to the pac7302 driver. The valid values for these controls are 0..3 which was identified by trial and error on Labtec Webcam 2200 (USB ID 093a:2626). The upper 5 bits are ignored on page 0, registers 0xc5 and 0xc7 by the camera. Signed-off