alps.h (9fe64e15148d1ff81fa0bcb5fd58531e3ae2aa3a) alps.h (c9815232c3cca58bb2b664f37b681841981ed4a9)
1/*
2 * ALPS touchpad PS/2 mouse driver
3 *
4 * Copyright (c) 2003 Peter Osterlund <petero2@telia.com>
5 * Copyright (c) 2005 Vojtech Pavlik <vojtech@suse.cz>
6 *
7 * This program is free software; you can redistribute it and/or modify it
8 * under the terms of the GNU General Public License version 2 as published by

--- 9 unchanged lines hidden (view full) ---

18#define ALPS_PROTO_V2 0x200
19#define ALPS_PROTO_V3 0x300
20#define ALPS_PROTO_V3_RUSHMORE 0x310
21#define ALPS_PROTO_V4 0x400
22#define ALPS_PROTO_V5 0x500
23#define ALPS_PROTO_V6 0x600
24#define ALPS_PROTO_V7 0x700 /* t3btl t4s */
25#define ALPS_PROTO_V8 0x800 /* SS4btl SS4s */
1/*
2 * ALPS touchpad PS/2 mouse driver
3 *
4 * Copyright (c) 2003 Peter Osterlund <petero2@telia.com>
5 * Copyright (c) 2005 Vojtech Pavlik <vojtech@suse.cz>
6 *
7 * This program is free software; you can redistribute it and/or modify it
8 * under the terms of the GNU General Public License version 2 as published by

--- 9 unchanged lines hidden (view full) ---

18#define ALPS_PROTO_V2 0x200
19#define ALPS_PROTO_V3 0x300
20#define ALPS_PROTO_V3_RUSHMORE 0x310
21#define ALPS_PROTO_V4 0x400
22#define ALPS_PROTO_V5 0x500
23#define ALPS_PROTO_V6 0x600
24#define ALPS_PROTO_V7 0x700 /* t3btl t4s */
25#define ALPS_PROTO_V8 0x800 /* SS4btl SS4s */
26#define ALPS_PROTO_V9 0x900 /* ss3btl */
26
27#define MAX_TOUCHES 4
28
29#define DOLPHIN_COUNT_PER_ELECTRODE 64
30#define DOLPHIN_PROFILE_XOFFSET 8 /* x-electrode offset */
31#define DOLPHIN_PROFILE_YOFFSET 1 /* y-electrode offset */
32
33/*

--- 293 unchanged lines hidden ---
27
28#define MAX_TOUCHES 4
29
30#define DOLPHIN_COUNT_PER_ELECTRODE 64
31#define DOLPHIN_PROFILE_XOFFSET 8 /* x-electrode offset */
32#define DOLPHIN_PROFILE_YOFFSET 1 /* y-electrode offset */
33
34/*

--- 293 unchanged lines hidden ---