2 * ALPS touchpad PS/2 mouse driver
4 * Copyright (c) 2003 Neil Brown <neilb@cse.unsw.edu.au>
5 * Copyright (c) 2003-2005 Peter Osterlund <petero2@telia.com>
6 * Copyright (c) 2004 Dmitry Torokhov <dtor@mail.ru>
7 * Copyright (c) 2005 Vojtech Pavlik <vojtech@suse.cz>
8 * Copyright (c) 2009 Sebastian Kapfer <sebastian_kapfer@gmx.net>
10 * ALPS detection, tap switching and status querying info is taken from
11 * tpconfig utility (by C. Scott Ananian and Bruce Kall).
13 * This program is free software; you can redistribute it and/or modify it
14 * under the terms of the GNU General Public License version 2 as published by
15 * the Free Software Foundation.
18 #include <linux/slab.h>
19 #include <linux/input.h>
20 #include <linux/input/mt.h>
21 #include <linux/serio.h>
22 #include <linux/libps2.h>
23 #include <linux/dmi.h>
29 * Definitions for ALPS version 3 and 4 command mode protocol
31 #define ALPS_CMD_NIBBLE_10 0x01f2
33 #define ALPS_REG_BASE_RUSHMORE 0xc2c0
34 #define ALPS_REG_BASE_PINNACLE 0x0000
36 static const struct alps_nibble_commands alps_v3_nibble_commands
[] = {
37 { PSMOUSE_CMD_SETPOLL
, 0x00 }, /* 0 */
38 { PSMOUSE_CMD_RESET_DIS
, 0x00 }, /* 1 */
39 { PSMOUSE_CMD_SETSCALE21
, 0x00 }, /* 2 */
40 { PSMOUSE_CMD_SETRATE
, 0x0a }, /* 3 */
41 { PSMOUSE_CMD_SETRATE
, 0x14 }, /* 4 */
42 { PSMOUSE_CMD_SETRATE
, 0x28 }, /* 5 */
43 { PSMOUSE_CMD_SETRATE
, 0x3c }, /* 6 */
44 { PSMOUSE_CMD_SETRATE
, 0x50 }, /* 7 */
45 { PSMOUSE_CMD_SETRATE
, 0x64 }, /* 8 */
46 { PSMOUSE_CMD_SETRATE
, 0xc8 }, /* 9 */
47 { ALPS_CMD_NIBBLE_10
, 0x00 }, /* a */
48 { PSMOUSE_CMD_SETRES
, 0x00 }, /* b */
49 { PSMOUSE_CMD_SETRES
, 0x01 }, /* c */
50 { PSMOUSE_CMD_SETRES
, 0x02 }, /* d */
51 { PSMOUSE_CMD_SETRES
, 0x03 }, /* e */
52 { PSMOUSE_CMD_SETSCALE11
, 0x00 }, /* f */
55 static const struct alps_nibble_commands alps_v4_nibble_commands
[] = {
56 { PSMOUSE_CMD_ENABLE
, 0x00 }, /* 0 */
57 { PSMOUSE_CMD_RESET_DIS
, 0x00 }, /* 1 */
58 { PSMOUSE_CMD_SETSCALE21
, 0x00 }, /* 2 */
59 { PSMOUSE_CMD_SETRATE
, 0x0a }, /* 3 */
60 { PSMOUSE_CMD_SETRATE
, 0x14 }, /* 4 */
61 { PSMOUSE_CMD_SETRATE
, 0x28 }, /* 5 */
62 { PSMOUSE_CMD_SETRATE
, 0x3c }, /* 6 */
63 { PSMOUSE_CMD_SETRATE
, 0x50 }, /* 7 */
64 { PSMOUSE_CMD_SETRATE
, 0x64 }, /* 8 */
65 { PSMOUSE_CMD_SETRATE
, 0xc8 }, /* 9 */
66 { ALPS_CMD_NIBBLE_10
, 0x00 }, /* a */
67 { PSMOUSE_CMD_SETRES
, 0x00 }, /* b */
68 { PSMOUSE_CMD_SETRES
, 0x01 }, /* c */
69 { PSMOUSE_CMD_SETRES
, 0x02 }, /* d */
70 { PSMOUSE_CMD_SETRES
, 0x03 }, /* e */
71 { PSMOUSE_CMD_SETSCALE11
, 0x00 }, /* f */
74 static const struct alps_nibble_commands alps_v6_nibble_commands
[] = {
75 { PSMOUSE_CMD_ENABLE
, 0x00 }, /* 0 */
76 { PSMOUSE_CMD_SETRATE
, 0x0a }, /* 1 */
77 { PSMOUSE_CMD_SETRATE
, 0x14 }, /* 2 */
78 { PSMOUSE_CMD_SETRATE
, 0x28 }, /* 3 */
79 { PSMOUSE_CMD_SETRATE
, 0x3c }, /* 4 */
80 { PSMOUSE_CMD_SETRATE
, 0x50 }, /* 5 */
81 { PSMOUSE_CMD_SETRATE
, 0x64 }, /* 6 */
82 { PSMOUSE_CMD_SETRATE
, 0xc8 }, /* 7 */
83 { PSMOUSE_CMD_GETID
, 0x00 }, /* 8 */
84 { PSMOUSE_CMD_GETINFO
, 0x00 }, /* 9 */
85 { PSMOUSE_CMD_SETRES
, 0x00 }, /* a */
86 { PSMOUSE_CMD_SETRES
, 0x01 }, /* b */
87 { PSMOUSE_CMD_SETRES
, 0x02 }, /* c */
88 { PSMOUSE_CMD_SETRES
, 0x03 }, /* d */
89 { PSMOUSE_CMD_SETSCALE21
, 0x00 }, /* e */
90 { PSMOUSE_CMD_SETSCALE11
, 0x00 }, /* f */
94 #define ALPS_DUALPOINT 0x02 /* touchpad has trackstick */
95 #define ALPS_PASS 0x04 /* device has a pass-through port */
97 #define ALPS_WHEEL 0x08 /* hardware wheel present */
98 #define ALPS_FW_BK_1 0x10 /* front & back buttons present */
99 #define ALPS_FW_BK_2 0x20 /* front & back buttons present */
100 #define ALPS_FOUR_BUTTONS 0x40 /* 4 direction button present */
101 #define ALPS_PS2_INTERLEAVED 0x80 /* 3-byte PS/2 packet interleaved with
102 6-byte ALPS packet */
103 #define ALPS_STICK_BITS 0x100 /* separate stick button bits */
104 #define ALPS_BUTTONPAD 0x200 /* device is a clickpad */
106 static const struct alps_model_info alps_model_data
[] = {
107 { { 0x32, 0x02, 0x14 }, 0x00, { ALPS_PROTO_V2
, 0xf8, 0xf8, ALPS_PASS
| ALPS_DUALPOINT
} }, /* Toshiba Salellite Pro M10 */
108 { { 0x33, 0x02, 0x0a }, 0x00, { ALPS_PROTO_V1
, 0x88, 0xf8, 0 } }, /* UMAX-530T */
109 { { 0x53, 0x02, 0x0a }, 0x00, { ALPS_PROTO_V2
, 0xf8, 0xf8, 0 } },
110 { { 0x53, 0x02, 0x14 }, 0x00, { ALPS_PROTO_V2
, 0xf8, 0xf8, 0 } },
111 { { 0x60, 0x03, 0xc8 }, 0x00, { ALPS_PROTO_V2
, 0xf8, 0xf8, 0 } }, /* HP ze1115 */
112 { { 0x63, 0x02, 0x0a }, 0x00, { ALPS_PROTO_V2
, 0xf8, 0xf8, 0 } },
113 { { 0x63, 0x02, 0x14 }, 0x00, { ALPS_PROTO_V2
, 0xf8, 0xf8, 0 } },
114 { { 0x63, 0x02, 0x28 }, 0x00, { ALPS_PROTO_V2
, 0xf8, 0xf8, ALPS_FW_BK_2
} }, /* Fujitsu Siemens S6010 */
115 { { 0x63, 0x02, 0x3c }, 0x00, { ALPS_PROTO_V2
, 0x8f, 0x8f, ALPS_WHEEL
} }, /* Toshiba Satellite S2400-103 */
116 { { 0x63, 0x02, 0x50 }, 0x00, { ALPS_PROTO_V2
, 0xef, 0xef, ALPS_FW_BK_1
} }, /* NEC Versa L320 */
117 { { 0x63, 0x02, 0x64 }, 0x00, { ALPS_PROTO_V2
, 0xf8, 0xf8, 0 } },
118 { { 0x63, 0x03, 0xc8 }, 0x00, { ALPS_PROTO_V2
, 0xf8, 0xf8, ALPS_PASS
| ALPS_DUALPOINT
} }, /* Dell Latitude D800 */
119 { { 0x73, 0x00, 0x0a }, 0x00, { ALPS_PROTO_V2
, 0xf8, 0xf8, ALPS_DUALPOINT
} }, /* ThinkPad R61 8918-5QG */
120 { { 0x73, 0x02, 0x0a }, 0x00, { ALPS_PROTO_V2
, 0xf8, 0xf8, 0 } },
121 { { 0x73, 0x02, 0x14 }, 0x00, { ALPS_PROTO_V2
, 0xf8, 0xf8, ALPS_FW_BK_2
} }, /* Ahtec Laptop */
124 * XXX This entry is suspicious. First byte has zero lower nibble,
125 * which is what a normal mouse would report. Also, the value 0x0e
126 * isn't valid per PS/2 spec.
128 { { 0x20, 0x02, 0x0e }, 0x00, { ALPS_PROTO_V2
, 0xf8, 0xf8, ALPS_PASS
| ALPS_DUALPOINT
} },
130 { { 0x22, 0x02, 0x0a }, 0x00, { ALPS_PROTO_V2
, 0xf8, 0xf8, ALPS_PASS
| ALPS_DUALPOINT
} },
131 { { 0x22, 0x02, 0x14 }, 0x00, { ALPS_PROTO_V2
, 0xff, 0xff, ALPS_PASS
| ALPS_DUALPOINT
} }, /* Dell Latitude D600 */
132 /* Dell Latitude E5500, E6400, E6500, Precision M4400 */
133 { { 0x62, 0x02, 0x14 }, 0x00, { ALPS_PROTO_V2
, 0xcf, 0xcf,
134 ALPS_PASS
| ALPS_DUALPOINT
| ALPS_PS2_INTERLEAVED
} },
135 { { 0x73, 0x00, 0x14 }, 0x00, { ALPS_PROTO_V6
, 0xff, 0xff, ALPS_DUALPOINT
} }, /* Dell XT2 */
136 { { 0x73, 0x02, 0x50 }, 0x00, { ALPS_PROTO_V2
, 0xcf, 0xcf, ALPS_FOUR_BUTTONS
} }, /* Dell Vostro 1400 */
137 { { 0x52, 0x01, 0x14 }, 0x00, { ALPS_PROTO_V2
, 0xff, 0xff,
138 ALPS_PASS
| ALPS_DUALPOINT
| ALPS_PS2_INTERLEAVED
} }, /* Toshiba Tecra A11-11L */
139 { { 0x73, 0x02, 0x64 }, 0x8a, { ALPS_PROTO_V4
, 0x8f, 0x8f, 0 } },
142 static const struct alps_protocol_info alps_v3_protocol_data
= {
143 ALPS_PROTO_V3
, 0x8f, 0x8f, ALPS_DUALPOINT
146 static const struct alps_protocol_info alps_v3_rushmore_data
= {
147 ALPS_PROTO_V3_RUSHMORE
, 0x8f, 0x8f, ALPS_DUALPOINT
150 static const struct alps_protocol_info alps_v5_protocol_data
= {
151 ALPS_PROTO_V5
, 0xc8, 0xd8, 0
154 static const struct alps_protocol_info alps_v7_protocol_data
= {
155 ALPS_PROTO_V7
, 0x48, 0x48, ALPS_DUALPOINT
158 static const struct alps_protocol_info alps_v8_protocol_data
= {
159 ALPS_PROTO_V8
, 0x18, 0x18, 0
163 * Some v2 models report the stick buttons in separate bits
165 static const struct dmi_system_id alps_dmi_has_separate_stick_buttons
[] = {
166 #if defined(CONFIG_DMI) && defined(CONFIG_X86)
168 /* Extrapolated from other entries */
170 DMI_MATCH(DMI_SYS_VENDOR
, "Dell Inc."),
171 DMI_MATCH(DMI_PRODUCT_NAME
, "Latitude D420"),
175 /* Reported-by: Hans de Bruin <jmdebruin@xmsnet.nl> */
177 DMI_MATCH(DMI_SYS_VENDOR
, "Dell Inc."),
178 DMI_MATCH(DMI_PRODUCT_NAME
, "Latitude D430"),
182 /* Reported-by: Hans de Goede <hdegoede@redhat.com> */
184 DMI_MATCH(DMI_SYS_VENDOR
, "Dell Inc."),
185 DMI_MATCH(DMI_PRODUCT_NAME
, "Latitude D620"),
189 /* Extrapolated from other entries */
191 DMI_MATCH(DMI_SYS_VENDOR
, "Dell Inc."),
192 DMI_MATCH(DMI_PRODUCT_NAME
, "Latitude D630"),
199 static void alps_set_abs_params_st(struct alps_data
*priv
,
200 struct input_dev
*dev1
);
201 static void alps_set_abs_params_semi_mt(struct alps_data
*priv
,
202 struct input_dev
*dev1
);
203 static void alps_set_abs_params_v7(struct alps_data
*priv
,
204 struct input_dev
*dev1
);
205 static void alps_set_abs_params_ss4_v2(struct alps_data
*priv
,
206 struct input_dev
*dev1
);
208 /* Packet formats are described in Documentation/input/alps.txt */
210 static bool alps_is_valid_first_byte(struct alps_data
*priv
,
213 return (data
& priv
->mask0
) == priv
->byte0
;
216 static void alps_report_buttons(struct input_dev
*dev1
, struct input_dev
*dev2
,
217 int left
, int right
, int middle
)
219 struct input_dev
*dev
;
222 * If shared button has already been reported on the
223 * other device (dev2) then this event should be also
224 * sent through that device.
226 dev
= (dev2
&& test_bit(BTN_LEFT
, dev2
->key
)) ? dev2
: dev1
;
227 input_report_key(dev
, BTN_LEFT
, left
);
229 dev
= (dev2
&& test_bit(BTN_RIGHT
, dev2
->key
)) ? dev2
: dev1
;
230 input_report_key(dev
, BTN_RIGHT
, right
);
232 dev
= (dev2
&& test_bit(BTN_MIDDLE
, dev2
->key
)) ? dev2
: dev1
;
233 input_report_key(dev
, BTN_MIDDLE
, middle
);
236 * Sync the _other_ device now, we'll do the first
237 * device later once we report the rest of the events.
243 static void alps_process_packet_v1_v2(struct psmouse
*psmouse
)
245 struct alps_data
*priv
= psmouse
->private;
246 unsigned char *packet
= psmouse
->packet
;
247 struct input_dev
*dev
= psmouse
->dev
;
248 struct input_dev
*dev2
= priv
->dev2
;
249 int x
, y
, z
, ges
, fin
, left
, right
, middle
;
250 int back
= 0, forward
= 0;
252 if (priv
->proto_version
== ALPS_PROTO_V1
) {
253 left
= packet
[2] & 0x10;
254 right
= packet
[2] & 0x08;
256 x
= packet
[1] | ((packet
[0] & 0x07) << 7);
257 y
= packet
[4] | ((packet
[3] & 0x07) << 7);
260 left
= packet
[3] & 1;
261 right
= packet
[3] & 2;
262 middle
= packet
[3] & 4;
263 x
= packet
[1] | ((packet
[2] & 0x78) << (7 - 3));
264 y
= packet
[4] | ((packet
[3] & 0x70) << (7 - 4));
268 if (priv
->flags
& ALPS_FW_BK_1
) {
269 back
= packet
[0] & 0x10;
270 forward
= packet
[2] & 4;
273 if (priv
->flags
& ALPS_FW_BK_2
) {
274 back
= packet
[3] & 4;
275 forward
= packet
[2] & 4;
276 if ((middle
= forward
&& back
))
283 if ((priv
->flags
& ALPS_DUALPOINT
) && z
== 127) {
284 input_report_rel(dev2
, REL_X
, (x
> 383 ? (x
- 768) : x
));
285 input_report_rel(dev2
, REL_Y
, -(y
> 255 ? (y
- 512) : y
));
287 alps_report_buttons(dev2
, dev
, left
, right
, middle
);
293 /* Some models have separate stick button bits */
294 if (priv
->flags
& ALPS_STICK_BITS
) {
295 left
|= packet
[0] & 1;
296 right
|= packet
[0] & 2;
297 middle
|= packet
[0] & 4;
300 alps_report_buttons(dev
, dev2
, left
, right
, middle
);
302 /* Convert hardware tap to a reasonable Z value */
307 * A "tap and drag" operation is reported by the hardware as a transition
308 * from (!fin && ges) to (fin && ges). This should be translated to the
309 * sequence Z>0, Z==0, Z>0, so the Z==0 event has to be generated manually.
311 if (ges
&& fin
&& !priv
->prev_fin
) {
312 input_report_abs(dev
, ABS_X
, x
);
313 input_report_abs(dev
, ABS_Y
, y
);
314 input_report_abs(dev
, ABS_PRESSURE
, 0);
315 input_report_key(dev
, BTN_TOOL_FINGER
, 0);
318 priv
->prev_fin
= fin
;
321 input_report_key(dev
, BTN_TOUCH
, 1);
323 input_report_key(dev
, BTN_TOUCH
, 0);
326 input_report_abs(dev
, ABS_X
, x
);
327 input_report_abs(dev
, ABS_Y
, y
);
330 input_report_abs(dev
, ABS_PRESSURE
, z
);
331 input_report_key(dev
, BTN_TOOL_FINGER
, z
> 0);
333 if (priv
->flags
& ALPS_WHEEL
)
334 input_report_rel(dev
, REL_WHEEL
, ((packet
[2] << 1) & 0x08) - ((packet
[0] >> 4) & 0x07));
336 if (priv
->flags
& (ALPS_FW_BK_1
| ALPS_FW_BK_2
)) {
337 input_report_key(dev
, BTN_FORWARD
, forward
);
338 input_report_key(dev
, BTN_BACK
, back
);
341 if (priv
->flags
& ALPS_FOUR_BUTTONS
) {
342 input_report_key(dev
, BTN_0
, packet
[2] & 4);
343 input_report_key(dev
, BTN_1
, packet
[0] & 0x10);
344 input_report_key(dev
, BTN_2
, packet
[3] & 4);
345 input_report_key(dev
, BTN_3
, packet
[0] & 0x20);
351 static void alps_get_bitmap_points(unsigned int map
,
352 struct alps_bitmap_point
*low
,
353 struct alps_bitmap_point
*high
,
356 struct alps_bitmap_point
*point
;
357 int i
, bit
, prev_bit
= 0;
360 for (i
= 0; map
!= 0; i
++, map
>>= 1) {
364 point
->start_bit
= i
;
378 * Process bitmap data from semi-mt protocols. Returns the number of
379 * fingers detected. A return value of 0 means at least one of the
382 * The bitmaps don't have enough data to track fingers, so this function
383 * only generates points representing a bounding box of all contacts.
384 * These points are returned in fields->mt when the return value
387 static int alps_process_bitmap(struct alps_data
*priv
,
388 struct alps_fields
*fields
)
390 int i
, fingers_x
= 0, fingers_y
= 0, fingers
, closest
;
391 struct alps_bitmap_point x_low
= {0,}, x_high
= {0,};
392 struct alps_bitmap_point y_low
= {0,}, y_high
= {0,};
393 struct input_mt_pos corner
[4];
395 if (!fields
->x_map
|| !fields
->y_map
)
398 alps_get_bitmap_points(fields
->x_map
, &x_low
, &x_high
, &fingers_x
);
399 alps_get_bitmap_points(fields
->y_map
, &y_low
, &y_high
, &fingers_y
);
402 * Fingers can overlap, so we use the maximum count of fingers
403 * on either axis as the finger count.
405 fingers
= max(fingers_x
, fingers_y
);
408 * If an axis reports only a single contact, we have overlapping or
409 * adjacent fingers. Divide the single contact between the two points.
411 if (fingers_x
== 1) {
412 i
= (x_low
.num_bits
- 1) / 2;
413 x_low
.num_bits
= x_low
.num_bits
- i
;
414 x_high
.start_bit
= x_low
.start_bit
+ i
;
415 x_high
.num_bits
= max(i
, 1);
417 if (fingers_y
== 1) {
418 i
= (y_low
.num_bits
- 1) / 2;
419 y_low
.num_bits
= y_low
.num_bits
- i
;
420 y_high
.start_bit
= y_low
.start_bit
+ i
;
421 y_high
.num_bits
= max(i
, 1);
424 /* top-left corner */
426 (priv
->x_max
* (2 * x_low
.start_bit
+ x_low
.num_bits
- 1)) /
427 (2 * (priv
->x_bits
- 1));
429 (priv
->y_max
* (2 * y_low
.start_bit
+ y_low
.num_bits
- 1)) /
430 (2 * (priv
->y_bits
- 1));
432 /* top-right corner */
434 (priv
->x_max
* (2 * x_high
.start_bit
+ x_high
.num_bits
- 1)) /
435 (2 * (priv
->x_bits
- 1));
437 (priv
->y_max
* (2 * y_low
.start_bit
+ y_low
.num_bits
- 1)) /
438 (2 * (priv
->y_bits
- 1));
440 /* bottom-right corner */
442 (priv
->x_max
* (2 * x_high
.start_bit
+ x_high
.num_bits
- 1)) /
443 (2 * (priv
->x_bits
- 1));
445 (priv
->y_max
* (2 * y_high
.start_bit
+ y_high
.num_bits
- 1)) /
446 (2 * (priv
->y_bits
- 1));
448 /* bottom-left corner */
450 (priv
->x_max
* (2 * x_low
.start_bit
+ x_low
.num_bits
- 1)) /
451 (2 * (priv
->x_bits
- 1));
453 (priv
->y_max
* (2 * y_high
.start_bit
+ y_high
.num_bits
- 1)) /
454 (2 * (priv
->y_bits
- 1));
456 /* x-bitmap order is reversed on v5 touchpads */
457 if (priv
->proto_version
== ALPS_PROTO_V5
) {
458 for (i
= 0; i
< 4; i
++)
459 corner
[i
].x
= priv
->x_max
- corner
[i
].x
;
462 /* y-bitmap order is reversed on v3 and v4 touchpads */
463 if (priv
->proto_version
== ALPS_PROTO_V3
||
464 priv
->proto_version
== ALPS_PROTO_V4
) {
465 for (i
= 0; i
< 4; i
++)
466 corner
[i
].y
= priv
->y_max
- corner
[i
].y
;
470 * We only select a corner for the second touch once per 2 finger
471 * touch sequence to avoid the chosen corner (and thus the coordinates)
472 * jumping around when the first touch is in the middle.
474 if (priv
->second_touch
== -1) {
475 /* Find corner closest to our st coordinates */
476 closest
= 0x7fffffff;
477 for (i
= 0; i
< 4; i
++) {
478 int dx
= fields
->st
.x
- corner
[i
].x
;
479 int dy
= fields
->st
.y
- corner
[i
].y
;
480 int distance
= dx
* dx
+ dy
* dy
;
482 if (distance
< closest
) {
483 priv
->second_touch
= i
;
487 /* And select the opposite corner to use for the 2nd touch */
488 priv
->second_touch
= (priv
->second_touch
+ 2) % 4;
491 fields
->mt
[0] = fields
->st
;
492 fields
->mt
[1] = corner
[priv
->second_touch
];
497 static void alps_set_slot(struct input_dev
*dev
, int slot
, int x
, int y
)
499 input_mt_slot(dev
, slot
);
500 input_mt_report_slot_state(dev
, MT_TOOL_FINGER
, true);
501 input_report_abs(dev
, ABS_MT_POSITION_X
, x
);
502 input_report_abs(dev
, ABS_MT_POSITION_Y
, y
);
505 static void alps_report_mt_data(struct psmouse
*psmouse
, int n
)
507 struct alps_data
*priv
= psmouse
->private;
508 struct input_dev
*dev
= psmouse
->dev
;
509 struct alps_fields
*f
= &priv
->f
;
510 int i
, slot
[MAX_TOUCHES
];
512 input_mt_assign_slots(dev
, slot
, f
->mt
, n
, 0);
513 for (i
= 0; i
< n
; i
++)
514 alps_set_slot(dev
, slot
[i
], f
->mt
[i
].x
, f
->mt
[i
].y
);
516 input_mt_sync_frame(dev
);
519 static void alps_report_semi_mt_data(struct psmouse
*psmouse
, int fingers
)
521 struct alps_data
*priv
= psmouse
->private;
522 struct input_dev
*dev
= psmouse
->dev
;
523 struct alps_fields
*f
= &priv
->f
;
525 /* Use st data when we don't have mt data */
527 f
->mt
[0].x
= f
->st
.x
;
528 f
->mt
[0].y
= f
->st
.y
;
529 fingers
= f
->pressure
> 0 ? 1 : 0;
530 priv
->second_touch
= -1;
534 alps_set_slot(dev
, 0, f
->mt
[0].x
, f
->mt
[0].y
);
536 alps_set_slot(dev
, 1, f
->mt
[1].x
, f
->mt
[1].y
);
537 input_mt_sync_frame(dev
);
539 input_mt_report_finger_count(dev
, fingers
);
541 input_report_key(dev
, BTN_LEFT
, f
->left
);
542 input_report_key(dev
, BTN_RIGHT
, f
->right
);
543 input_report_key(dev
, BTN_MIDDLE
, f
->middle
);
545 input_report_abs(dev
, ABS_PRESSURE
, f
->pressure
);
550 static void alps_process_trackstick_packet_v3(struct psmouse
*psmouse
)
552 struct alps_data
*priv
= psmouse
->private;
553 unsigned char *packet
= psmouse
->packet
;
554 struct input_dev
*dev
= priv
->dev2
;
555 int x
, y
, z
, left
, right
, middle
;
557 /* It should be a DualPoint when received trackstick packet */
558 if (!(priv
->flags
& ALPS_DUALPOINT
)) {
559 psmouse_warn(psmouse
,
560 "Rejected trackstick packet from non DualPoint device");
564 /* Sanity check packet */
565 if (!(packet
[0] & 0x40)) {
566 psmouse_dbg(psmouse
, "Bad trackstick packet, discarding\n");
571 * There's a special packet that seems to indicate the end
572 * of a stream of trackstick data. Filter these out.
574 if (packet
[1] == 0x7f && packet
[2] == 0x7f && packet
[4] == 0x7f)
577 x
= (s8
)(((packet
[0] & 0x20) << 2) | (packet
[1] & 0x7f));
578 y
= (s8
)(((packet
[0] & 0x10) << 3) | (packet
[2] & 0x7f));
579 z
= (packet
[4] & 0x7c) >> 2;
582 * The x and y values tend to be quite large, and when used
583 * alone the trackstick is difficult to use. Scale them down
589 input_report_rel(dev
, REL_X
, x
);
590 input_report_rel(dev
, REL_Y
, -y
);
593 * Most ALPS models report the trackstick buttons in the touchpad
594 * packets, but a few report them here. No reliable way has been
595 * found to differentiate between the models upfront, so we enable
596 * the quirk in response to seeing a button press in the trackstick
599 left
= packet
[3] & 0x01;
600 right
= packet
[3] & 0x02;
601 middle
= packet
[3] & 0x04;
603 if (!(priv
->quirks
& ALPS_QUIRK_TRACKSTICK_BUTTONS
) &&
604 (left
|| right
|| middle
))
605 priv
->quirks
|= ALPS_QUIRK_TRACKSTICK_BUTTONS
;
607 if (priv
->quirks
& ALPS_QUIRK_TRACKSTICK_BUTTONS
) {
608 input_report_key(dev
, BTN_LEFT
, left
);
609 input_report_key(dev
, BTN_RIGHT
, right
);
610 input_report_key(dev
, BTN_MIDDLE
, middle
);
617 static void alps_decode_buttons_v3(struct alps_fields
*f
, unsigned char *p
)
619 f
->left
= !!(p
[3] & 0x01);
620 f
->right
= !!(p
[3] & 0x02);
621 f
->middle
= !!(p
[3] & 0x04);
623 f
->ts_left
= !!(p
[3] & 0x10);
624 f
->ts_right
= !!(p
[3] & 0x20);
625 f
->ts_middle
= !!(p
[3] & 0x40);
628 static int alps_decode_pinnacle(struct alps_fields
*f
, unsigned char *p
,
629 struct psmouse
*psmouse
)
631 f
->first_mp
= !!(p
[4] & 0x40);
632 f
->is_mp
= !!(p
[0] & 0x40);
635 f
->fingers
= (p
[5] & 0x3) + 1;
636 f
->x_map
= ((p
[4] & 0x7e) << 8) |
637 ((p
[1] & 0x7f) << 2) |
638 ((p
[0] & 0x30) >> 4);
639 f
->y_map
= ((p
[3] & 0x70) << 4) |
640 ((p
[2] & 0x7f) << 1) |
643 f
->st
.x
= ((p
[1] & 0x7f) << 4) | ((p
[4] & 0x30) >> 2) |
644 ((p
[0] & 0x30) >> 4);
645 f
->st
.y
= ((p
[2] & 0x7f) << 4) | (p
[4] & 0x0f);
646 f
->pressure
= p
[5] & 0x7f;
648 alps_decode_buttons_v3(f
, p
);
654 static int alps_decode_rushmore(struct alps_fields
*f
, unsigned char *p
,
655 struct psmouse
*psmouse
)
657 f
->first_mp
= !!(p
[4] & 0x40);
658 f
->is_mp
= !!(p
[5] & 0x40);
661 f
->fingers
= max((p
[5] & 0x3), ((p
[5] >> 2) & 0x3)) + 1;
662 f
->x_map
= ((p
[5] & 0x10) << 11) |
663 ((p
[4] & 0x7e) << 8) |
664 ((p
[1] & 0x7f) << 2) |
665 ((p
[0] & 0x30) >> 4);
666 f
->y_map
= ((p
[5] & 0x20) << 6) |
667 ((p
[3] & 0x70) << 4) |
668 ((p
[2] & 0x7f) << 1) |
671 f
->st
.x
= ((p
[1] & 0x7f) << 4) | ((p
[4] & 0x30) >> 2) |
672 ((p
[0] & 0x30) >> 4);
673 f
->st
.y
= ((p
[2] & 0x7f) << 4) | (p
[4] & 0x0f);
674 f
->pressure
= p
[5] & 0x7f;
676 alps_decode_buttons_v3(f
, p
);
682 static int alps_decode_dolphin(struct alps_fields
*f
, unsigned char *p
,
683 struct psmouse
*psmouse
)
686 struct alps_data
*priv
= psmouse
->private;
688 f
->first_mp
= !!(p
[0] & 0x02);
689 f
->is_mp
= !!(p
[0] & 0x20);
692 f
->st
.x
= ((p
[1] & 0x7f) | ((p
[4] & 0x0f) << 7));
693 f
->st
.y
= ((p
[2] & 0x7f) | ((p
[4] & 0xf0) << 3));
694 f
->pressure
= (p
[0] & 4) ? 0 : p
[5] & 0x7f;
695 alps_decode_buttons_v3(f
, p
);
697 f
->fingers
= ((p
[0] & 0x6) >> 1 |
700 palm_data
= (p
[1] & 0x7f) |
701 ((p
[2] & 0x7f) << 7) |
702 ((p
[4] & 0x7f) << 14) |
703 ((p
[5] & 0x7f) << 21) |
704 ((p
[3] & 0x07) << 28) |
705 (((u64
)p
[3] & 0x70) << 27) |
706 (((u64
)p
[0] & 0x01) << 34);
708 /* Y-profile is stored in P(0) to p(n-1), n = y_bits; */
709 f
->y_map
= palm_data
& (BIT(priv
->y_bits
) - 1);
711 /* X-profile is stored in p(n) to p(n+m-1), m = x_bits; */
712 f
->x_map
= (palm_data
>> priv
->y_bits
) &
713 (BIT(priv
->x_bits
) - 1);
719 static void alps_process_touchpad_packet_v3_v5(struct psmouse
*psmouse
)
721 struct alps_data
*priv
= psmouse
->private;
722 unsigned char *packet
= psmouse
->packet
;
723 struct input_dev
*dev2
= priv
->dev2
;
724 struct alps_fields
*f
= &priv
->f
;
727 memset(f
, 0, sizeof(*f
));
729 priv
->decode_fields(f
, packet
, psmouse
);
732 * There's no single feature of touchpad position and bitmap packets
733 * that can be used to distinguish between them. We rely on the fact
734 * that a bitmap packet should always follow a position packet with
735 * bit 6 of packet[4] set.
737 if (priv
->multi_packet
) {
739 * Sometimes a position packet will indicate a multi-packet
740 * sequence, but then what follows is another position
741 * packet. Check for this, and when it happens process the
742 * position packet as usual.
745 fingers
= f
->fingers
;
747 * Bitmap processing uses position packet's coordinate
748 * data, so we need to do decode it first.
750 priv
->decode_fields(f
, priv
->multi_data
, psmouse
);
751 if (alps_process_bitmap(priv
, f
) == 0)
752 fingers
= 0; /* Use st data */
754 priv
->multi_packet
= 0;
759 * Bit 6 of byte 0 is not usually set in position packets. The only
760 * times it seems to be set is in situations where the data is
761 * suspect anyway, e.g. a palm resting flat on the touchpad. Given
762 * this combined with the fact that this bit is useful for filtering
763 * out misidentified bitmap packets, we reject anything with this
769 if (!priv
->multi_packet
&& f
->first_mp
) {
770 priv
->multi_packet
= 1;
771 memcpy(priv
->multi_data
, packet
, sizeof(priv
->multi_data
));
775 priv
->multi_packet
= 0;
778 * Sometimes the hardware sends a single packet with z = 0
779 * in the middle of a stream. Real releases generate packets
780 * with x, y, and z all zero, so these seem to be flukes.
783 if (f
->st
.x
&& f
->st
.y
&& !f
->pressure
)
786 alps_report_semi_mt_data(psmouse
, fingers
);
788 if ((priv
->flags
& ALPS_DUALPOINT
) &&
789 !(priv
->quirks
& ALPS_QUIRK_TRACKSTICK_BUTTONS
)) {
790 input_report_key(dev2
, BTN_LEFT
, f
->ts_left
);
791 input_report_key(dev2
, BTN_RIGHT
, f
->ts_right
);
792 input_report_key(dev2
, BTN_MIDDLE
, f
->ts_middle
);
797 static void alps_process_packet_v3(struct psmouse
*psmouse
)
799 unsigned char *packet
= psmouse
->packet
;
802 * v3 protocol packets come in three types, two representing
803 * touchpad data and one representing trackstick data.
804 * Trackstick packets seem to be distinguished by always
805 * having 0x3f in the last byte. This value has never been
806 * observed in the last byte of either of the other types
809 if (packet
[5] == 0x3f) {
810 alps_process_trackstick_packet_v3(psmouse
);
814 alps_process_touchpad_packet_v3_v5(psmouse
);
817 static void alps_process_packet_v6(struct psmouse
*psmouse
)
819 struct alps_data
*priv
= psmouse
->private;
820 unsigned char *packet
= psmouse
->packet
;
821 struct input_dev
*dev
= psmouse
->dev
;
822 struct input_dev
*dev2
= priv
->dev2
;
823 int x
, y
, z
, left
, right
, middle
;
826 * We can use Byte5 to distinguish if the packet is from Touchpad
831 if (packet
[5] == 0x7F) {
832 /* It should be a DualPoint when received Trackpoint packet */
833 if (!(priv
->flags
& ALPS_DUALPOINT
)) {
834 psmouse_warn(psmouse
,
835 "Rejected trackstick packet from non DualPoint device");
839 /* Trackpoint packet */
840 x
= packet
[1] | ((packet
[3] & 0x20) << 2);
841 y
= packet
[2] | ((packet
[3] & 0x40) << 1);
843 left
= packet
[3] & 0x01;
844 right
= packet
[3] & 0x02;
845 middle
= packet
[3] & 0x04;
847 /* To prevent the cursor jump when finger lifted */
848 if (x
== 0x7F && y
== 0x7F && z
== 0x7F)
851 /* Divide 4 since trackpoint's speed is too fast */
852 input_report_rel(dev2
, REL_X
, (char)x
/ 4);
853 input_report_rel(dev2
, REL_Y
, -((char)y
/ 4));
855 input_report_key(dev2
, BTN_LEFT
, left
);
856 input_report_key(dev2
, BTN_RIGHT
, right
);
857 input_report_key(dev2
, BTN_MIDDLE
, middle
);
863 /* Touchpad packet */
864 x
= packet
[1] | ((packet
[3] & 0x78) << 4);
865 y
= packet
[2] | ((packet
[4] & 0x78) << 4);
867 left
= packet
[3] & 0x01;
868 right
= packet
[3] & 0x02;
871 input_report_key(dev
, BTN_TOUCH
, 1);
873 input_report_key(dev
, BTN_TOUCH
, 0);
876 input_report_abs(dev
, ABS_X
, x
);
877 input_report_abs(dev
, ABS_Y
, y
);
880 input_report_abs(dev
, ABS_PRESSURE
, z
);
881 input_report_key(dev
, BTN_TOOL_FINGER
, z
> 0);
883 /* v6 touchpad does not have middle button */
884 input_report_key(dev
, BTN_LEFT
, left
);
885 input_report_key(dev
, BTN_RIGHT
, right
);
890 static void alps_process_packet_v4(struct psmouse
*psmouse
)
892 struct alps_data
*priv
= psmouse
->private;
893 unsigned char *packet
= psmouse
->packet
;
894 struct alps_fields
*f
= &priv
->f
;
898 * v4 has a 6-byte encoding for bitmap data, but this data is
899 * broken up between 3 normal packets. Use priv->multi_packet to
900 * track our position in the bitmap packet.
902 if (packet
[6] & 0x40) {
903 /* sync, reset position */
904 priv
->multi_packet
= 0;
907 if (WARN_ON_ONCE(priv
->multi_packet
> 2))
910 offset
= 2 * priv
->multi_packet
;
911 priv
->multi_data
[offset
] = packet
[6];
912 priv
->multi_data
[offset
+ 1] = packet
[7];
914 f
->left
= !!(packet
[4] & 0x01);
915 f
->right
= !!(packet
[4] & 0x02);
917 f
->st
.x
= ((packet
[1] & 0x7f) << 4) | ((packet
[3] & 0x30) >> 2) |
918 ((packet
[0] & 0x30) >> 4);
919 f
->st
.y
= ((packet
[2] & 0x7f) << 4) | (packet
[3] & 0x0f);
920 f
->pressure
= packet
[5] & 0x7f;
922 if (++priv
->multi_packet
> 2) {
923 priv
->multi_packet
= 0;
925 f
->x_map
= ((priv
->multi_data
[2] & 0x1f) << 10) |
926 ((priv
->multi_data
[3] & 0x60) << 3) |
927 ((priv
->multi_data
[0] & 0x3f) << 2) |
928 ((priv
->multi_data
[1] & 0x60) >> 5);
929 f
->y_map
= ((priv
->multi_data
[5] & 0x01) << 10) |
930 ((priv
->multi_data
[3] & 0x1f) << 5) |
931 (priv
->multi_data
[1] & 0x1f);
933 f
->fingers
= alps_process_bitmap(priv
, f
);
936 alps_report_semi_mt_data(psmouse
, f
->fingers
);
939 static bool alps_is_valid_package_v7(struct psmouse
*psmouse
)
941 switch (psmouse
->pktcnt
) {
943 return (psmouse
->packet
[2] & 0x40) == 0x40;
945 return (psmouse
->packet
[3] & 0x48) == 0x48;
947 return (psmouse
->packet
[5] & 0x40) == 0x00;
952 static unsigned char alps_get_packet_id_v7(char *byte
)
954 unsigned char packet_id
;
957 packet_id
= V7_PACKET_ID_TWO
;
958 else if (byte
[4] & 0x01)
959 packet_id
= V7_PACKET_ID_MULTI
;
960 else if ((byte
[0] & 0x10) && !(byte
[4] & 0x43))
961 packet_id
= V7_PACKET_ID_NEW
;
962 else if (byte
[1] == 0x00 && byte
[4] == 0x00)
963 packet_id
= V7_PACKET_ID_IDLE
;
965 packet_id
= V7_PACKET_ID_UNKNOWN
;
970 static void alps_get_finger_coordinate_v7(struct input_mt_pos
*mt
,
972 unsigned char pkt_id
)
974 mt
[0].x
= ((pkt
[2] & 0x80) << 4);
975 mt
[0].x
|= ((pkt
[2] & 0x3F) << 5);
976 mt
[0].x
|= ((pkt
[3] & 0x30) >> 1);
977 mt
[0].x
|= (pkt
[3] & 0x07);
978 mt
[0].y
= (pkt
[1] << 3) | (pkt
[0] & 0x07);
980 mt
[1].x
= ((pkt
[3] & 0x80) << 4);
981 mt
[1].x
|= ((pkt
[4] & 0x80) << 3);
982 mt
[1].x
|= ((pkt
[4] & 0x3F) << 4);
983 mt
[1].y
= ((pkt
[5] & 0x80) << 3);
984 mt
[1].y
|= ((pkt
[5] & 0x3F) << 4);
987 case V7_PACKET_ID_TWO
:
990 /* Detect false-postive touches where x & y report max value */
991 if (mt
[1].y
== 0x7ff && mt
[1].x
== 0xff0) {
993 /* y gets set to 0 at the end of this function */
997 case V7_PACKET_ID_MULTI
:
1000 mt
[1].y
|= ((pkt
[4] & 0x02) << 4);
1004 case V7_PACKET_ID_NEW
:
1006 mt
[1].x
|= (pkt
[0] & 0x20);
1011 mt
[0].y
= 0x7FF - mt
[0].y
;
1012 mt
[1].y
= 0x7FF - mt
[1].y
;
1015 static int alps_get_mt_count(struct input_mt_pos
*mt
)
1019 for (i
= 0; i
< MAX_TOUCHES
; i
++) {
1020 if (mt
[i
].x
!= 0 || mt
[i
].y
!= 0)
1027 static int alps_decode_packet_v7(struct alps_fields
*f
,
1029 struct psmouse
*psmouse
)
1031 struct alps_data
*priv
= psmouse
->private;
1032 unsigned char pkt_id
;
1034 pkt_id
= alps_get_packet_id_v7(p
);
1035 if (pkt_id
== V7_PACKET_ID_IDLE
)
1037 if (pkt_id
== V7_PACKET_ID_UNKNOWN
)
1040 * NEW packets are send to indicate a discontinuity in the finger
1041 * coordinate reporting. Specifically a finger may have moved from
1042 * slot 0 to 1 or vice versa. INPUT_MT_TRACK takes care of this for
1045 * NEW packets have 3 problems:
1046 * 1) They do not contain middle / right button info (on non clickpads)
1047 * this can be worked around by preserving the old button state
1048 * 2) They do not contain an accurate fingercount, and they are
1049 * typically send when the number of fingers changes. We cannot use
1050 * the old finger count as that may mismatch with the amount of
1051 * touch coordinates we've available in the NEW packet
1052 * 3) Their x data for the second touch is inaccurate leading to
1053 * a possible jump of the x coordinate by 16 units when the first
1054 * non NEW packet comes in
1055 * Since problems 2 & 3 cannot be worked around, just ignore them.
1057 if (pkt_id
== V7_PACKET_ID_NEW
)
1060 alps_get_finger_coordinate_v7(f
->mt
, p
, pkt_id
);
1062 if (pkt_id
== V7_PACKET_ID_TWO
)
1063 f
->fingers
= alps_get_mt_count(f
->mt
);
1064 else /* pkt_id == V7_PACKET_ID_MULTI */
1065 f
->fingers
= 3 + (p
[5] & 0x03);
1067 f
->left
= (p
[0] & 0x80) >> 7;
1068 if (priv
->flags
& ALPS_BUTTONPAD
) {
1074 f
->right
= (p
[0] & 0x20) >> 5;
1075 f
->middle
= (p
[0] & 0x10) >> 4;
1078 /* Sometimes a single touch is reported in mt[1] rather then mt[0] */
1079 if (f
->fingers
== 1 && f
->mt
[0].x
== 0 && f
->mt
[0].y
== 0) {
1080 f
->mt
[0].x
= f
->mt
[1].x
;
1081 f
->mt
[0].y
= f
->mt
[1].y
;
1089 static void alps_process_trackstick_packet_v7(struct psmouse
*psmouse
)
1091 struct alps_data
*priv
= psmouse
->private;
1092 unsigned char *packet
= psmouse
->packet
;
1093 struct input_dev
*dev2
= priv
->dev2
;
1094 int x
, y
, z
, left
, right
, middle
;
1096 /* It should be a DualPoint when received trackstick packet */
1097 if (!(priv
->flags
& ALPS_DUALPOINT
)) {
1098 psmouse_warn(psmouse
,
1099 "Rejected trackstick packet from non DualPoint device");
1103 x
= ((packet
[2] & 0xbf)) | ((packet
[3] & 0x10) << 2);
1104 y
= (packet
[3] & 0x07) | (packet
[4] & 0xb8) |
1105 ((packet
[3] & 0x20) << 1);
1106 z
= (packet
[5] & 0x3f) | ((packet
[3] & 0x80) >> 1);
1108 left
= (packet
[1] & 0x01);
1109 right
= (packet
[1] & 0x02) >> 1;
1110 middle
= (packet
[1] & 0x04) >> 2;
1112 input_report_rel(dev2
, REL_X
, (char)x
);
1113 input_report_rel(dev2
, REL_Y
, -((char)y
));
1115 input_report_key(dev2
, BTN_LEFT
, left
);
1116 input_report_key(dev2
, BTN_RIGHT
, right
);
1117 input_report_key(dev2
, BTN_MIDDLE
, middle
);
1122 static void alps_process_touchpad_packet_v7(struct psmouse
*psmouse
)
1124 struct alps_data
*priv
= psmouse
->private;
1125 struct input_dev
*dev
= psmouse
->dev
;
1126 struct alps_fields
*f
= &priv
->f
;
1128 memset(f
, 0, sizeof(*f
));
1130 if (priv
->decode_fields(f
, psmouse
->packet
, psmouse
))
1133 alps_report_mt_data(psmouse
, alps_get_mt_count(f
->mt
));
1135 input_mt_report_finger_count(dev
, f
->fingers
);
1137 input_report_key(dev
, BTN_LEFT
, f
->left
);
1138 input_report_key(dev
, BTN_RIGHT
, f
->right
);
1139 input_report_key(dev
, BTN_MIDDLE
, f
->middle
);
1144 static void alps_process_packet_v7(struct psmouse
*psmouse
)
1146 unsigned char *packet
= psmouse
->packet
;
1148 if (packet
[0] == 0x48 && (packet
[4] & 0x47) == 0x06)
1149 alps_process_trackstick_packet_v7(psmouse
);
1151 alps_process_touchpad_packet_v7(psmouse
);
1154 static unsigned char alps_get_pkt_id_ss4_v2(unsigned char *byte
)
1156 unsigned char pkt_id
= SS4_PACKET_ID_IDLE
;
1158 if (byte
[0] == 0x18 && byte
[1] == 0x10 && byte
[2] == 0x00 &&
1159 (byte
[3] & 0x88) == 0x08 && byte
[4] == 0x10 && byte
[5] == 0x00) {
1160 pkt_id
= SS4_PACKET_ID_IDLE
;
1161 } else if (!(byte
[3] & 0x10)) {
1162 pkt_id
= SS4_PACKET_ID_ONE
;
1163 } else if (!(byte
[3] & 0x20)) {
1164 pkt_id
= SS4_PACKET_ID_TWO
;
1166 pkt_id
= SS4_PACKET_ID_MULTI
;
1172 static int alps_decode_ss4_v2(struct alps_fields
*f
,
1173 unsigned char *p
, struct psmouse
*psmouse
)
1175 struct alps_data
*priv
= psmouse
->private;
1176 unsigned char pkt_id
;
1177 unsigned int no_data_x
, no_data_y
;
1179 pkt_id
= alps_get_pkt_id_ss4_v2(p
);
1181 /* Current packet is 1Finger coordinate packet */
1183 case SS4_PACKET_ID_ONE
:
1184 f
->mt
[0].x
= SS4_1F_X_V2(p
);
1185 f
->mt
[0].y
= SS4_1F_Y_V2(p
);
1186 f
->pressure
= ((SS4_1F_Z_V2(p
)) * 2) & 0x7f;
1192 case SS4_PACKET_ID_TWO
:
1193 if (priv
->flags
& ALPS_BUTTONPAD
) {
1194 f
->mt
[0].x
= SS4_BTL_MF_X_V2(p
, 0);
1195 f
->mt
[0].y
= SS4_BTL_MF_Y_V2(p
, 0);
1196 f
->mt
[1].x
= SS4_BTL_MF_X_V2(p
, 1);
1197 f
->mt
[1].y
= SS4_BTL_MF_Y_V2(p
, 1);
1199 f
->mt
[0].x
= SS4_STD_MF_X_V2(p
, 0);
1200 f
->mt
[0].y
= SS4_STD_MF_Y_V2(p
, 0);
1201 f
->mt
[1].x
= SS4_STD_MF_X_V2(p
, 1);
1202 f
->mt
[1].y
= SS4_STD_MF_Y_V2(p
, 1);
1204 f
->pressure
= SS4_MF_Z_V2(p
, 0) ? 0x30 : 0;
1206 if (SS4_IS_MF_CONTINUE(p
)) {
1216 case SS4_PACKET_ID_MULTI
:
1217 if (priv
->flags
& ALPS_BUTTONPAD
) {
1218 f
->mt
[2].x
= SS4_BTL_MF_X_V2(p
, 0);
1219 f
->mt
[2].y
= SS4_BTL_MF_Y_V2(p
, 0);
1220 f
->mt
[3].x
= SS4_BTL_MF_X_V2(p
, 1);
1221 f
->mt
[3].y
= SS4_BTL_MF_Y_V2(p
, 1);
1222 no_data_x
= SS4_MFPACKET_NO_AX_BL
;
1223 no_data_y
= SS4_MFPACKET_NO_AY_BL
;
1225 f
->mt
[2].x
= SS4_STD_MF_X_V2(p
, 0);
1226 f
->mt
[2].y
= SS4_STD_MF_Y_V2(p
, 0);
1227 f
->mt
[3].x
= SS4_STD_MF_X_V2(p
, 1);
1228 f
->mt
[3].y
= SS4_STD_MF_Y_V2(p
, 1);
1229 no_data_x
= SS4_MFPACKET_NO_AX
;
1230 no_data_y
= SS4_MFPACKET_NO_AY
;
1236 if (SS4_IS_5F_DETECTED(p
)) {
1238 } else if (f
->mt
[3].x
== no_data_x
&&
1239 f
->mt
[3].y
== no_data_y
) {
1248 case SS4_PACKET_ID_IDLE
:
1250 memset(f
, 0, sizeof(struct alps_fields
));
1254 f
->left
= !!(SS4_BTN_V2(p
) & 0x01);
1255 if (!(priv
->flags
& ALPS_BUTTONPAD
)) {
1256 f
->right
= !!(SS4_BTN_V2(p
) & 0x02);
1257 f
->middle
= !!(SS4_BTN_V2(p
) & 0x04);
1263 static void alps_process_packet_ss4_v2(struct psmouse
*psmouse
)
1265 struct alps_data
*priv
= psmouse
->private;
1266 unsigned char *packet
= psmouse
->packet
;
1267 struct input_dev
*dev
= psmouse
->dev
;
1268 struct alps_fields
*f
= &priv
->f
;
1270 memset(f
, 0, sizeof(struct alps_fields
));
1271 priv
->decode_fields(f
, packet
, psmouse
);
1272 if (priv
->multi_packet
) {
1274 * Sometimes the first packet will indicate a multi-packet
1275 * sequence, but sometimes the next multi-packet would not
1276 * come. Check for this, and when it happens process the
1277 * position packet as usual.
1280 /* Now process the 1st packet */
1281 priv
->decode_fields(f
, priv
->multi_data
, psmouse
);
1283 priv
->multi_packet
= 0;
1288 * "f.is_mp" would always be '0' after merging the 1st and 2nd packet.
1289 * When it is set, it means 2nd packet comes without 1st packet come.
1294 /* Save the first packet */
1295 if (!priv
->multi_packet
&& f
->first_mp
) {
1296 priv
->multi_packet
= 1;
1297 memcpy(priv
->multi_data
, packet
, sizeof(priv
->multi_data
));
1301 priv
->multi_packet
= 0;
1303 alps_report_mt_data(psmouse
, (f
->fingers
<= 4) ? f
->fingers
: 4);
1305 input_mt_report_finger_count(dev
, f
->fingers
);
1307 input_report_key(dev
, BTN_LEFT
, f
->left
);
1308 input_report_key(dev
, BTN_RIGHT
, f
->right
);
1309 input_report_key(dev
, BTN_MIDDLE
, f
->middle
);
1311 input_report_abs(dev
, ABS_PRESSURE
, f
->pressure
);
1315 static bool alps_is_valid_package_ss4_v2(struct psmouse
*psmouse
)
1317 if (psmouse
->pktcnt
== 4 && ((psmouse
->packet
[3] & 0x08) != 0x08))
1319 if (psmouse
->pktcnt
== 6 && ((psmouse
->packet
[5] & 0x10) != 0x0))
1324 static DEFINE_MUTEX(alps_mutex
);
1326 static void alps_register_bare_ps2_mouse(struct work_struct
*work
)
1328 struct alps_data
*priv
=
1329 container_of(work
, struct alps_data
, dev3_register_work
.work
);
1330 struct psmouse
*psmouse
= priv
->psmouse
;
1331 struct input_dev
*dev3
;
1334 mutex_lock(&alps_mutex
);
1339 dev3
= input_allocate_device();
1341 psmouse_err(psmouse
, "failed to allocate secondary device\n");
1346 snprintf(priv
->phys3
, sizeof(priv
->phys3
), "%s/%s",
1347 psmouse
->ps2dev
.serio
->phys
,
1348 (priv
->dev2
? "input2" : "input1"));
1349 dev3
->phys
= priv
->phys3
;
1352 * format of input device name is: "protocol vendor name"
1353 * see function psmouse_switch_protocol() in psmouse-base.c
1355 dev3
->name
= "PS/2 ALPS Mouse";
1357 dev3
->id
.bustype
= BUS_I8042
;
1358 dev3
->id
.vendor
= 0x0002;
1359 dev3
->id
.product
= PSMOUSE_PS2
;
1360 dev3
->id
.version
= 0x0000;
1361 dev3
->dev
.parent
= &psmouse
->ps2dev
.serio
->dev
;
1363 input_set_capability(dev3
, EV_REL
, REL_X
);
1364 input_set_capability(dev3
, EV_REL
, REL_Y
);
1365 input_set_capability(dev3
, EV_KEY
, BTN_LEFT
);
1366 input_set_capability(dev3
, EV_KEY
, BTN_RIGHT
);
1367 input_set_capability(dev3
, EV_KEY
, BTN_MIDDLE
);
1369 __set_bit(INPUT_PROP_POINTER
, dev3
->propbit
);
1371 error
= input_register_device(dev3
);
1373 psmouse_err(psmouse
,
1374 "failed to register secondary device: %d\n",
1376 input_free_device(dev3
);
1384 * Save the error code so that we can detect that we
1385 * already tried to create the device.
1388 priv
->dev3
= ERR_PTR(error
);
1390 mutex_unlock(&alps_mutex
);
1393 static void alps_report_bare_ps2_packet(struct psmouse
*psmouse
,
1394 unsigned char packet
[],
1395 bool report_buttons
)
1397 struct alps_data
*priv
= psmouse
->private;
1398 struct input_dev
*dev
, *dev2
= NULL
;
1400 /* Figure out which device to use to report the bare packet */
1401 if (priv
->proto_version
== ALPS_PROTO_V2
&&
1402 (priv
->flags
& ALPS_DUALPOINT
)) {
1403 /* On V2 devices the DualPoint Stick reports bare packets */
1405 dev2
= psmouse
->dev
;
1406 } else if (unlikely(IS_ERR_OR_NULL(priv
->dev3
))) {
1407 /* Register dev3 mouse if we received PS/2 packet first time */
1408 if (!IS_ERR(priv
->dev3
))
1409 psmouse_queue_work(psmouse
, &priv
->dev3_register_work
,
1417 alps_report_buttons(dev
, dev2
,
1418 packet
[0] & 1, packet
[0] & 2, packet
[0] & 4);
1420 input_report_rel(dev
, REL_X
,
1421 packet
[1] ? packet
[1] - ((packet
[0] << 4) & 0x100) : 0);
1422 input_report_rel(dev
, REL_Y
,
1423 packet
[2] ? ((packet
[0] << 3) & 0x100) - packet
[2] : 0);
1428 static psmouse_ret_t
alps_handle_interleaved_ps2(struct psmouse
*psmouse
)
1430 struct alps_data
*priv
= psmouse
->private;
1432 if (psmouse
->pktcnt
< 6)
1433 return PSMOUSE_GOOD_DATA
;
1435 if (psmouse
->pktcnt
== 6) {
1437 * Start a timer to flush the packet if it ends up last
1438 * 6-byte packet in the stream. Timer needs to fire
1439 * psmouse core times out itself. 20 ms should be enough
1440 * to decide if we are getting more data or not.
1442 mod_timer(&priv
->timer
, jiffies
+ msecs_to_jiffies(20));
1443 return PSMOUSE_GOOD_DATA
;
1446 del_timer(&priv
->timer
);
1448 if (psmouse
->packet
[6] & 0x80) {
1451 * Highest bit is set - that means we either had
1452 * complete ALPS packet and this is start of the
1453 * next packet or we got garbage.
1456 if (((psmouse
->packet
[3] |
1457 psmouse
->packet
[4] |
1458 psmouse
->packet
[5]) & 0x80) ||
1459 (!alps_is_valid_first_byte(priv
, psmouse
->packet
[6]))) {
1460 psmouse_dbg(psmouse
,
1461 "refusing packet %4ph (suspected interleaved ps/2)\n",
1462 psmouse
->packet
+ 3);
1463 return PSMOUSE_BAD_DATA
;
1466 priv
->process_packet(psmouse
);
1468 /* Continue with the next packet */
1469 psmouse
->packet
[0] = psmouse
->packet
[6];
1470 psmouse
->pktcnt
= 1;
1475 * High bit is 0 - that means that we indeed got a PS/2
1476 * packet in the middle of ALPS packet.
1478 * There is also possibility that we got 6-byte ALPS
1479 * packet followed by 3-byte packet from trackpoint. We
1480 * can not distinguish between these 2 scenarios but
1481 * because the latter is unlikely to happen in course of
1482 * normal operation (user would need to press all
1483 * buttons on the pad and start moving trackpoint
1484 * without touching the pad surface) we assume former.
1485 * Even if we are wrong the wost thing that would happen
1486 * the cursor would jump but we should not get protocol
1487 * de-synchronization.
1490 alps_report_bare_ps2_packet(psmouse
, &psmouse
->packet
[3],
1494 * Continue with the standard ALPS protocol handling,
1495 * but make sure we won't process it as an interleaved
1496 * packet again, which may happen if all buttons are
1497 * pressed. To avoid this let's reset the 4th bit which
1500 psmouse
->packet
[3] = psmouse
->packet
[6] & 0xf7;
1501 psmouse
->pktcnt
= 4;
1504 return PSMOUSE_GOOD_DATA
;
1507 static void alps_flush_packet(unsigned long data
)
1509 struct psmouse
*psmouse
= (struct psmouse
*)data
;
1510 struct alps_data
*priv
= psmouse
->private;
1512 serio_pause_rx(psmouse
->ps2dev
.serio
);
1514 if (psmouse
->pktcnt
== psmouse
->pktsize
) {
1517 * We did not any more data in reasonable amount of time.
1518 * Validate the last 3 bytes and process as a standard
1521 if ((psmouse
->packet
[3] |
1522 psmouse
->packet
[4] |
1523 psmouse
->packet
[5]) & 0x80) {
1524 psmouse_dbg(psmouse
,
1525 "refusing packet %3ph (suspected interleaved ps/2)\n",
1526 psmouse
->packet
+ 3);
1528 priv
->process_packet(psmouse
);
1530 psmouse
->pktcnt
= 0;
1533 serio_continue_rx(psmouse
->ps2dev
.serio
);
1536 static psmouse_ret_t
alps_process_byte(struct psmouse
*psmouse
)
1538 struct alps_data
*priv
= psmouse
->private;
1541 * Check if we are dealing with a bare PS/2 packet, presumably from
1542 * a device connected to the external PS/2 port. Because bare PS/2
1543 * protocol does not have enough constant bits to self-synchronize
1544 * properly we only do this if the device is fully synchronized.
1545 * Can not distinguish V8's first byte from PS/2 packet's
1547 if (priv
->proto_version
!= ALPS_PROTO_V8
&&
1548 !psmouse
->out_of_sync_cnt
&&
1549 (psmouse
->packet
[0] & 0xc8) == 0x08) {
1551 if (psmouse
->pktcnt
== 3) {
1552 alps_report_bare_ps2_packet(psmouse
, psmouse
->packet
,
1554 return PSMOUSE_FULL_PACKET
;
1556 return PSMOUSE_GOOD_DATA
;
1559 /* Check for PS/2 packet stuffed in the middle of ALPS packet. */
1561 if ((priv
->flags
& ALPS_PS2_INTERLEAVED
) &&
1562 psmouse
->pktcnt
>= 4 && (psmouse
->packet
[3] & 0x0f) == 0x0f) {
1563 return alps_handle_interleaved_ps2(psmouse
);
1566 if (!alps_is_valid_first_byte(priv
, psmouse
->packet
[0])) {
1567 psmouse_dbg(psmouse
,
1568 "refusing packet[0] = %x (mask0 = %x, byte0 = %x)\n",
1569 psmouse
->packet
[0], priv
->mask0
, priv
->byte0
);
1570 return PSMOUSE_BAD_DATA
;
1573 /* Bytes 2 - pktsize should have 0 in the highest bit */
1574 if (priv
->proto_version
< ALPS_PROTO_V5
&&
1575 psmouse
->pktcnt
>= 2 && psmouse
->pktcnt
<= psmouse
->pktsize
&&
1576 (psmouse
->packet
[psmouse
->pktcnt
- 1] & 0x80)) {
1577 psmouse_dbg(psmouse
, "refusing packet[%i] = %x\n",
1578 psmouse
->pktcnt
- 1,
1579 psmouse
->packet
[psmouse
->pktcnt
- 1]);
1581 if (priv
->proto_version
== ALPS_PROTO_V3_RUSHMORE
&&
1582 psmouse
->pktcnt
== psmouse
->pktsize
) {
1584 * Some Dell boxes, such as Latitude E6440 or E7440
1585 * with closed lid, quite often smash last byte of
1586 * otherwise valid packet with 0xff. Given that the
1587 * next packet is very likely to be valid let's
1588 * report PSMOUSE_FULL_PACKET but not process data,
1589 * rather than reporting PSMOUSE_BAD_DATA and
1592 return PSMOUSE_FULL_PACKET
;
1595 return PSMOUSE_BAD_DATA
;
1598 if ((priv
->proto_version
== ALPS_PROTO_V7
&&
1599 !alps_is_valid_package_v7(psmouse
)) ||
1600 (priv
->proto_version
== ALPS_PROTO_V8
&&
1601 !alps_is_valid_package_ss4_v2(psmouse
))) {
1602 psmouse_dbg(psmouse
, "refusing packet[%i] = %x\n",
1603 psmouse
->pktcnt
- 1,
1604 psmouse
->packet
[psmouse
->pktcnt
- 1]);
1605 return PSMOUSE_BAD_DATA
;
1608 if (psmouse
->pktcnt
== psmouse
->pktsize
) {
1609 priv
->process_packet(psmouse
);
1610 return PSMOUSE_FULL_PACKET
;
1613 return PSMOUSE_GOOD_DATA
;
1616 static int alps_command_mode_send_nibble(struct psmouse
*psmouse
, int nibble
)
1618 struct ps2dev
*ps2dev
= &psmouse
->ps2dev
;
1619 struct alps_data
*priv
= psmouse
->private;
1621 unsigned char *param
;
1622 unsigned char dummy
[4];
1624 BUG_ON(nibble
> 0xf);
1626 command
= priv
->nibble_commands
[nibble
].command
;
1627 param
= (command
& 0x0f00) ?
1628 dummy
: (unsigned char *)&priv
->nibble_commands
[nibble
].data
;
1630 if (ps2_command(ps2dev
, param
, command
))
1636 static int alps_command_mode_set_addr(struct psmouse
*psmouse
, int addr
)
1638 struct ps2dev
*ps2dev
= &psmouse
->ps2dev
;
1639 struct alps_data
*priv
= psmouse
->private;
1642 if (ps2_command(ps2dev
, NULL
, priv
->addr_command
))
1645 for (i
= 12; i
>= 0; i
-= 4) {
1646 nibble
= (addr
>> i
) & 0xf;
1647 if (alps_command_mode_send_nibble(psmouse
, nibble
))
1654 static int __alps_command_mode_read_reg(struct psmouse
*psmouse
, int addr
)
1656 struct ps2dev
*ps2dev
= &psmouse
->ps2dev
;
1657 unsigned char param
[4];
1659 if (ps2_command(ps2dev
, param
, PSMOUSE_CMD_GETINFO
))
1663 * The address being read is returned in the first two bytes
1664 * of the result. Check that this address matches the expected
1667 if (addr
!= ((param
[0] << 8) | param
[1]))
1673 static int alps_command_mode_read_reg(struct psmouse
*psmouse
, int addr
)
1675 if (alps_command_mode_set_addr(psmouse
, addr
))
1677 return __alps_command_mode_read_reg(psmouse
, addr
);
1680 static int __alps_command_mode_write_reg(struct psmouse
*psmouse
, u8 value
)
1682 if (alps_command_mode_send_nibble(psmouse
, (value
>> 4) & 0xf))
1684 if (alps_command_mode_send_nibble(psmouse
, value
& 0xf))
1689 static int alps_command_mode_write_reg(struct psmouse
*psmouse
, int addr
,
1692 if (alps_command_mode_set_addr(psmouse
, addr
))
1694 return __alps_command_mode_write_reg(psmouse
, value
);
1697 static int alps_rpt_cmd(struct psmouse
*psmouse
, int init_command
,
1698 int repeated_command
, unsigned char *param
)
1700 struct ps2dev
*ps2dev
= &psmouse
->ps2dev
;
1703 if (init_command
&& ps2_command(ps2dev
, param
, init_command
))
1706 if (ps2_command(ps2dev
, NULL
, repeated_command
) ||
1707 ps2_command(ps2dev
, NULL
, repeated_command
) ||
1708 ps2_command(ps2dev
, NULL
, repeated_command
))
1711 param
[0] = param
[1] = param
[2] = 0xff;
1712 if (ps2_command(ps2dev
, param
, PSMOUSE_CMD_GETINFO
))
1715 psmouse_dbg(psmouse
, "%2.2X report: %3ph\n",
1716 repeated_command
, param
);
1720 static bool alps_check_valid_firmware_id(unsigned char id
[])
1725 if (id
[0] == 0x88 &&
1728 (id
[1] & 0xf0) == 0xb0 ||
1729 (id
[1] & 0xf0) == 0xc0)) {
1736 static int alps_enter_command_mode(struct psmouse
*psmouse
)
1738 unsigned char param
[4];
1740 if (alps_rpt_cmd(psmouse
, 0, PSMOUSE_CMD_RESET_WRAP
, param
)) {
1741 psmouse_err(psmouse
, "failed to enter command mode\n");
1745 if (!alps_check_valid_firmware_id(param
)) {
1746 psmouse_dbg(psmouse
,
1747 "unknown response while entering command mode\n");
1753 static inline int alps_exit_command_mode(struct psmouse
*psmouse
)
1755 struct ps2dev
*ps2dev
= &psmouse
->ps2dev
;
1756 if (ps2_command(ps2dev
, NULL
, PSMOUSE_CMD_SETSTREAM
))
1762 * For DualPoint devices select the device that should respond to
1763 * subsequent commands. It looks like glidepad is behind stickpointer,
1764 * I'd thought it would be other way around...
1766 static int alps_passthrough_mode_v2(struct psmouse
*psmouse
, bool enable
)
1768 struct ps2dev
*ps2dev
= &psmouse
->ps2dev
;
1769 int cmd
= enable
? PSMOUSE_CMD_SETSCALE21
: PSMOUSE_CMD_SETSCALE11
;
1771 if (ps2_command(ps2dev
, NULL
, cmd
) ||
1772 ps2_command(ps2dev
, NULL
, cmd
) ||
1773 ps2_command(ps2dev
, NULL
, cmd
) ||
1774 ps2_command(ps2dev
, NULL
, PSMOUSE_CMD_DISABLE
))
1777 /* we may get 3 more bytes, just ignore them */
1778 ps2_drain(ps2dev
, 3, 100);
1783 static int alps_absolute_mode_v1_v2(struct psmouse
*psmouse
)
1785 struct ps2dev
*ps2dev
= &psmouse
->ps2dev
;
1787 /* Try ALPS magic knock - 4 disable before enable */
1788 if (ps2_command(ps2dev
, NULL
, PSMOUSE_CMD_DISABLE
) ||
1789 ps2_command(ps2dev
, NULL
, PSMOUSE_CMD_DISABLE
) ||
1790 ps2_command(ps2dev
, NULL
, PSMOUSE_CMD_DISABLE
) ||
1791 ps2_command(ps2dev
, NULL
, PSMOUSE_CMD_DISABLE
) ||
1792 ps2_command(ps2dev
, NULL
, PSMOUSE_CMD_ENABLE
))
1796 * Switch mouse to poll (remote) mode so motion data will not
1799 return ps2_command(&psmouse
->ps2dev
, NULL
, PSMOUSE_CMD_SETPOLL
);
1802 static int alps_monitor_mode_send_word(struct psmouse
*psmouse
, u16 word
)
1807 * b0-b11 are valid bits, send sequence is inverse.
1808 * e.g. when word = 0x0123, nibble send sequence is 3, 2, 1
1810 for (i
= 0; i
<= 8; i
+= 4) {
1811 nibble
= (word
>> i
) & 0xf;
1812 if (alps_command_mode_send_nibble(psmouse
, nibble
))
1819 static int alps_monitor_mode_write_reg(struct psmouse
*psmouse
,
1820 u16 addr
, u16 value
)
1822 struct ps2dev
*ps2dev
= &psmouse
->ps2dev
;
1824 /* 0x0A0 is the command to write the word */
1825 if (ps2_command(ps2dev
, NULL
, PSMOUSE_CMD_ENABLE
) ||
1826 alps_monitor_mode_send_word(psmouse
, 0x0A0) ||
1827 alps_monitor_mode_send_word(psmouse
, addr
) ||
1828 alps_monitor_mode_send_word(psmouse
, value
) ||
1829 ps2_command(ps2dev
, NULL
, PSMOUSE_CMD_DISABLE
))
1835 static int alps_monitor_mode(struct psmouse
*psmouse
, bool enable
)
1837 struct ps2dev
*ps2dev
= &psmouse
->ps2dev
;
1840 /* EC E9 F5 F5 E7 E6 E7 E9 to enter monitor mode */
1841 if (ps2_command(ps2dev
, NULL
, PSMOUSE_CMD_RESET_WRAP
) ||
1842 ps2_command(ps2dev
, NULL
, PSMOUSE_CMD_GETINFO
) ||
1843 ps2_command(ps2dev
, NULL
, PSMOUSE_CMD_DISABLE
) ||
1844 ps2_command(ps2dev
, NULL
, PSMOUSE_CMD_DISABLE
) ||
1845 ps2_command(ps2dev
, NULL
, PSMOUSE_CMD_SETSCALE21
) ||
1846 ps2_command(ps2dev
, NULL
, PSMOUSE_CMD_SETSCALE11
) ||
1847 ps2_command(ps2dev
, NULL
, PSMOUSE_CMD_SETSCALE21
) ||
1848 ps2_command(ps2dev
, NULL
, PSMOUSE_CMD_GETINFO
))
1851 /* EC to exit monitor mode */
1852 if (ps2_command(ps2dev
, NULL
, PSMOUSE_CMD_RESET_WRAP
))
1859 static int alps_absolute_mode_v6(struct psmouse
*psmouse
)
1861 u16 reg_val
= 0x181;
1864 /* enter monitor mode, to write the register */
1865 if (alps_monitor_mode(psmouse
, true))
1868 ret
= alps_monitor_mode_write_reg(psmouse
, 0x000, reg_val
);
1870 if (alps_monitor_mode(psmouse
, false))
1876 static int alps_get_status(struct psmouse
*psmouse
, char *param
)
1878 /* Get status: 0xF5 0xF5 0xF5 0xE9 */
1879 if (alps_rpt_cmd(psmouse
, 0, PSMOUSE_CMD_DISABLE
, param
))
1886 * Turn touchpad tapping on or off. The sequences are:
1887 * 0xE9 0xF5 0xF5 0xF3 0x0A to enable,
1888 * 0xE9 0xF5 0xF5 0xE8 0x00 to disable.
1889 * My guess that 0xE9 (GetInfo) is here as a sync point.
1890 * For models that also have stickpointer (DualPoints) its tapping
1891 * is controlled separately (0xE6 0xE6 0xE6 0xF3 0x14|0x0A) but
1892 * we don't fiddle with it.
1894 static int alps_tap_mode(struct psmouse
*psmouse
, int enable
)
1896 struct ps2dev
*ps2dev
= &psmouse
->ps2dev
;
1897 int cmd
= enable
? PSMOUSE_CMD_SETRATE
: PSMOUSE_CMD_SETRES
;
1898 unsigned char tap_arg
= enable
? 0x0A : 0x00;
1899 unsigned char param
[4];
1901 if (ps2_command(ps2dev
, param
, PSMOUSE_CMD_GETINFO
) ||
1902 ps2_command(ps2dev
, NULL
, PSMOUSE_CMD_DISABLE
) ||
1903 ps2_command(ps2dev
, NULL
, PSMOUSE_CMD_DISABLE
) ||
1904 ps2_command(ps2dev
, &tap_arg
, cmd
))
1907 if (alps_get_status(psmouse
, param
))
1914 * alps_poll() - poll the touchpad for current motion packet.
1917 static int alps_poll(struct psmouse
*psmouse
)
1919 struct alps_data
*priv
= psmouse
->private;
1920 unsigned char buf
[sizeof(psmouse
->packet
)];
1923 if (priv
->flags
& ALPS_PASS
)
1924 alps_passthrough_mode_v2(psmouse
, true);
1926 poll_failed
= ps2_command(&psmouse
->ps2dev
, buf
,
1927 PSMOUSE_CMD_POLL
| (psmouse
->pktsize
<< 8)) < 0;
1929 if (priv
->flags
& ALPS_PASS
)
1930 alps_passthrough_mode_v2(psmouse
, false);
1932 if (poll_failed
|| (buf
[0] & priv
->mask0
) != priv
->byte0
)
1935 if ((psmouse
->badbyte
& 0xc8) == 0x08) {
1937 * Poll the track stick ...
1939 if (ps2_command(&psmouse
->ps2dev
, buf
, PSMOUSE_CMD_POLL
| (3 << 8)))
1943 memcpy(psmouse
->packet
, buf
, sizeof(buf
));
1947 static int alps_hw_init_v1_v2(struct psmouse
*psmouse
)
1949 struct alps_data
*priv
= psmouse
->private;
1951 if ((priv
->flags
& ALPS_PASS
) &&
1952 alps_passthrough_mode_v2(psmouse
, true)) {
1956 if (alps_tap_mode(psmouse
, true)) {
1957 psmouse_warn(psmouse
, "Failed to enable hardware tapping\n");
1961 if (alps_absolute_mode_v1_v2(psmouse
)) {
1962 psmouse_err(psmouse
, "Failed to enable absolute mode\n");
1966 if ((priv
->flags
& ALPS_PASS
) &&
1967 alps_passthrough_mode_v2(psmouse
, false)) {
1971 /* ALPS needs stream mode, otherwise it won't report any data */
1972 if (ps2_command(&psmouse
->ps2dev
, NULL
, PSMOUSE_CMD_SETSTREAM
)) {
1973 psmouse_err(psmouse
, "Failed to enable stream mode\n");
1980 static int alps_hw_init_v6(struct psmouse
*psmouse
)
1982 unsigned char param
[2] = {0xC8, 0x14};
1984 /* Enter passthrough mode to let trackpoint enter 6byte raw mode */
1985 if (alps_passthrough_mode_v2(psmouse
, true))
1988 if (ps2_command(&psmouse
->ps2dev
, NULL
, PSMOUSE_CMD_SETSCALE11
) ||
1989 ps2_command(&psmouse
->ps2dev
, NULL
, PSMOUSE_CMD_SETSCALE11
) ||
1990 ps2_command(&psmouse
->ps2dev
, NULL
, PSMOUSE_CMD_SETSCALE11
) ||
1991 ps2_command(&psmouse
->ps2dev
, ¶m
[0], PSMOUSE_CMD_SETRATE
) ||
1992 ps2_command(&psmouse
->ps2dev
, ¶m
[1], PSMOUSE_CMD_SETRATE
))
1995 if (alps_passthrough_mode_v2(psmouse
, false))
1998 if (alps_absolute_mode_v6(psmouse
)) {
1999 psmouse_err(psmouse
, "Failed to enable absolute mode\n");
2007 * Enable or disable passthrough mode to the trackstick.
2009 static int alps_passthrough_mode_v3(struct psmouse
*psmouse
,
2010 int reg_base
, bool enable
)
2012 int reg_val
, ret
= -1;
2014 if (alps_enter_command_mode(psmouse
))
2017 reg_val
= alps_command_mode_read_reg(psmouse
, reg_base
+ 0x0008);
2026 ret
= __alps_command_mode_write_reg(psmouse
, reg_val
);
2029 if (alps_exit_command_mode(psmouse
))
2034 /* Must be in command mode when calling this function */
2035 static int alps_absolute_mode_v3(struct psmouse
*psmouse
)
2039 reg_val
= alps_command_mode_read_reg(psmouse
, 0x0004);
2044 if (__alps_command_mode_write_reg(psmouse
, reg_val
))
2050 static int alps_probe_trackstick_v3(struct psmouse
*psmouse
, int reg_base
)
2052 int ret
= -EIO
, reg_val
;
2054 if (alps_enter_command_mode(psmouse
))
2057 reg_val
= alps_command_mode_read_reg(psmouse
, reg_base
+ 0x08);
2061 /* bit 7: trackstick is present */
2062 ret
= reg_val
& 0x80 ? 0 : -ENODEV
;
2065 alps_exit_command_mode(psmouse
);
2069 static int alps_setup_trackstick_v3(struct psmouse
*psmouse
, int reg_base
)
2071 struct ps2dev
*ps2dev
= &psmouse
->ps2dev
;
2073 unsigned char param
[4];
2075 if (alps_passthrough_mode_v3(psmouse
, reg_base
, true))
2079 * E7 report for the trackstick
2081 * There have been reports of failures to seem to trace back
2082 * to the above trackstick check failing. When these occur
2083 * this E7 report fails, so when that happens we continue
2084 * with the assumption that there isn't a trackstick after
2087 if (alps_rpt_cmd(psmouse
, 0, PSMOUSE_CMD_SETSCALE21
, param
)) {
2088 psmouse_warn(psmouse
, "Failed to initialize trackstick (E7 report failed)\n");
2091 psmouse_dbg(psmouse
, "trackstick E7 report: %3ph\n", param
);
2094 * Not sure what this does, but it is absolutely
2095 * essential. Without it, the touchpad does not
2096 * work at all and the trackstick just emits normal
2099 if (ps2_command(ps2dev
, NULL
, PSMOUSE_CMD_SETSCALE11
) ||
2100 ps2_command(ps2dev
, NULL
, PSMOUSE_CMD_SETSCALE11
) ||
2101 ps2_command(ps2dev
, NULL
, PSMOUSE_CMD_SETSCALE11
) ||
2102 alps_command_mode_send_nibble(psmouse
, 0x9) ||
2103 alps_command_mode_send_nibble(psmouse
, 0x4)) {
2104 psmouse_err(psmouse
,
2105 "Error sending magic E6 sequence\n");
2111 * This ensures the trackstick packets are in the format
2112 * supported by this driver. If bit 1 isn't set the packet
2113 * format is different.
2115 if (alps_enter_command_mode(psmouse
) ||
2116 alps_command_mode_write_reg(psmouse
,
2117 reg_base
+ 0x08, 0x82) ||
2118 alps_exit_command_mode(psmouse
))
2123 if (alps_passthrough_mode_v3(psmouse
, reg_base
, false))
2129 static int alps_hw_init_v3(struct psmouse
*psmouse
)
2131 struct ps2dev
*ps2dev
= &psmouse
->ps2dev
;
2133 unsigned char param
[4];
2135 reg_val
= alps_probe_trackstick_v3(psmouse
, ALPS_REG_BASE_PINNACLE
);
2136 if (reg_val
== -EIO
)
2140 alps_setup_trackstick_v3(psmouse
, ALPS_REG_BASE_PINNACLE
) == -EIO
)
2143 if (alps_enter_command_mode(psmouse
) ||
2144 alps_absolute_mode_v3(psmouse
)) {
2145 psmouse_err(psmouse
, "Failed to enter absolute mode\n");
2149 reg_val
= alps_command_mode_read_reg(psmouse
, 0x0006);
2152 if (__alps_command_mode_write_reg(psmouse
, reg_val
| 0x01))
2155 reg_val
= alps_command_mode_read_reg(psmouse
, 0x0007);
2158 if (__alps_command_mode_write_reg(psmouse
, reg_val
| 0x01))
2161 if (alps_command_mode_read_reg(psmouse
, 0x0144) == -1)
2163 if (__alps_command_mode_write_reg(psmouse
, 0x04))
2166 if (alps_command_mode_read_reg(psmouse
, 0x0159) == -1)
2168 if (__alps_command_mode_write_reg(psmouse
, 0x03))
2171 if (alps_command_mode_read_reg(psmouse
, 0x0163) == -1)
2173 if (alps_command_mode_write_reg(psmouse
, 0x0163, 0x03))
2176 if (alps_command_mode_read_reg(psmouse
, 0x0162) == -1)
2178 if (alps_command_mode_write_reg(psmouse
, 0x0162, 0x04))
2181 alps_exit_command_mode(psmouse
);
2183 /* Set rate and enable data reporting */
2185 if (ps2_command(ps2dev
, param
, PSMOUSE_CMD_SETRATE
) ||
2186 ps2_command(ps2dev
, NULL
, PSMOUSE_CMD_ENABLE
)) {
2187 psmouse_err(psmouse
, "Failed to enable data reporting\n");
2195 * Leaving the touchpad in command mode will essentially render
2196 * it unusable until the machine reboots, so exit it here just
2199 alps_exit_command_mode(psmouse
);
2203 static int alps_get_v3_v7_resolution(struct psmouse
*psmouse
, int reg_pitch
)
2205 int reg
, x_pitch
, y_pitch
, x_electrode
, y_electrode
, x_phys
, y_phys
;
2206 struct alps_data
*priv
= psmouse
->private;
2208 reg
= alps_command_mode_read_reg(psmouse
, reg_pitch
);
2212 x_pitch
= (char)(reg
<< 4) >> 4; /* sign extend lower 4 bits */
2213 x_pitch
= 50 + 2 * x_pitch
; /* In 0.1 mm units */
2215 y_pitch
= (char)reg
>> 4; /* sign extend upper 4 bits */
2216 y_pitch
= 36 + 2 * y_pitch
; /* In 0.1 mm units */
2218 reg
= alps_command_mode_read_reg(psmouse
, reg_pitch
+ 1);
2222 x_electrode
= (char)(reg
<< 4) >> 4; /* sign extend lower 4 bits */
2223 x_electrode
= 17 + x_electrode
;
2225 y_electrode
= (char)reg
>> 4; /* sign extend upper 4 bits */
2226 y_electrode
= 13 + y_electrode
;
2228 x_phys
= x_pitch
* (x_electrode
- 1); /* In 0.1 mm units */
2229 y_phys
= y_pitch
* (y_electrode
- 1); /* In 0.1 mm units */
2231 priv
->x_res
= priv
->x_max
* 10 / x_phys
; /* units / mm */
2232 priv
->y_res
= priv
->y_max
* 10 / y_phys
; /* units / mm */
2234 psmouse_dbg(psmouse
,
2235 "pitch %dx%d num-electrodes %dx%d physical size %dx%d mm res %dx%d\n",
2236 x_pitch
, y_pitch
, x_electrode
, y_electrode
,
2237 x_phys
/ 10, y_phys
/ 10, priv
->x_res
, priv
->y_res
);
2242 static int alps_hw_init_rushmore_v3(struct psmouse
*psmouse
)
2244 struct alps_data
*priv
= psmouse
->private;
2245 struct ps2dev
*ps2dev
= &psmouse
->ps2dev
;
2246 int reg_val
, ret
= -1;
2248 if (priv
->flags
& ALPS_DUALPOINT
) {
2249 reg_val
= alps_setup_trackstick_v3(psmouse
,
2250 ALPS_REG_BASE_RUSHMORE
);
2251 if (reg_val
== -EIO
)
2255 if (alps_enter_command_mode(psmouse
) ||
2256 alps_command_mode_read_reg(psmouse
, 0xc2d9) == -1 ||
2257 alps_command_mode_write_reg(psmouse
, 0xc2cb, 0x00))
2260 if (alps_get_v3_v7_resolution(psmouse
, 0xc2da))
2263 reg_val
= alps_command_mode_read_reg(psmouse
, 0xc2c6);
2266 if (__alps_command_mode_write_reg(psmouse
, reg_val
& 0xfd))
2269 if (alps_command_mode_write_reg(psmouse
, 0xc2c9, 0x64))
2272 /* enter absolute mode */
2273 reg_val
= alps_command_mode_read_reg(psmouse
, 0xc2c4);
2276 if (__alps_command_mode_write_reg(psmouse
, reg_val
| 0x02))
2279 alps_exit_command_mode(psmouse
);
2280 return ps2_command(ps2dev
, NULL
, PSMOUSE_CMD_ENABLE
);
2283 alps_exit_command_mode(psmouse
);
2287 /* Must be in command mode when calling this function */
2288 static int alps_absolute_mode_v4(struct psmouse
*psmouse
)
2292 reg_val
= alps_command_mode_read_reg(psmouse
, 0x0004);
2297 if (__alps_command_mode_write_reg(psmouse
, reg_val
))
2303 static int alps_hw_init_v4(struct psmouse
*psmouse
)
2305 struct ps2dev
*ps2dev
= &psmouse
->ps2dev
;
2306 unsigned char param
[4];
2308 if (alps_enter_command_mode(psmouse
))
2311 if (alps_absolute_mode_v4(psmouse
)) {
2312 psmouse_err(psmouse
, "Failed to enter absolute mode\n");
2316 if (alps_command_mode_write_reg(psmouse
, 0x0007, 0x8c))
2319 if (alps_command_mode_write_reg(psmouse
, 0x0149, 0x03))
2322 if (alps_command_mode_write_reg(psmouse
, 0x0160, 0x03))
2325 if (alps_command_mode_write_reg(psmouse
, 0x017f, 0x15))
2328 if (alps_command_mode_write_reg(psmouse
, 0x0151, 0x01))
2331 if (alps_command_mode_write_reg(psmouse
, 0x0168, 0x03))
2334 if (alps_command_mode_write_reg(psmouse
, 0x014a, 0x03))
2337 if (alps_command_mode_write_reg(psmouse
, 0x0161, 0x03))
2340 alps_exit_command_mode(psmouse
);
2343 * This sequence changes the output from a 9-byte to an
2344 * 8-byte format. All the same data seems to be present,
2345 * just in a more compact format.
2350 if (ps2_command(ps2dev
, ¶m
[0], PSMOUSE_CMD_SETRATE
) ||
2351 ps2_command(ps2dev
, ¶m
[1], PSMOUSE_CMD_SETRATE
) ||
2352 ps2_command(ps2dev
, ¶m
[2], PSMOUSE_CMD_SETRATE
) ||
2353 ps2_command(ps2dev
, param
, PSMOUSE_CMD_GETID
))
2356 /* Set rate and enable data reporting */
2358 if (ps2_command(ps2dev
, param
, PSMOUSE_CMD_SETRATE
) ||
2359 ps2_command(ps2dev
, NULL
, PSMOUSE_CMD_ENABLE
)) {
2360 psmouse_err(psmouse
, "Failed to enable data reporting\n");
2368 * Leaving the touchpad in command mode will essentially render
2369 * it unusable until the machine reboots, so exit it here just
2372 alps_exit_command_mode(psmouse
);
2376 static int alps_get_otp_values_ss4_v2(struct psmouse
*psmouse
,
2377 unsigned char index
, unsigned char otp
[])
2379 struct ps2dev
*ps2dev
= &psmouse
->ps2dev
;
2383 if (ps2_command(ps2dev
, NULL
, PSMOUSE_CMD_SETSTREAM
) ||
2384 ps2_command(ps2dev
, NULL
, PSMOUSE_CMD_SETSTREAM
) ||
2385 ps2_command(ps2dev
, otp
, PSMOUSE_CMD_GETINFO
))
2391 if (ps2_command(ps2dev
, NULL
, PSMOUSE_CMD_SETPOLL
) ||
2392 ps2_command(ps2dev
, NULL
, PSMOUSE_CMD_SETPOLL
) ||
2393 ps2_command(ps2dev
, otp
, PSMOUSE_CMD_GETINFO
))
2402 static int alps_update_device_area_ss4_v2(unsigned char otp
[][4],
2403 struct alps_data
*priv
)
2405 int num_x_electrode
;
2406 int num_y_electrode
;
2407 int x_pitch
, y_pitch
, x_phys
, y_phys
;
2409 num_x_electrode
= SS4_NUMSENSOR_XOFFSET
+ (otp
[1][0] & 0x0F);
2410 num_y_electrode
= SS4_NUMSENSOR_YOFFSET
+ ((otp
[1][0] >> 4) & 0x0F);
2412 priv
->x_max
= (num_x_electrode
- 1) * SS4_COUNT_PER_ELECTRODE
;
2413 priv
->y_max
= (num_y_electrode
- 1) * SS4_COUNT_PER_ELECTRODE
;
2415 x_pitch
= ((otp
[1][2] >> 2) & 0x07) + SS4_MIN_PITCH_MM
;
2416 y_pitch
= ((otp
[1][2] >> 5) & 0x07) + SS4_MIN_PITCH_MM
;
2418 x_phys
= x_pitch
* (num_x_electrode
- 1); /* In 0.1 mm units */
2419 y_phys
= y_pitch
* (num_y_electrode
- 1); /* In 0.1 mm units */
2421 priv
->x_res
= priv
->x_max
* 10 / x_phys
; /* units / mm */
2422 priv
->y_res
= priv
->y_max
* 10 / y_phys
; /* units / mm */
2427 static int alps_update_btn_info_ss4_v2(unsigned char otp
[][4],
2428 struct alps_data
*priv
)
2430 unsigned char is_btnless
;
2432 is_btnless
= (otp
[1][1] >> 3) & 0x01;
2435 priv
->flags
|= ALPS_BUTTONPAD
;
2440 static int alps_set_defaults_ss4_v2(struct psmouse
*psmouse
,
2441 struct alps_data
*priv
)
2443 unsigned char otp
[2][4];
2445 memset(otp
, 0, sizeof(otp
));
2447 if (alps_get_otp_values_ss4_v2(psmouse
, 0, &otp
[0][0]) ||
2448 alps_get_otp_values_ss4_v2(psmouse
, 1, &otp
[1][0]))
2451 alps_update_device_area_ss4_v2(otp
, priv
);
2453 alps_update_btn_info_ss4_v2(otp
, priv
);
2458 static int alps_dolphin_get_device_area(struct psmouse
*psmouse
,
2459 struct alps_data
*priv
)
2461 struct ps2dev
*ps2dev
= &psmouse
->ps2dev
;
2462 unsigned char param
[4] = {0};
2463 int num_x_electrode
, num_y_electrode
;
2465 if (alps_enter_command_mode(psmouse
))
2469 if (ps2_command(ps2dev
, NULL
, PSMOUSE_CMD_RESET_WRAP
) ||
2470 ps2_command(ps2dev
, NULL
, PSMOUSE_CMD_SETPOLL
) ||
2471 ps2_command(ps2dev
, NULL
, PSMOUSE_CMD_SETPOLL
) ||
2472 ps2_command(ps2dev
, ¶m
[0], PSMOUSE_CMD_SETRATE
) ||
2473 ps2_command(ps2dev
, ¶m
[0], PSMOUSE_CMD_SETRATE
))
2476 if (ps2_command(ps2dev
, param
, PSMOUSE_CMD_GETINFO
))
2480 * Dolphin's sensor line number is not fixed. It can be calculated
2481 * by adding the device's register value with DOLPHIN_PROFILE_X/YOFFSET.
2482 * Further more, we can get device's x_max and y_max by multiplying
2483 * sensor line number with DOLPHIN_COUNT_PER_ELECTRODE.
2485 * e.g. When we get register's sensor_x = 11 & sensor_y = 8,
2486 * real sensor line number X = 11 + 8 = 19, and
2487 * real sensor line number Y = 8 + 1 = 9.
2488 * So, x_max = (19 - 1) * 64 = 1152, and
2489 * y_max = (9 - 1) * 64 = 512.
2491 num_x_electrode
= DOLPHIN_PROFILE_XOFFSET
+ (param
[2] & 0x0F);
2492 num_y_electrode
= DOLPHIN_PROFILE_YOFFSET
+ ((param
[2] >> 4) & 0x0F);
2493 priv
->x_bits
= num_x_electrode
;
2494 priv
->y_bits
= num_y_electrode
;
2495 priv
->x_max
= (num_x_electrode
- 1) * DOLPHIN_COUNT_PER_ELECTRODE
;
2496 priv
->y_max
= (num_y_electrode
- 1) * DOLPHIN_COUNT_PER_ELECTRODE
;
2498 if (alps_exit_command_mode(psmouse
))
2504 static int alps_hw_init_dolphin_v1(struct psmouse
*psmouse
)
2506 struct ps2dev
*ps2dev
= &psmouse
->ps2dev
;
2507 unsigned char param
[2];
2509 /* This is dolphin "v1" as empirically defined by florin9doi */
2513 if (ps2_command(ps2dev
, NULL
, PSMOUSE_CMD_SETSTREAM
) ||
2514 ps2_command(ps2dev
, ¶m
[0], PSMOUSE_CMD_SETRATE
) ||
2515 ps2_command(ps2dev
, ¶m
[1], PSMOUSE_CMD_SETRATE
))
2521 static int alps_hw_init_v7(struct psmouse
*psmouse
)
2523 struct ps2dev
*ps2dev
= &psmouse
->ps2dev
;
2524 int reg_val
, ret
= -1;
2526 if (alps_enter_command_mode(psmouse
) ||
2527 alps_command_mode_read_reg(psmouse
, 0xc2d9) == -1)
2530 if (alps_get_v3_v7_resolution(psmouse
, 0xc397))
2533 if (alps_command_mode_write_reg(psmouse
, 0xc2c9, 0x64))
2536 reg_val
= alps_command_mode_read_reg(psmouse
, 0xc2c4);
2539 if (__alps_command_mode_write_reg(psmouse
, reg_val
| 0x02))
2542 alps_exit_command_mode(psmouse
);
2543 return ps2_command(ps2dev
, NULL
, PSMOUSE_CMD_ENABLE
);
2546 alps_exit_command_mode(psmouse
);
2550 static int alps_hw_init_ss4_v2(struct psmouse
*psmouse
)
2552 struct ps2dev
*ps2dev
= &psmouse
->ps2dev
;
2553 char param
[2] = {0x64, 0x28};
2556 /* enter absolute mode */
2557 if (ps2_command(ps2dev
, NULL
, PSMOUSE_CMD_SETSTREAM
) ||
2558 ps2_command(ps2dev
, NULL
, PSMOUSE_CMD_SETSTREAM
) ||
2559 ps2_command(ps2dev
, ¶m
[0], PSMOUSE_CMD_SETRATE
) ||
2560 ps2_command(ps2dev
, ¶m
[1], PSMOUSE_CMD_SETRATE
)) {
2564 /* T.B.D. Decread noise packet number, delete in the future */
2565 if (alps_exit_command_mode(psmouse
) ||
2566 alps_enter_command_mode(psmouse
) ||
2567 alps_command_mode_write_reg(psmouse
, 0x001D, 0x20)) {
2570 alps_exit_command_mode(psmouse
);
2572 return ps2_command(ps2dev
, NULL
, PSMOUSE_CMD_ENABLE
);
2575 alps_exit_command_mode(psmouse
);
2579 static int alps_set_protocol(struct psmouse
*psmouse
,
2580 struct alps_data
*priv
,
2581 const struct alps_protocol_info
*protocol
)
2583 psmouse
->private = priv
;
2585 setup_timer(&priv
->timer
, alps_flush_packet
, (unsigned long)psmouse
);
2587 priv
->proto_version
= protocol
->version
;
2588 priv
->byte0
= protocol
->byte0
;
2589 priv
->mask0
= protocol
->mask0
;
2590 priv
->flags
= protocol
->flags
;
2597 switch (priv
->proto_version
) {
2600 priv
->hw_init
= alps_hw_init_v1_v2
;
2601 priv
->process_packet
= alps_process_packet_v1_v2
;
2602 priv
->set_abs_params
= alps_set_abs_params_st
;
2605 if (dmi_check_system(alps_dmi_has_separate_stick_buttons
))
2606 priv
->flags
|= ALPS_STICK_BITS
;
2610 priv
->hw_init
= alps_hw_init_v3
;
2611 priv
->process_packet
= alps_process_packet_v3
;
2612 priv
->set_abs_params
= alps_set_abs_params_semi_mt
;
2613 priv
->decode_fields
= alps_decode_pinnacle
;
2614 priv
->nibble_commands
= alps_v3_nibble_commands
;
2615 priv
->addr_command
= PSMOUSE_CMD_RESET_WRAP
;
2618 case ALPS_PROTO_V3_RUSHMORE
:
2619 priv
->hw_init
= alps_hw_init_rushmore_v3
;
2620 priv
->process_packet
= alps_process_packet_v3
;
2621 priv
->set_abs_params
= alps_set_abs_params_semi_mt
;
2622 priv
->decode_fields
= alps_decode_rushmore
;
2623 priv
->nibble_commands
= alps_v3_nibble_commands
;
2624 priv
->addr_command
= PSMOUSE_CMD_RESET_WRAP
;
2628 if (alps_probe_trackstick_v3(psmouse
,
2629 ALPS_REG_BASE_RUSHMORE
) < 0)
2630 priv
->flags
&= ~ALPS_DUALPOINT
;
2635 priv
->hw_init
= alps_hw_init_v4
;
2636 priv
->process_packet
= alps_process_packet_v4
;
2637 priv
->set_abs_params
= alps_set_abs_params_semi_mt
;
2638 priv
->nibble_commands
= alps_v4_nibble_commands
;
2639 priv
->addr_command
= PSMOUSE_CMD_DISABLE
;
2643 priv
->hw_init
= alps_hw_init_dolphin_v1
;
2644 priv
->process_packet
= alps_process_touchpad_packet_v3_v5
;
2645 priv
->decode_fields
= alps_decode_dolphin
;
2646 priv
->set_abs_params
= alps_set_abs_params_semi_mt
;
2647 priv
->nibble_commands
= alps_v3_nibble_commands
;
2648 priv
->addr_command
= PSMOUSE_CMD_RESET_WRAP
;
2652 if (alps_dolphin_get_device_area(psmouse
, priv
))
2658 priv
->hw_init
= alps_hw_init_v6
;
2659 priv
->process_packet
= alps_process_packet_v6
;
2660 priv
->set_abs_params
= alps_set_abs_params_st
;
2661 priv
->nibble_commands
= alps_v6_nibble_commands
;
2667 priv
->hw_init
= alps_hw_init_v7
;
2668 priv
->process_packet
= alps_process_packet_v7
;
2669 priv
->decode_fields
= alps_decode_packet_v7
;
2670 priv
->set_abs_params
= alps_set_abs_params_v7
;
2671 priv
->nibble_commands
= alps_v3_nibble_commands
;
2672 priv
->addr_command
= PSMOUSE_CMD_RESET_WRAP
;
2673 priv
->x_max
= 0xfff;
2674 priv
->y_max
= 0x7ff;
2676 if (priv
->fw_ver
[1] != 0xba)
2677 priv
->flags
|= ALPS_BUTTONPAD
;
2682 priv
->hw_init
= alps_hw_init_ss4_v2
;
2683 priv
->process_packet
= alps_process_packet_ss4_v2
;
2684 priv
->decode_fields
= alps_decode_ss4_v2
;
2685 priv
->set_abs_params
= alps_set_abs_params_ss4_v2
;
2686 priv
->nibble_commands
= alps_v3_nibble_commands
;
2687 priv
->addr_command
= PSMOUSE_CMD_RESET_WRAP
;
2689 if (alps_set_defaults_ss4_v2(psmouse
, priv
))
2698 static const struct alps_protocol_info
*alps_match_table(unsigned char *e7
,
2701 const struct alps_model_info
*model
;
2704 for (i
= 0; i
< ARRAY_SIZE(alps_model_data
); i
++) {
2705 model
= &alps_model_data
[i
];
2707 if (!memcmp(e7
, model
->signature
, sizeof(model
->signature
)) &&
2708 (!model
->command_mode_resp
||
2709 model
->command_mode_resp
== ec
[2])) {
2711 return &model
->protocol_info
;
2718 static int alps_identify(struct psmouse
*psmouse
, struct alps_data
*priv
)
2720 const struct alps_protocol_info
*protocol
;
2721 unsigned char e6
[4], e7
[4], ec
[4];
2725 * First try "E6 report".
2726 * ALPS should return 0,0,10 or 0,0,100 if no buttons are pressed.
2727 * The bits 0-2 of the first byte will be 1s if some buttons are
2730 if (alps_rpt_cmd(psmouse
, PSMOUSE_CMD_SETRES
,
2731 PSMOUSE_CMD_SETSCALE11
, e6
))
2734 if ((e6
[0] & 0xf8) != 0 || e6
[1] != 0 || (e6
[2] != 10 && e6
[2] != 100))
2738 * Now get the "E7" and "EC" reports. These will uniquely identify
2739 * most ALPS touchpads.
2741 if (alps_rpt_cmd(psmouse
, PSMOUSE_CMD_SETRES
,
2742 PSMOUSE_CMD_SETSCALE21
, e7
) ||
2743 alps_rpt_cmd(psmouse
, PSMOUSE_CMD_SETRES
,
2744 PSMOUSE_CMD_RESET_WRAP
, ec
) ||
2745 alps_exit_command_mode(psmouse
))
2748 protocol
= alps_match_table(e7
, ec
);
2750 if (e7
[0] == 0x73 && e7
[1] == 0x03 && e7
[2] == 0x50 &&
2751 ec
[0] == 0x73 && (ec
[1] == 0x01 || ec
[1] == 0x02)) {
2752 protocol
= &alps_v5_protocol_data
;
2753 } else if (ec
[0] == 0x88 &&
2754 ((ec
[1] & 0xf0) == 0xb0 || (ec
[1] & 0xf0) == 0xc0)) {
2755 protocol
= &alps_v7_protocol_data
;
2756 } else if (ec
[0] == 0x88 && ec
[1] == 0x08) {
2757 protocol
= &alps_v3_rushmore_data
;
2758 } else if (ec
[0] == 0x88 && ec
[1] == 0x07 &&
2759 ec
[2] >= 0x90 && ec
[2] <= 0x9d) {
2760 protocol
= &alps_v3_protocol_data
;
2761 } else if (e7
[0] == 0x73 && e7
[1] == 0x03 &&
2762 e7
[2] == 0x14 && ec
[1] == 0x02) {
2763 protocol
= &alps_v8_protocol_data
;
2765 psmouse_dbg(psmouse
,
2766 "Likely not an ALPS touchpad: E7=%3ph, EC=%3ph\n", e7
, ec
);
2772 /* Save the Firmware version */
2773 memcpy(priv
->fw_ver
, ec
, 3);
2774 error
= alps_set_protocol(psmouse
, priv
, protocol
);
2782 static int alps_reconnect(struct psmouse
*psmouse
)
2784 struct alps_data
*priv
= psmouse
->private;
2786 psmouse_reset(psmouse
);
2788 if (alps_identify(psmouse
, priv
) < 0)
2791 return priv
->hw_init(psmouse
);
2794 static void alps_disconnect(struct psmouse
*psmouse
)
2796 struct alps_data
*priv
= psmouse
->private;
2798 psmouse_reset(psmouse
);
2799 del_timer_sync(&priv
->timer
);
2801 input_unregister_device(priv
->dev2
);
2802 if (!IS_ERR_OR_NULL(priv
->dev3
))
2803 input_unregister_device(priv
->dev3
);
2807 static void alps_set_abs_params_st(struct alps_data
*priv
,
2808 struct input_dev
*dev1
)
2810 input_set_abs_params(dev1
, ABS_X
, 0, priv
->x_max
, 0, 0);
2811 input_set_abs_params(dev1
, ABS_Y
, 0, priv
->y_max
, 0, 0);
2812 input_set_abs_params(dev1
, ABS_PRESSURE
, 0, 127, 0, 0);
2815 static void alps_set_abs_params_mt_common(struct alps_data
*priv
,
2816 struct input_dev
*dev1
)
2818 input_set_abs_params(dev1
, ABS_MT_POSITION_X
, 0, priv
->x_max
, 0, 0);
2819 input_set_abs_params(dev1
, ABS_MT_POSITION_Y
, 0, priv
->y_max
, 0, 0);
2821 input_abs_set_res(dev1
, ABS_MT_POSITION_X
, priv
->x_res
);
2822 input_abs_set_res(dev1
, ABS_MT_POSITION_Y
, priv
->y_res
);
2824 set_bit(BTN_TOOL_TRIPLETAP
, dev1
->keybit
);
2825 set_bit(BTN_TOOL_QUADTAP
, dev1
->keybit
);
2828 static void alps_set_abs_params_semi_mt(struct alps_data
*priv
,
2829 struct input_dev
*dev1
)
2831 alps_set_abs_params_mt_common(priv
, dev1
);
2832 input_set_abs_params(dev1
, ABS_PRESSURE
, 0, 127, 0, 0);
2834 input_mt_init_slots(dev1
, MAX_TOUCHES
,
2835 INPUT_MT_POINTER
| INPUT_MT_DROP_UNUSED
|
2839 static void alps_set_abs_params_v7(struct alps_data
*priv
,
2840 struct input_dev
*dev1
)
2842 alps_set_abs_params_mt_common(priv
, dev1
);
2843 set_bit(BTN_TOOL_QUINTTAP
, dev1
->keybit
);
2845 input_mt_init_slots(dev1
, MAX_TOUCHES
,
2846 INPUT_MT_POINTER
| INPUT_MT_DROP_UNUSED
|
2849 set_bit(BTN_TOOL_QUINTTAP
, dev1
->keybit
);
2852 static void alps_set_abs_params_ss4_v2(struct alps_data
*priv
,
2853 struct input_dev
*dev1
)
2855 alps_set_abs_params_mt_common(priv
, dev1
);
2856 input_set_abs_params(dev1
, ABS_PRESSURE
, 0, 127, 0, 0);
2857 set_bit(BTN_TOOL_QUINTTAP
, dev1
->keybit
);
2859 input_mt_init_slots(dev1
, MAX_TOUCHES
,
2860 INPUT_MT_POINTER
| INPUT_MT_DROP_UNUSED
|
2864 int alps_init(struct psmouse
*psmouse
)
2866 struct alps_data
*priv
= psmouse
->private;
2867 struct input_dev
*dev1
= psmouse
->dev
;
2870 error
= priv
->hw_init(psmouse
);
2875 * Undo part of setup done for us by psmouse core since touchpad
2876 * is not a relative device.
2878 __clear_bit(EV_REL
, dev1
->evbit
);
2879 __clear_bit(REL_X
, dev1
->relbit
);
2880 __clear_bit(REL_Y
, dev1
->relbit
);
2883 * Now set up our capabilities.
2885 dev1
->evbit
[BIT_WORD(EV_KEY
)] |= BIT_MASK(EV_KEY
);
2886 dev1
->keybit
[BIT_WORD(BTN_TOUCH
)] |= BIT_MASK(BTN_TOUCH
);
2887 dev1
->keybit
[BIT_WORD(BTN_TOOL_FINGER
)] |= BIT_MASK(BTN_TOOL_FINGER
);
2888 dev1
->keybit
[BIT_WORD(BTN_LEFT
)] |=
2889 BIT_MASK(BTN_LEFT
) | BIT_MASK(BTN_RIGHT
);
2891 dev1
->evbit
[BIT_WORD(EV_ABS
)] |= BIT_MASK(EV_ABS
);
2893 priv
->set_abs_params(priv
, dev1
);
2895 if (priv
->flags
& ALPS_WHEEL
) {
2896 dev1
->evbit
[BIT_WORD(EV_REL
)] |= BIT_MASK(EV_REL
);
2897 dev1
->relbit
[BIT_WORD(REL_WHEEL
)] |= BIT_MASK(REL_WHEEL
);
2900 if (priv
->flags
& (ALPS_FW_BK_1
| ALPS_FW_BK_2
)) {
2901 dev1
->keybit
[BIT_WORD(BTN_FORWARD
)] |= BIT_MASK(BTN_FORWARD
);
2902 dev1
->keybit
[BIT_WORD(BTN_BACK
)] |= BIT_MASK(BTN_BACK
);
2905 if (priv
->flags
& ALPS_FOUR_BUTTONS
) {
2906 dev1
->keybit
[BIT_WORD(BTN_0
)] |= BIT_MASK(BTN_0
);
2907 dev1
->keybit
[BIT_WORD(BTN_1
)] |= BIT_MASK(BTN_1
);
2908 dev1
->keybit
[BIT_WORD(BTN_2
)] |= BIT_MASK(BTN_2
);
2909 dev1
->keybit
[BIT_WORD(BTN_3
)] |= BIT_MASK(BTN_3
);
2910 } else if (priv
->flags
& ALPS_BUTTONPAD
) {
2911 set_bit(INPUT_PROP_BUTTONPAD
, dev1
->propbit
);
2912 clear_bit(BTN_RIGHT
, dev1
->keybit
);
2914 dev1
->keybit
[BIT_WORD(BTN_MIDDLE
)] |= BIT_MASK(BTN_MIDDLE
);
2917 if (priv
->flags
& ALPS_DUALPOINT
) {
2918 struct input_dev
*dev2
;
2920 dev2
= input_allocate_device();
2922 psmouse_err(psmouse
,
2923 "failed to allocate trackstick device\n");
2928 snprintf(priv
->phys2
, sizeof(priv
->phys2
), "%s/input1",
2929 psmouse
->ps2dev
.serio
->phys
);
2930 dev2
->phys
= priv
->phys2
;
2933 * format of input device name is: "protocol vendor name"
2934 * see function psmouse_switch_protocol() in psmouse-base.c
2936 dev2
->name
= "AlpsPS/2 ALPS DualPoint Stick";
2938 dev2
->id
.bustype
= BUS_I8042
;
2939 dev2
->id
.vendor
= 0x0002;
2940 dev2
->id
.product
= PSMOUSE_ALPS
;
2941 dev2
->id
.version
= priv
->proto_version
;
2942 dev2
->dev
.parent
= &psmouse
->ps2dev
.serio
->dev
;
2944 input_set_capability(dev2
, EV_REL
, REL_X
);
2945 input_set_capability(dev2
, EV_REL
, REL_Y
);
2946 input_set_capability(dev2
, EV_KEY
, BTN_LEFT
);
2947 input_set_capability(dev2
, EV_KEY
, BTN_RIGHT
);
2948 input_set_capability(dev2
, EV_KEY
, BTN_MIDDLE
);
2950 __set_bit(INPUT_PROP_POINTER
, dev2
->propbit
);
2951 __set_bit(INPUT_PROP_POINTING_STICK
, dev2
->propbit
);
2953 error
= input_register_device(dev2
);
2955 psmouse_err(psmouse
,
2956 "failed to register trackstick device: %d\n",
2958 input_free_device(dev2
);
2965 priv
->psmouse
= psmouse
;
2967 INIT_DELAYED_WORK(&priv
->dev3_register_work
,
2968 alps_register_bare_ps2_mouse
);
2970 psmouse
->protocol_handler
= alps_process_byte
;
2971 psmouse
->poll
= alps_poll
;
2972 psmouse
->disconnect
= alps_disconnect
;
2973 psmouse
->reconnect
= alps_reconnect
;
2974 psmouse
->pktsize
= priv
->proto_version
== ALPS_PROTO_V4
? 8 : 6;
2976 /* We are having trouble resyncing ALPS touchpads so disable it for now */
2977 psmouse
->resync_time
= 0;
2979 /* Allow 2 invalid packets without resetting device */
2980 psmouse
->resetafter
= psmouse
->pktsize
* 2;
2985 psmouse_reset(psmouse
);
2987 * Even though we did not allocate psmouse->private we do free
2990 kfree(psmouse
->private);
2991 psmouse
->private = NULL
;
2995 int alps_detect(struct psmouse
*psmouse
, bool set_properties
)
2997 struct alps_data
*priv
;
3000 error
= alps_identify(psmouse
, NULL
);
3005 * Reset the device to make sure it is fully operational:
3006 * on some laptops, like certain Dell Latitudes, we may
3007 * fail to properly detect presence of trackstick if device
3008 * has not been reset.
3010 psmouse_reset(psmouse
);
3012 priv
= kzalloc(sizeof(struct alps_data
), GFP_KERNEL
);
3016 error
= alps_identify(psmouse
, priv
);
3022 if (set_properties
) {
3023 psmouse
->vendor
= "ALPS";
3024 psmouse
->name
= priv
->flags
& ALPS_DUALPOINT
?
3025 "DualPoint TouchPad" : "GlidePoint";
3026 psmouse
->model
= priv
->proto_version
;
3029 * Destroy alps_data structure we allocated earlier since
3030 * this was just a "trial run". Otherwise we'll keep it
3031 * to be used by alps_init() which has to be called if
3032 * we succeed and set_properties is true.
3035 psmouse
->private = NULL
;