summaryrefslogtreecommitdiff
path: root/firmware/export/synaptics-rmi.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/synaptics-rmi.h')
-rw-r--r--firmware/export/synaptics-rmi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/synaptics-rmi.h b/firmware/export/synaptics-rmi.h
index 2d7a0c8c1e..38a9955dcc 100644
--- a/firmware/export/synaptics-rmi.h
+++ b/firmware/export/synaptics-rmi.h
@@ -114,7 +114,7 @@ struct rmi_2d_gesture_data_t
114 * the generic_i2c driver; the i2c_dev_addr is the i2c address of the device. 114 * the generic_i2c driver; the i2c_dev_addr is the i2c address of the device.
115 * NOTE: the driver automatically handles the page select mechanism used for 115 * NOTE: the driver automatically handles the page select mechanism used for
116 * RMI over i2c and assumes a standard page select register at 0xff. */ 116 * RMI over i2c and assumes a standard page select register at 0xff. */
117int rmi_init(int i2c_bus_index, int i2c_dev_addr); 117int rmi_init(int i2c_dev_addr);
118/* Read one or more registers. 118/* Read one or more registers.
119 * WARNING: don't cross a page boundary ! */ 119 * WARNING: don't cross a page boundary ! */
120int rmi_read(int address, int byte_count, unsigned char *buffer); 120int rmi_read(int address, int byte_count, unsigned char *buffer);