aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/atkbdc/psm.c
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/8.2 to release/8.2.0 for 8.2-RELEASE.release/8.2.0_cvsKen Smith2011-02-161-1/+1
* MFC 196403: Temporarily revert the new-bus locking for 8.0 release.John Baldwin2009-08-201-4/+0
* Make the newbus subsystem Giant free by adding the new newbus sxlock.Attilio Rao2009-08-021-0/+4
* Teach psm about O_ASYNCRobert Noland2009-03-161-0/+23
* Synaptics touchpads must be reinitialized after suspend/resume.Jean-Sébastien Pédron2008-12-171-1/+9
* Rephrase and/or fix some comments in Synaptics touchpad initializationJean-Sébastien Pédron2008-12-161-10/+15
* Rewrite Synaptics touchpads support with the following goals in mind:Jean-Sébastien Pédron2008-10-141-175/+982
* Replace all calls to minor() with dev2unit().Ed Schouten2008-09-271-2/+2
* Fill in sysctl descriptions.Tom Rhodes2008-07-261-10/+18
* Try to detect a Synaptics touchpad before IntelliMouse. Some touchpads willPhilip Paeps2008-06-011-2/+2
* Clean up and fix style(9) nits.Jung-uk Kim2008-04-081-2852/+2938
* - Add write(2) support for psm(4) in native operation level. Now arbitraryJung-uk Kim2008-04-081-7/+53
* Some PS/2 mice (at least the A4Tech X-7xx) need to be set to Intelli modeRink Springer2008-02-251-0/+7
* Initialize mouse resolution to zero if converting fromMatt Jacob2007-06-171-0/+2
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-1/+1
* Synaptics TouchPad seems to go back to Relative Mode after the callJean-Sébastien Pédron2007-02-041-0/+10
* Spell "Kensington Thinking Mouse" correctly.Giorgos Keramidas2006-12-181-1/+1
* Add ALPS glide point ID and some compatibility IDs.Takanori Watanabe2006-03-151-0/+3
* Fix a bug in Synaptics Touchapd support where psm(4) will enter an infiniteJean-Sébastien Pédron2006-01-051-1/+2
* Fix -Wundef.Ruslan Ermilov2005-12-041-1/+1
* - Hook up the new locations of the atkbdc(4), atkbd(4) and psm(4) sourceMarius Strobl2005-06-101-27/+35
* Make life for owners of Synaptics Touchpads more pleasant :-)Philip Paeps2005-01-101-11/+207
* Reduce diffs to work in progress before checking in serious changes.Philip Paeps2005-01-031-19/+20
* Introduce a tunable to disable support for Synaptics touchpads. A number ofPhilip Paeps2004-09-291-1/+11
* Improve sync recovery algorithm:Justin T. Gibbs2004-08-271-97/+119
* Defer the capture of the "expected sync bits" until the first "normal"Justin T. Gibbs2004-08-171-20/+13
* Don't initialize static variables to 0 (C should just take care of that).Philip Paeps2004-08-161-2/+2
* Update support for Synaptics Touchpads (Volume V)Philip Paeps2004-08-161-5/+29
* Assume a finger of regular width when no width value is reported byPhilip Paeps2004-08-081-3/+10
* Update support for Synaptics Touchpads (Volume IV)Philip Paeps2004-08-081-2/+2
* Update support for Synaptics Touchpads (Volume III)Philip Paeps2004-08-081-0/+26
* Update support for Synaptics Touchpads (Volume II)Philip Paeps2004-08-081-5/+26
* Update support for Synaptics Touchpads (Volume I)Philip Paeps2004-08-081-53/+64
* Add support for the Synaptics Touchpad mouse driver. I reworked theNate Lawson2004-07-301-1/+213
* Ignore more strange return values of the test_aux_port() function,Maxime Henrion2004-07-161-6/+10
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-7/+7
* Don't check for device_get_softc() returning NULL, it can't happen.Maxime Henrion2004-04-171-3/+0
* Put a bunch of output that us really only useful in a debugMark Murray2004-04-041-1/+13
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-8/+7
* Device megapatch 4/6:Poul-Henning Kamp2004-02-211-0/+2
* Device megapatch 1/6:Poul-Henning Kamp2004-02-211-2/+0
* Significantly reduce the "jitter" that is typical for PS/2 miceAlfred Perlstein2003-12-111-110/+256
* - Implement selwakeuppri() which allows raising the priority of aSeigo Tanimura2003-11-091-1/+1
* Add support for the A4 Tech RFSW-35 mouse wheel. Probe is similar toMike Heffner2003-07-121-3/+10
* Reset the PSM aux device twice to help pierce through some KVM's toMike Heffner2003-07-071-0/+9
* Add PnP PS/2 id for Dell Latitude X200.Mike Heffner2003-07-011-0/+1
* Use __FBSDID().David E. O'Brien2003-06-111-3/+3
* wrap macro in do {...} while(0)Poul-Henning Kamp2003-05-311-2/+2
* Remove extra ';'Poul-Henning Kamp2003-05-311-1/+1
* Fix some easy, global, lint warnings. In most cases, this meansMark Murray2003-04-301-1/+1