]>
git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blob - drivers/input/mouse/focaltech.h
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 * Focaltech TouchPad PS/2 mouse driver
5 * Copyright (c) 2014 Red Hat Inc.
6 * Copyright (c) 2014 Mathias Gottschlag <mgottschlag@gmail.com>
10 * Hans de Goede <hdegoede@redhat.com>
16 int focaltech_detect(struct psmouse
*psmouse
, bool set_properties
);
18 #ifdef CONFIG_MOUSE_PS2_FOCALTECH
19 int focaltech_init(struct psmouse
*psmouse
);
21 static inline int focaltech_init(struct psmouse
*psmouse
)