* [PATCH] Staging: olpc_dcon: fix typo in olpc_dcon.h
@ 2013-08-16 10:46 Jens Frederich
0 siblings, 0 replies; only message in thread
From: Jens Frederich @ 2013-08-16 10:46 UTC (permalink / raw)
To: gregkh; +Cc: dsd, jon.nettleton, devel, linux-kernel, Jens Frederich
The backlight brightness register (DCON_REG_BRIGHT) address is 0xa.
Signed-off-by: Jens Frederich <jfrederich@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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-08-16 10:46 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-08-16 10:46 [PATCH] Staging: olpc_dcon: fix typo in olpc_dcon.h Jens Frederich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®