~ubuntu-branches/ubuntu/breezy/xfree86-driver-synaptics/breezy

« back to all changes in this revision

Viewing changes to freebsd_mouse.h

  • Committer: Bazaar Package Importer
  • Author(s): Mattia Dongili (ma.d.)
  • Date: 2004-12-18 20:07:15 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20041218200715-p5y2c27b63vszun1
Tags: 0.13.6-2
* Install in /usr/X11R6/lib as all the xfree drivers on 64 bit archs.  (closes: #280658)
* Provided an alternative patch for debian-kernel users. (closes: #282359)

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
#define MOUSE_SETVARS        _IOW('M', 7, mousevar_t)
24
24
#define MOUSE_READSTATE      _IOWR('M', 8, mousedata_t)
25
25
#define MOUSE_READDATA       _IOWR('M', 9, mousedata_t)
26
 
#define MOUSE_SYNGETHWINFO   _IOR('M', 10, synapticshw_t)
27
 
 
28
 
#define MOUSE_SYNAPTICS_CMD     _IOW('M', 10, char)
29
 
#define MOUSE_SYNAPTICS_INFO _IOW('M', 11, char)
30
 
#define MOUSE_SYNAPTICS_ENABLE_PASSTHROUGH _IOW('M', 12, char)
 
26
#define MOUSE_SYN_GETHWINFO  _IOR('M', 100, synapticshw_t)
31
27
 
32
28
 
33
29
typedef struct synapticshw {