diff options
Diffstat (limited to 'drivers/input/touchscreen/mainstone-wm97xx.c')
-rw-r--r-- | drivers/input/touchscreen/mainstone-wm97xx.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/input/touchscreen/mainstone-wm97xx.c b/drivers/input/touchscreen/mainstone-wm97xx.c index c797bc04ee83..8fc3b08deb3b 100644 --- a/drivers/input/touchscreen/mainstone-wm97xx.c +++ b/drivers/input/touchscreen/mainstone-wm97xx.c | |||
@@ -198,6 +198,9 @@ static int wm97xx_acc_startup(struct wm97xx *wm) | |||
198 | if (machine_is_palmt5() || machine_is_palmtx() || machine_is_palmld()) { | 198 | if (machine_is_palmt5() || machine_is_palmtx() || machine_is_palmld()) { |
199 | pen_int = 1; | 199 | pen_int = 1; |
200 | irq = 27; | 200 | irq = 27; |
201 | /* There is some obscure mutant of WM9712 interbred with WM9713 | ||
202 | * used on Palm HW */ | ||
203 | wm->variant = WM97xx_WM1613; | ||
201 | } else if (machine_is_mainstone() && pen_int) | 204 | } else if (machine_is_mainstone() && pen_int) |
202 | irq = 4; | 205 | irq = 4; |
203 | 206 | ||