summaryrefslogtreecommitdiffstats
path: root/sys/dev/atkbdc/psm.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r319162:wulf2017-07-161-24/+582
* MFC r317811:wulf2017-05-181-56/+126
* MFC r313757:gonzo2017-02-271-1/+1
* MFC r308189:gonzo2016-11-141-16/+25
* MFC r306355, r306474, r306746:gonzo2016-10-181-481/+1670
* sys/dev: minor spelling fixes.pfg2016-05-031-3/+3
* sys/dev: use our nitems() macro when it is avaliable through param.h.pfg2016-04-191-7/+6
* When exiting two-finger scroll the Synaptics device may report a jump inandrew2015-12-141-1/+10
* Synaptics: fix a problem with trackpoint passthrough.rpaulo2015-06-191-5/+22
* Fix miss from r284320.glebius2015-06-161-1/+1
* Unbreak mouse on resume on Thinkpads when hw.psm.trackpoint_support=0,glebius2015-06-121-57/+64
* synaptics: more support for semi-MT trackpads.rpaulo2015-05-101-70/+172
* Synaptics: don't report the middle button when clickPad is used.rpaulo2015-04-181-1/+2
* Add support for controlling the trackpoint when Synaptics is enabled.rpaulo2015-04-111-24/+116
* Improve Synaptics support for newer touchpads.rpaulo2015-04-111-28/+141
* psm: print newer Synaptics Touchpad capabilities.rpaulo2015-04-061-0/+8
* Quirk based support of Chromebook keyboard found in Acer C720grembo2015-02-141-6/+16
* Revert r255152:eadler2013-09-041-2/+2
* psm: Add support for middle and extended buttons on Synaptics touchpadsdumbbell2013-09-021-40/+91
* synaptics and trackpoint support are stable enough to be on by default.eadler2013-09-021-2/+2
* Remove a bogus re-assignment.jkim2013-05-131-2/+0
* List TrackPoint device before generic model.jkim2013-03-181-1/+1
* Add preliminary support for IBM/Lenovo TrackPoint.jkim2013-03-181-1/+270
* psm: Support detection of Synaptics touchpad v7.5 and abovedumbbell2012-12-181-3/+9
* Fix typo: s/protocl/protocolkevlo2012-09-201-2/+2
* Use callout(9) instead of timeout(9) to manage timers.jhb2012-09-071-13/+15
* - Do not clobber softc when psm(4) is reintialized.jkim2012-03-271-141/+124
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-2/+2
* - When moving the IRQ resource from the psmcpnp device to the psm device,jhb2010-12-161-15/+5
* Various small typos and grammar nits in comments.jhb2010-11-181-4/+4
* Let psm(4) use si_drv1 to refer to its softc.ed2010-09-091-28/+22
* Add new "hw.psm.tap_enabled" tunable and sysctl.dumbbell2009-12-181-0/+35
* Temporarily revert the new-bus locking for 8.0 release. It will bejhb2009-08-201-4/+0
* Make the newbus subsystem Giant free by adding the new newbus sxlock.attilio2009-08-021-0/+4
* Teach psm about O_ASYNCrnoland2009-03-161-0/+23
* Synaptics touchpads must be reinitialized after suspend/resume.dumbbell2008-12-171-1/+9
* Rephrase and/or fix some comments in Synaptics touchpad initializationdumbbell2008-12-161-10/+15
* Rewrite Synaptics touchpads support with the following goals in mind:dumbbell2008-10-141-175/+982
* Replace all calls to minor() with dev2unit().ed2008-09-271-2/+2
* Fill in sysctl descriptions.trhodes2008-07-261-10/+18
* Try to detect a Synaptics touchpad before IntelliMouse. Some touchpads willphilip2008-06-011-2/+2
* Clean up and fix style(9) nits.jkim2008-04-081-2852/+2938
* - Add write(2) support for psm(4) in native operation level. Now arbitraryjkim2008-04-081-7/+53
* Some PS/2 mice (at least the A4Tech X-7xx) need to be set to Intelli moderink2008-02-251-0/+7
* Initialize mouse resolution to zero if converting frommjacob2007-06-171-0/+2
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* Synaptics TouchPad seems to go back to Relative Mode after the calldumbbell2007-02-041-0/+10
* Spell "Kensington Thinking Mouse" correctly.keramida2006-12-181-1/+1
* Add ALPS glide point ID and some compatibility IDs.takawata2006-03-151-0/+3
* Fix a bug in Synaptics Touchapd support where psm(4) will enter an infinitedumbbell2006-01-051-1/+2
OpenPOWER on IntegriCloud