Index: branches/release-1_0/platform/g11/sub/100l/lib.c
===================================================================
--- branches/release-1_0/platform/g11/sub/100l/lib.c	(revision 1519)
+++ branches/release-1_0/platform/g11/sub/100l/lib.c	(revision 1640)
@@ -84,9 +84,9 @@
 /* ERR99: ToDO: Check if this is also ok for G11 (taken from SX200IS port) */
 void JogDial_CW(void){
- _PostLogicalEventForNotPowerType(0x874, 2);  // RotateJogDialRight
+ _PostLogicalEventForNotPowerType(0x874, 1);  // RotateJogDialRight
 }
 
 void JogDial_CCW(void){
- _PostLogicalEventForNotPowerType(0x875, 2);  // RotateJogDialLeft
+ _PostLogicalEventForNotPowerType(0x875, 1);  // RotateJogDialLeft
 }
 
