Lines Matching +full:max +full:- +full:fingers
1 /* SPDX-License-Identifier: GPL-2.0-only */
61 * ---- ---- ------- ------------
64 * 1 0x02 report max query 0x0d gives max coord reported
67 * 1 0x10 clickpad bit 0 1-button ClickPad
72 * 2 0x01 clickpad bit 1 2-button ClickPad
78 * 2 0x08 image sensor image sensor tracks 5 fingers, but only
84 #define SYN_CAP_CLICKPAD(ex0c) ((ex0c) & BIT(20)) /* 1-button ClickPad */
85 #define SYN_CAP_CLICKPAD2BTN(ex0c) ((ex0c) & BIT(8)) /* 2-button ClickPad */
97 * ---- ---- ------- ------------
100 * by the tracktick (pass-through).
102 * contains a built-in fingerprint reader.
167 u32 model_id; /* Model-ID */
168 u32 firmware_id; /* Firmware-ID */
169 u32 board_id; /* Board-ID */
176 u32 x_max, y_max; /* Max coordinates (from FW) */
183 enum synaptics_pkt_type pkt_type; /* packet type - old, new, etc */
190 struct serio *pt_port; /* Pass-through serio port */