aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/atkbdc
Commit message (Expand)AuthorAgeFilesLines
...
* psm(4): Add sanity checks to Synaptics touchpad driver resolution parser.Vladimir Kondratyev2017-10-191-2/+4
* psm: add support for evdev protocolVladimir Kondratyev2017-05-291-24/+582
* Reduce synaptics touch sensitivityVladimir Kondratyev2017-05-041-1/+1
* psm(4): Remove sys/libkern.h header inclusionVladimir Kondratyev2017-05-041-1/+0
* Set predefined logical touchpad sizes for several ancient Elan hw v.2Vladimir Kondratyev2017-05-041-9/+33
* Report 3-rd and 4-th fingers as first finger for Elan hw v.2 and v.3 asVladimir Kondratyev2017-05-041-17/+21
* Enable palm detection on two finger touches for multitouch trackpads.Vladimir Kondratyev2017-05-041-3/+7
* psm(4): reduce cursor jumping on palm detectionVladimir Kondratyev2017-05-041-20/+24
* Adjust Elantech palm width threshold to nearly match synaptics defaultsVladimir Kondratyev2017-05-041-0/+3
* Reduce default tap_min_queue size for Elan touchpadsVladimir Kondratyev2017-05-041-0/+3
* Fix triple-finger taps reported as double-finger for Elan hw v.4 touchpadsVladimir Kondratyev2017-05-041-5/+34
* [psm] Fix calculation for clickpad softbuttons at the topOleksandr Tymoshenko2017-02-151-1/+1
* [evdev] Add evdev support to atkbd(4) driverOleksandr Tymoshenko2016-11-032-0/+87
* [psm] Fix choosing wrong mode for synaptic device + trackpointOleksandr Tymoshenko2016-11-021-16/+25
* Assume all coreboot BIOSes have the need for these workarounds becauseWarner Losh2016-10-171-1/+1
* Fix extended buttons support on synaptic clickpadOleksandr Tymoshenko2016-10-061-16/+21
* Fix indentation.Gleb Smirnoff2016-10-041-1/+1
* Replace explicit TUNABLE_INT to sysctl with CTLFLAG_TUNOleksandr Tymoshenko2016-09-301-12/+13
* Add Elantech trackpad supportOleksandr Tymoshenko2016-09-261-461/+1644
* Use OF_prop_free instead of direct call to free(9)Oleksandr Tymoshenko2016-05-181-5/+5
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-031-3/+3
* sys/dev: use our nitems() macro when it is avaliable through param.h.Pedro F. Giffuni2016-04-193-12/+10
* Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.Justin Hibbits2016-03-181-1/+1
* Convert rman to use rman_res_t instead of u_longJustin Hibbits2016-01-273-8/+8
* When exiting two-finger scroll the Synaptics device may report a jump inAndrew Turner2015-12-141-1/+10
* Synaptics: fix a problem with trackpoint passthrough.Rui Paulo2015-06-191-5/+22
* Fix miss from r284320.Gleb Smirnoff2015-06-161-1/+1
* Unbreak mouse on resume on Thinkpads when hw.psm.trackpoint_support=0,Gleb Smirnoff2015-06-121-57/+64
* synaptics: more support for semi-MT trackpads.Rui Paulo2015-05-101-70/+172
* Remove leftover from r282269.Jung-uk Kim2015-04-301-11/+0
* atkbd: remove usage of x86biosRoger Pau Monné2015-04-301-53/+16
* Synaptics: don't report the middle button when clickPad is used.Rui Paulo2015-04-181-1/+2
* Add support for controlling the trackpoint when Synaptics is enabled.Rui Paulo2015-04-111-24/+116
* Improve Synaptics support for newer touchpads.Rui Paulo2015-04-111-27/+140
* psm: print newer Synaptics Touchpad capabilities.Rui Paulo2015-04-061-0/+8
* Quirk based support of Chromebook keyboard found in Acer C720Michael Gmelin2015-02-144-35/+123
* Convert from timeout(9) to callout(9).John Baldwin2014-09-221-14/+23
* Remove ia64.Marcel Moolenaar2014-07-071-2/+0
* Revert r255152:Eitan Adler2013-09-041-2/+2
* psm: Add support for middle and extended buttons on Synaptics touchpadsJean-Sébastien Pédron2013-09-021-40/+91
* synaptics and trackpoint support are stable enough to be on by default.Eitan Adler2013-09-021-2/+2
* Remove a bogus re-assignment.Jung-uk Kim2013-05-131-2/+0
* List TrackPoint device before generic model.Jung-uk Kim2013-03-181-1/+1
* Add preliminary support for IBM/Lenovo TrackPoint.Jung-uk Kim2013-03-181-1/+270
* Pass the device_t into atkbd_{probe,attach}_unit and get theWarner Losh2013-01-113-14/+11
* style(9) changes before I do more real changes.Warner Losh2013-01-111-83/+79
* psm: Support detection of Synaptics touchpad v7.5 and aboveJean-Sébastien Pédron2012-12-181-3/+9
* Fix typo: s/protocl/protocolKevin Lo2012-09-201-2/+2
* Use callout(9) instead of timeout(9) to manage timers.John Baldwin2012-09-071-13/+15
* Add another PS/2 keyboard PNP ID. This ID is listed asJohn Baldwin2012-07-061-0/+1