The backlight brightness register (DCON_REG_BRIGHT) address is 0xa. Signed-off-by: Jens Frederich <jfreder...@gmail.com>
diff --git a/drivers/staging/olpc_dcon/olpc_dcon.h b/drivers/staging/olpc_dcon/olpc_dcon.h index 524ee49..e2663b1 100644 --- a/drivers/staging/olpc_dcon/olpc_dcon.h +++ b/drivers/staging/olpc_dcon/olpc_dcon.h @@ -30,7 +30,7 @@ #define DCON_REG_VSYNC_WIDTH 0x7 #define DCON_REG_TIMEOUT 0x8 #define DCON_REG_SCAN_INT 0x9 -#define DCON_REG_BRIGHT 0x10 +#define DCON_REG_BRIGHT 0xa #define DCON_REG_MEM_OPT_A 0x41 #define DCON_REG_MEM_OPT_B 0x42 -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/