psmouse.h (a02001086bbfb4da35d1228bebc2f1b442db455f) psmouse.h (05be1d079ec0b3691783e4384b1ada82149ff7d2)
1#ifndef _PSMOUSE_H
2#define _PSMOUSE_H
3
4#define PSMOUSE_CMD_SETSCALE11 0x00e6
5#define PSMOUSE_CMD_SETSCALE21 0x00e7
6#define PSMOUSE_CMD_SETRES 0x10e8
7#define PSMOUSE_CMD_GETINFO 0x03e9
8#define PSMOUSE_CMD_SETSTREAM 0x00ea

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

91 PSMOUSE_TRACKPOINT,
92 PSMOUSE_TOUCHKIT_PS2,
93 PSMOUSE_CORTRON,
94 PSMOUSE_HGPK,
95 PSMOUSE_ELANTECH,
96 PSMOUSE_FSP,
97 PSMOUSE_SYNAPTICS_RELATIVE,
98 PSMOUSE_CYPRESS,
1#ifndef _PSMOUSE_H
2#define _PSMOUSE_H
3
4#define PSMOUSE_CMD_SETSCALE11 0x00e6
5#define PSMOUSE_CMD_SETSCALE21 0x00e7
6#define PSMOUSE_CMD_SETRES 0x10e8
7#define PSMOUSE_CMD_GETINFO 0x03e9
8#define PSMOUSE_CMD_SETSTREAM 0x00ea

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

91 PSMOUSE_TRACKPOINT,
92 PSMOUSE_TOUCHKIT_PS2,
93 PSMOUSE_CORTRON,
94 PSMOUSE_HGPK,
95 PSMOUSE_ELANTECH,
96 PSMOUSE_FSP,
97 PSMOUSE_SYNAPTICS_RELATIVE,
98 PSMOUSE_CYPRESS,
99 PSMOUSE_FOCALTECH,
99 PSMOUSE_AUTO /* This one should always be last */
100};
101
102void psmouse_queue_work(struct psmouse *psmouse, struct delayed_work *work,
103 unsigned long delay);
104int psmouse_sliced_command(struct psmouse *psmouse, unsigned char command);
105int psmouse_reset(struct psmouse *psmouse);
106void psmouse_set_state(struct psmouse *psmouse, enum psmouse_state new_state);

--- 79 unchanged lines hidden ---
100 PSMOUSE_AUTO /* This one should always be last */
101};
102
103void psmouse_queue_work(struct psmouse *psmouse, struct delayed_work *work,
104 unsigned long delay);
105int psmouse_sliced_command(struct psmouse *psmouse, unsigned char command);
106int psmouse_reset(struct psmouse *psmouse);
107void psmouse_set_state(struct psmouse *psmouse, enum psmouse_state new_state);

--- 79 unchanged lines hidden ---