diff options
| author | Rebecca Schultz Zavin <rebecca@android.com> | 2009-03-29 22:10:22 -0700 |
|---|---|---|
| committer | Colin Cross <ccross@android.com> | 2011-06-14 09:08:50 -0700 |
| commit | 70abd67c1d38f7df5ef9f69b80b3bbe3d4bb37f5 (patch) | |
| tree | c7c903a4884df9f77474eaad77837d2960734a3d /include | |
| parent | 90229d879bf1d6b712cf30f78dc5b405f6670f1c (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.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/synaptics_i2c_rmi.h b/include/linux/synaptics_i2c_rmi.h index 0e40703807f..5539cc52077 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 */ |
