diff --git a/backend/genesys_gl124.h b/backend/genesys_gl124.h index fc635f651..32f65a65f 100644 --- a/backend/genesys_gl124.h +++ b/backend/genesys_gl124.h @@ -633,7 +633,7 @@ static Sensor_Profile sensors[]={ {CIS_CANONLIDE120, 600, 1, 4608, 0x0f, 0x00, 0x55, 2552, 112, 94, 894, 1044, 994, NULL , 0x00, 0x02, 0x20, 0x21, 0x15, 0x06}, {CIS_CANONLIDE120, 600, 0, 5360, 0x0f, 0x00, 0x55, 5104, 139, 94, 1644, 1994, 1844, NULL , 0x00, 0x02, 0x20, 0x21, 0x11, 0x1f}, {CIS_CANONLIDE120, 1200, 0, 10528, 0x0f, 0x9f, 0x55,10208, 192, 94, 3194, 3794, 3594, NULL , 0x00, 0x02, 0x20, 0x21, 0x15, 0x1f}, - {CIS_CANONLIDE120, 2400, 0, 20864, 0x0f, 0x9f, 0x55, 5104, 163, 4679, 6839, 8401, 6859, order_0213, 0x00, 0x02, 0x20, 0x24, 0x00, 0x00}, + {CIS_CANONLIDE120, 2400, 0, 20864, 0x0f, 0x00, 0x55,20416, 298, 94, 6244, 7544, 7094, NULL , 0x00, 0x02, 0x20, 0x21, 0x11, 0x00}, /* LiDE 210 */ {CIS_CANONLIDE210, 600, 1, 2768, 0x1e, 0x9f, 0x55, 2584, 154, 101, 388, 574, 393, NULL , 0x00, 0x0c, 0x20, 0x21, 0x00, 0x00}, @@ -661,6 +661,7 @@ static uint32_t lide120_ok[] = { 62496, 2343, 2343, 2343, 2343, 2343, 2343, 23 static uint32_t lide110_slow[] = { 62496, 7896, 2632, 0}; static uint32_t lide120_slow[] = { 62464, 7896, 2632, 0}; static uint32_t lide110_max[] = { 62496, 31296, 10432, 0}; +static uint32_t lide120_max[] = { 62464, 7824, 2632, 0}; static uint32_t lide210_max[] = { 62496, 31296, 20864, 10432, 0}; /* NEXT LPERIOD=PREVIOUS*2-192 */ @@ -676,7 +677,7 @@ static Motor_Profile motors[]={ {MOTOR_CANONLIDE120, 4608, 0, lide120_fast}, {MOTOR_CANONLIDE120, 5360, 1, lide120_ok}, {MOTOR_CANONLIDE120, 10528, 2, lide120_slow}, - {MOTOR_CANONLIDE120, 20864, 2, lide110_max}, + {MOTOR_CANONLIDE120, 20864, 2, lide120_max}, {MOTOR_CANONLIDE210, 2768, 0, lide210_fast}, {MOTOR_CANONLIDE210, 5360, 0, lide110_ok}, {MOTOR_CANONLIDE210, 10528, 1, lide110_slow},