Input: atmel_mxt_ts - allow board code to specify IRQ flags

Different board have different requirements/setups so let's be more
flexible.

Signed-off-by: Iiro Valkonen <iiro.valkonen@atmel.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
This commit is contained in:
Iiro Valkonen 2011-02-15 13:36:52 -08:00 committed by Dmitry Torokhov
parent 71749f5c66
commit 919ed895f0
3 changed files with 7 additions and 3 deletions

View file

@ -38,6 +38,7 @@ struct mxt_platform_data {
unsigned int threshold;
unsigned int voltage;
unsigned char orient;
unsigned long irqflags;
};
#endif /* __LINUX_ATMEL_MXT_TS_H */