kopia lustrzana https://gitlab.com/sane-project/backends
Fixed high-speed feature of Canoscan D660U.
rodzic
e149a7ee3b
commit
2557fc6f15
|
@ -56,6 +56,7 @@
|
||||||
* - LiDE20 does not seem to have a reliable black calibration area
|
* - LiDE20 does not seem to have a reliable black calibration area
|
||||||
* so the devices now will switch off the lamp for dark calibration
|
* so the devices now will switch off the lamp for dark calibration
|
||||||
* - added Stephan Februarys' <stephanf@singnet.com.sg> LiDE25 changes
|
* - added Stephan Februarys' <stephanf@singnet.com.sg> LiDE25 changes
|
||||||
|
* - fixed high-speed feature of CanoScan D660U
|
||||||
* .
|
* .
|
||||||
* <hr>
|
* <hr>
|
||||||
* This file is part of the SANE package.
|
* This file is part of the SANE package.
|
||||||
|
@ -2056,11 +2057,11 @@ static HWDef Hw0x04A9_0x2207 =
|
||||||
0x2f, /* sensor control settings (reg 0x0d) */
|
0x2f, /* sensor control settings (reg 0x0d) */
|
||||||
0x00, /* sensor control settings (reg 0x0e) */
|
0x00, /* sensor control settings (reg 0x0e) */
|
||||||
|
|
||||||
{0x00, 0x00, 0x04, 0x05, 0x06, 0x07, 0x00, 0x00, 0x00, 0x05},
|
|
||||||
/* mono (reg 0x0f to 0x18) */
|
/* mono (reg 0x0f to 0x18) */
|
||||||
|
|
||||||
{0x00, 0x00, 0x04, 0x05, 0x06, 0x07, 0x00, 0x00, 0x00, 0x05},
|
{0x00, 0x00, 0x04, 0x05, 0x06, 0x07, 0x00, 0x00, 0x00, 0x05},
|
||||||
|
|
||||||
/* color (reg 0x0f to 0x18) */
|
/* color (reg 0x0f to 0x18) */
|
||||||
|
{0x00, 0x00, 0x04, 0x05, 0x06, 0x07, 0x00, 0x00, 0x00, 0x05},
|
||||||
|
|
||||||
(_BLUE_CH | _ONE_CH_COLOR), /* bReg_0x26 color mode */
|
(_BLUE_CH | _ONE_CH_COLOR), /* bReg_0x26 color mode */
|
||||||
|
|
||||||
|
@ -2109,7 +2110,7 @@ static HWDef Hw0x04A9_0x2208 =
|
||||||
{
|
{
|
||||||
1.2, /* dMaxMotorSpeed (Max_Speed) */
|
1.2, /* dMaxMotorSpeed (Max_Speed) */
|
||||||
1.1, /* dMaxMoveSpeed (Max_Speed) */
|
1.1, /* dMaxMoveSpeed (Max_Speed) */
|
||||||
3.5, /* dHighSpeed */
|
2.75, /* dHighSpeed */
|
||||||
9, /* dIntegrationTimeLowLamp */
|
9, /* dIntegrationTimeLowLamp */
|
||||||
9, /* dIntegrationTimeHighLamp */
|
9, /* dIntegrationTimeHighLamp */
|
||||||
300, /* wMotorDpi (Full step DPI) */
|
300, /* wMotorDpi (Full step DPI) */
|
||||||
|
|
Ładowanie…
Reference in New Issue