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:
committed by
Colin Cross
parent
90229d879b
commit
70abd67c1d
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user