a note about the work left to get XP200 shading work

merge-requests/1/head
Stphane Voltz 2009-06-20 07:37:50 +02:00
rodzic 2d0710ed07
commit 48df712552
1 zmienionych plików z 6 dodań i 0 usunięć

Wyświetl plik

@ -2971,6 +2971,12 @@ genesys_send_shading_coefficient (Genesys_Device * dev)
else
coeff = 0x2000;
/* for GL646, shading data is planar if REG01_FASTMOD is set and
* chunky if not. For now we rely on the fact that we know that
* each sensor is used only in one mode. Currently only the CIS_XP200
* sets REG01_FASTMOD.
*/
switch (dev->model->ccd_type)
{
case CIS_XP200: