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>
This commit is contained in:
Rebecca Schultz Zavin
2009-03-29 22:10:22 -07:00
committed by Colin Cross
parent 90229d879b
commit 70abd67c1d
2 changed files with 5 additions and 1 deletions

View File

@@ -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 */