index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
pckbc
/
pms.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
1. Work around a firmware bug of some Elantech-v1 touchpads.
bru
2020-10-23
1
-7
/
+20
*
Get Elantech v1 touchpad with fw version 0x20022 working.
mglocker
2020-08-10
1
-2
/
+7
*
Fix intermittent failing device initialization seen on some Synaptics
mglocker
2020-07-04
1
-9
/
+10
*
1. Run Synaptics touchpads in plain W-mode. 2. Update the AGM-check.
bru
2020-03-18
1
-12
/
+19
*
Unbreak !DIAGNOSTIC build.
mpi
2020-01-22
1
-1
/
+3
*
Extend the identification and validation of elantech-v4 packets to the
bru
2019-09-20
1
-16
/
+37
*
Accept more elantech-v4 models, and apply a test for external buttons.
bru
2019-08-19
1
-7
/
+8
*
Wait a bit for the set mode command to complete for Synaptics devices to
mglocker
2019-01-26
1
-1
/
+7
*
Add support for Elantech trackpoints to pms. Extend the list of
bru
2018-05-13
1
-8
/
+58
*
'juming' -> 'jumping' in comment.
krw
2018-04-29
1
-2
/
+2
*
pms: minor cleanups in the alps code.
bru
2018-01-29
1
-2
/
+4
*
add the alps touchpad that can be found in the ideapad 710s
robert
2017-12-04
1
-1
/
+2
*
Detect touchpad reset announcements. On rare occasions, the touchpad is reset
anton
2017-11-14
1
-1
/
+83
*
Print out the offending data causing pms sync to fail.
anton
2017-11-14
1
-3
/
+5
*
Adapt the Elantech handlers (v1-3) to the new wsmouse infrastructure.
bru
2017-10-28
1
-93
/
+86
*
bug fix
bru
2017-08-26
1
-2
/
+2
*
Query the lower coordinate limits.
bru
2017-08-25
1
-14
/
+23
*
Show Synaptics Model IDs.
bru
2017-07-21
1
-3
/
+5
*
pms/alps: configure compat mode
bru
2017-06-18
1
-58
/
+48
*
Set the weak variant of hysteresis as default.
bru
2017-06-06
1
-7
/
+2
*
improved coordinate filters
bru
2017-05-08
1
-2
/
+7
*
Use nitems() when passing all known parameters to wsmouse_configure().
mpi
2017-03-06
1
-4
/
+3
*
pms/elantech-v4: configure wsmouse for handling compat-mode
bru
2017-02-27
1
-30
/
+25
*
pms/synaptics: configure wsmouse for handling compat-mode
bru
2017-02-27
1
-61
/
+56
*
Improved parameter handling in wsmouse and new ioctls for reading and
bru
2016-10-23
1
-6
/
+10
*
Use the new input functions of wsmouse in mouse and touchscreen drivers.
bru
2016-05-22
1
-3
/
+2
*
Add support for multitouch input to wsmouse.
bru
2016-03-30
1
-127
/
+79
*
pakets -> packets
mmcc
2016-02-27
1
-2
/
+2
*
Support Synaptics touchpads without W mode.
bru
2015-09-05
1
-25
/
+17
*
Improve tap-and-drag detection for ALPS touchpads.
bru
2015-09-05
1
-22
/
+38
*
fairly trivial sizes for free()
deraadt
2015-08-23
1
-7
/
+12
*
Tweak previous; the Synaptics TrackPoint in my ThinkPad T500 works again.
kspillner
2015-07-20
1
-2
/
+5
*
Don't emit values for 'width' that
krw
2015-07-19
1
-1
/
+21
*
pms(4): Don't match Elantech v4 devices with firmware versions 0xX7XXXX.
stsp
2015-06-08
1
-2
/
+3
*
Match newer elantech v4 touchpads, logic taken from Linux.
mpi
2015-05-25
1
-2
/
+2
*
Print irq informations in pckbc_set_inputhandler().
mpi
2015-05-04
1
-3
/
+3
*
Add support for CRC-enabled elantech v3 touchpads.
stsp
2015-04-10
1
-12
/
+29
*
Use the 0x10 extended capability to determine if the trackstick
jsg
2015-03-26
1
-3
/
+35
*
Complete rewrite of the Elantech clickpads v4 packet parser in order to
mpi
2015-02-09
1
-59
/
+89
*
Define a new wscons mouse type for Synaptics clickpad devices that lack
jsg
2015-01-15
1
-2
/
+16
*
Only MS IntelliMouse have a Z axis, prevent a false positive triggered
mpi
2015-01-07
1
-8
/
+4
*
Fix checking sync for old synaptics touchpad (ver 5.9)
shadchin
2014-08-29
1
-4
/
+18
*
Make sure state changes are properly serialized.
mpi
2014-08-19
1
-3
/
+22
*
add a size argument to free. will be used soon, but for now default to 0.
tedu
2014-07-12
1
-7
/
+7
*
Fix tail packet check in elantech v3 touchpad code. Due to a typo this
stsp
2014-05-18
1
-2
/
+2
*
Do no reprobe for a supported protocol when enabling a pointing
mpi
2014-04-25
1
-2
/
+2
*
Fix jagged diagonal lines (kernel part)
shadchin
2013-10-30
1
-7
/
+4
*
Use a working magic sequence to configure absolute mode for elantech v2.
stsp
2013-09-20
1
-13
/
+17
*
When /dev/wsmouse is opened right after resume, some synaptics touchpads
stsp
2013-09-03
1
-6
/
+35
*
Only free the per-protocol descriptor if a touchpad cannot be correctly
mpi
2013-09-03
1
-42
/
+29
[next]