|
Lines 40-45
Link Here
|
| 40 |
#define MOUSE_SETVARS _IOW('M', 7, mousevar_t) |
40 |
#define MOUSE_SETVARS _IOW('M', 7, mousevar_t) |
| 41 |
#define MOUSE_READSTATE _IOWR('M', 8, mousedata_t) |
41 |
#define MOUSE_READSTATE _IOWR('M', 8, mousedata_t) |
| 42 |
#define MOUSE_READDATA _IOWR('M', 9, mousedata_t) |
42 |
#define MOUSE_READDATA _IOWR('M', 9, mousedata_t) |
|
|
43 |
#define MOUSE_SENDREADCMD _IOWR('M', 14, mousedata_t) |
| 43 |
|
44 |
|
| 44 |
#if notyet |
45 |
#if notyet |
| 45 |
#define MOUSE_SETRESOLUTION _IOW('M', 10, int) |
46 |
#define MOUSE_SETRESOLUTION _IOW('M', 10, int) |