summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRebecca Schultz Zavin <rebecca@android.com>2009-03-29 22:10:22 -0700
committerArve Hjønnevåg <arve@android.com>2009-07-29 14:29:22 -0700
commit90e74b2dd48bf58539f71bed8ab84b8cfbdfe5ef (patch)
treee9c17a0e2d9b43854f6edcd66b1774a5b792d956 /include
parentedc71cab6a21fd0415b626bf2cbe737af29e3491 (diff)
Input: synaptics_i2c_rmi: Add irqflags to platform data struct to pass them to driver
Signed-off-by: Rebecca Schultz Zavin <rebecca@android.com> Signed-off-by: Arve Hjønnevåg <arve@android.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/synaptics_i2c_rmi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/synaptics_i2c_rmi.h b/include/linux/synaptics_i2c_rmi.h
index 0e40703807f4..5539cc520779 100644
--- a/include/linux/synaptics_i2c_rmi.h
+++ b/include/linux/synaptics_i2c_rmi.h
@@ -32,6 +32,7 @@ struct synaptics_i2c_rmi_platform_data {
/* If non-zero another array entry follows */
int (*power)(int on); /* Only valid in first array entry */
uint32_t flags;
+ unsigned long irqflags;
uint32_t inactive_left; /* 0x10000 = screen width */
uint32_t inactive_right; /* 0x10000 = screen width */
uint32_t inactive_top; /* 0x10000 = screen height */