5c6a7a62c1
The driver supports chipsets ILI2102, ILI2102s, ILI2103, ILI2103s and ILI2105. Such kind of controllers can be found in Amazon Kindle Fire devices. Reviewed-by: Jan Paesmans <jan.paesmans@gmail.com> Reviewed-by: Henrik Rydberg <rydberg@euromail.se> Signed-off-by: Olivier Sobrie <olivier@sobrie.be> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
10 lines
168 B
C
10 lines
168 B
C
#ifndef _ILI210X_H
|
|
#define _ILI210X_H
|
|
|
|
struct ili210x_platform_data {
|
|
unsigned long irq_flags;
|
|
unsigned int poll_period;
|
|
bool (*get_pendown_state)(void);
|
|
};
|
|
|
|
#endif
|