#include <linux/slab.h>
#include <linux/input.h>
#include <linux/input/mt.h>
#include <linux/serio.h>
#include <linux/libps2.h>
#include "psmouse.h"
#include "alps.h"
Go to the source code of this file.
#define ALPS_BITMAP_X_BITS 15 |
#define ALPS_BITMAP_Y_BITS 11 |
#define ALPS_CMD_NIBBLE_10 0x01f2 |
#define ALPS_DUALPOINT 0x02 /* touchpad has trackstick */ |
#define ALPS_FOUR_BUTTONS 0x40 /* 4 direction button present */ |
#define ALPS_FW_BK_1 0x10 /* front & back buttons present */ |
#define ALPS_FW_BK_2 0x20 /* front & back buttons present */ |
#define ALPS_PASS 0x04 /* device has a pass-through port */ |
#define ALPS_PS2_INTERLEAVED |
Value:
Definition at line 84 of file alps.c.
#define ALPS_V3_X_MAX 2000 |
#define ALPS_V3_Y_MAX 1400 |
#define ALPS_WHEEL 0x08 /* hardware wheel present */ |