summaryrefslogtreecommitdiff
path: root/sys/dev/wscons/wsmouse.c
AgeCommit message (Expand)Author
2012-07-22Fix for ClickPad. On issue pointed gilles@ and matthieu@Alexandr Shadchin
2011-08-17Adding support Synaptics touchpad. Thanks all for test.Alexandr Shadchin
2010-07-26Correct the links between threads, processes, pgrps, and sessions,Philip Guenthe
2009-10-13Get rid of devact enum, substitute it with an int and coresponding defines.Paul Irofti
2007-04-10Add support for a fourth axis on wsmouse devices, e.g. on the Apple MightMiod Vallat
2006-11-01poll errors should be POLLERR, not some random E valueTed Unangst
2005-08-14Honor (the lack of) FWRITE in the various ioctl routines; with input fromMiod Vallat
2005-06-01Do not kill the event sink when closing a wsmouse device opened in write-onlyMiod Vallat
2005-05-18Do not compile the screen burner code if SMALL_KERNEL, helps floppies.Miod Vallat
2005-05-15Partial sync to the NetBSD wscons code, bringing a better wsmux behaviourMiod Vallat
2004-06-24This moves access to wall and uptime variables in MI code,Thorsten Lockert
2003-09-23Replace select backends with poll backends. selscan() and pollscan()Todd C. Miller
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-04-30cdev_decl is done in conf.h, do not dupe hereMichael Shalayeff
2002-03-27Add X-Window support to wsmoused(8). This allows running wsmoused(8) andjbm
2002-03-14First round of __P removal in sysTodd C. Miller
2001-10-04supply entropy from hereMichael Shalayeff
2001-05-08inplement screen burner in screenblank(1) style (no program though).Michael Shalayeff
2001-03-30Add a new wsmuxop, dissetdisplay, which wsmux uses to disocver whether a muxAaron Campbell
2001-02-18Fix an uninitialized variable which could cause corruption of the userAaron Campbell
2001-01-30Pass the correct MUX type to wsmux_attach_sc().Aaron Campbell
2000-08-01update wscons, nothing serious, mostly api fixes for us; from netbsd through ...Michael Shalayeff
2000-05-16import newer wscons source from netbsd.Michael Shalayeff