History log of /netbsd-src/sys/dev/pckbport/elantech.c (Results 1 – 6 of 6)
Revision Date Author Comments
# 4f6fb3bf 25-Feb-2014 pooka <pooka@NetBSD.org>

Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before
the sysctl link sets are processed, and remove redundancy.

Shaves >13kB off of an amd64 GENERIC, not to mention >1k duplicat

Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before
the sysctl link sets are processed, and remove redundancy.

Shaves >13kB off of an amd64 GENERIC, not to mention >1k duplicate
lines of code.

show more ...


# b2424d9a 07-Jan-2012 jmcneill <jmcneill@NetBSD.org>

add support for elantech (v2) touchpads that report input pressure


# 2eb0dcce 09-Sep-2011 jakllsch <jakllsch@NetBSD.org>

Replace pms_synaptics_send_command() and identical pms_elantech_send_command()
with pms_sliced_command(). Linux shows that this sequence can also be used by
"Logitech PS/2++" protocol as well.


# 9f9ac957 30-Dec-2008 jmcneill <jmcneill@NetBSD.org>

Silence printf in common "device not found" error path.


# 0af0b213 14-Dec-2008 jmcneill <jmcneill@NetBSD.org>

Remove debug printfs


# 3e8db259 14-Dec-2008 jmcneill <jmcneill@NetBSD.org>

Add Elantech multi-touch driver.