/* * ALPS touchpad PS/2 mouse driver * * Copyright (c) 2003 Peter Osterlund <petero2@telia.com> * Copyright (c) 2005 Vojtech Pavlik <vojtech@suse.cz> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published by * the Free Software Foundation. */#ifndef _ALPS_H#define _ALPS_Hintalps_detect(structpsmouse*psmouse,intset_properties);intalps_init(structpsmouse*psmouse);structalps_model_info{unsignedcharsignature[3];unsignedcharbyte0,mask0;unsignedcharflags;};structalps_data{structinput_devdev2;/* Relative device */charname[32];/* Name */charphys[32];/* Phys */structalps_model_info*i;/* Info */intprev_fin;/* Finger bit from previous packet */};#endif