From cef28b4d46a0faa4d4acb60d815ac9a49036ba85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Voltz?= Date: Thu, 9 Jun 2011 22:22:57 +0200 Subject: [PATCH] X1100 device regression fix --- ChangeLog | 5 ++++- backend/lexmark_models.c | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 599569072..08837ea43 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,7 @@ -2011-06-07 Stéphane Voltz +2011-06-10 Stéphane Voltz + * backend/lexmark_models.c: fix missing motor initialization + +2011-06-09 Stéphane Voltz * backend/genesys*.[ch] : rework of gl847 to reach 2400 dpi for LiDE 100 and 4800 dpi for LiDE 200 diff --git a/backend/lexmark_models.c b/backend/lexmark_models.c index 0a6d30055..7819a8d29 100644 --- a/backend/lexmark_models.c +++ b/backend/lexmark_models.c @@ -50,6 +50,7 @@ static Lexmark_Model model_list[] = { "Lexmark X1100", /* name */ "Lexmark", /* vendor */ "X1100/rev. B2", /* model */ + X1100_MOTOR, /* X1100 series has 2 sensors */ X1100_B2_SENSOR, 1235, /* first x-coordinate of Home Point */