From fbf9dd562a0fcf209883db65e61a68f92eeb817a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Voltz?= Date: Mon, 27 Dec 2010 22:40:11 +0100 Subject: [PATCH] add half-step mode to DSmobile 600 motor --- backend/genesys_devices.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/backend/genesys_devices.c b/backend/genesys_devices.c index dce0c8d08..83a81a9b9 100644 --- a/backend/genesys_devices.c +++ b/backend/genesys_devices.c @@ -895,7 +895,7 @@ static Genesys_Motor Motor[] = { {MOTOR_DSMOBILE_600, /* Pentax DSmobile 600 */ 750, 1500, - 1, + 2, 1, {{{ 6666, @@ -904,9 +904,9 @@ static Genesys_Motor Motor[] = { 0.8, }, { - 11000, - 11000, - 2, + 6666, + 3700, + 8, 0.8, },},}, },