Linux 4.2.1
[linux/fpc-iii.git] / drivers / input / mouse / focaltech.h
blobca61ebff373e99a194011c1d8554d8ffb0766981
1 /*
2 * Focaltech TouchPad PS/2 mouse driver
4 * Copyright (c) 2014 Red Hat Inc.
5 * Copyright (c) 2014 Mathias Gottschlag <mgottschlag@gmail.com>
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation; either version 2 of the License, or
10 * (at your option) any later version.
12 * Red Hat authors:
14 * Hans de Goede <hdegoede@redhat.com>
17 #ifndef _FOCALTECH_H
18 #define _FOCALTECH_H
20 int focaltech_detect(struct psmouse *psmouse, bool set_properties);
21 int focaltech_init(struct psmouse *psmouse);
23 #endif