aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ginput/touch/MAX11802/max11802.h
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2014-11-14 16:38:40 +0100
committerJoel Bodenmann <joel@unormal.org>2014-11-14 16:38:40 +0100
commit4f8b30ef36603d9249f70955328792866474a6bb (patch)
tree50f09e4627c44bdc29b13aafd385b83154d77adf /drivers/ginput/touch/MAX11802/max11802.h
parent6bc091035a08f58eb6c60e7cceb01ef29e655e07 (diff)
downloaduGFX-4f8b30ef36603d9249f70955328792866474a6bb.tar.gz
uGFX-4f8b30ef36603d9249f70955328792866474a6bb.tar.bz2
uGFX-4f8b30ef36603d9249f70955328792866474a6bb.zip
Fixing MAX11802 driver (by user steved)
Diffstat (limited to 'drivers/ginput/touch/MAX11802/max11802.h')
-rw-r--r--drivers/ginput/touch/MAX11802/max11802.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ginput/touch/MAX11802/max11802.h b/drivers/ginput/touch/MAX11802/max11802.h
index 2266bfa1..f085aa5f 100644
--- a/drivers/ginput/touch/MAX11802/max11802.h
+++ b/drivers/ginput/touch/MAX11802/max11802.h
@@ -15,7 +15,7 @@
// LSB of register addresses specifies read (1) or write (0)
#define MAX11802_CMD_MEASUREXY (0x70 << 1)
#define MAX11802_CMD_MEASUREXYZ (0x72 << 1)
-#define MAX11802_CMD_GEN_WR (0x01 << 1) // General config register
+#define MAX11802_CMD_GEN_WR (0x01 << 1) // General config register
#define MAX11802_CMD_RES_WR (0x02 << 1)
#define MAX11802_CMD_AVG_WR (0x03 << 1)
#define MAX11802_CMD_SAMPLE_WR (0x04 << 1)