View | Details | Raw Unified | Return to bug 20352 | Differences between
and this patch

Collapse All | Expand All

(-)sys/i386/include/mouse.h (+1 lines)
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)

Return to bug 20352