aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/input/wsp.c
Commit message (Expand)AuthorAgeFilesLines
* wsp(4): Make evdev interface operational if sysmouse one is not openedVladimir Kondratyev2026-04-121-1/+10
* wsp(4): Do not handle pressure on non-ForceTouch devicesVladimir Kondratyev2026-04-121-2/+4
* wsp: Fix whitespacesJoshua Rogers2025-03-071-9/+11
* wsp: Rename max_finger_area sysctl to max_finger_diameterJoshua Rogers2025-03-071-9/+9
* wsp: Handle horizontal scrolling and create tunable for swipe/scroll.Joshua Rogers2025-03-071-31/+82
* wsp: Fix typo in function name.Joshua Rogers2025-03-071-2/+2
* wsp: Add hw.usb.wsp.max_scroll_finger_distance for two-finger scrollingJoshua Rogers2025-03-071-2/+7
* wsp: Raise the default scr_hor_threshold sysctl.Joshua Rogers2025-03-071-1/+1
* usb: Kill left-over cdefs.h includesWarner Losh2025-03-041-1/+0
* wsp: Use already-calculated distance of fingers for comparison.Joshua Rogers2024-09-061-3/+1
* wsp: Improve multi-finger touchpad usage and allow more configurationsJoshua Rogers2024-09-061-29/+56
* wsp: Allow the trackpad to be used after a partially unreleased click.Joshua Rogers2024-09-061-2/+8
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* usb: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-061-3/+1
* wsp_intr_callback: eliminate write only variable hWarner Losh2022-04-051-3/+0
* wsp(4): Add evdev support.Vladimir Kondratyev2021-08-241-20/+285
* wsp(4): Compact parameter structure.Vladimir Kondratyev2021-08-241-199/+96
* atp(4), wsp(4): Return correct priority from probe() method;Vladimir Kondratyev2021-08-241-1/+4
* wsp: Add sysctl tunable for Z-Axis inversionVladimir Kondratyev2021-02-081-1/+6
* hid: Chase for HID function name changes in existing USB HID driversVladimir Kondratyev2021-01-071-1/+4
* Factor-out hardware-independent part of USB HID support to new moduleVladimir Kondratyev2021-01-071-0/+1
* usb: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-4/+0
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (2 of many)Pawel Biernacki2020-02-151-1/+2
* Add support for right and middle click with integrated button to WSPHans Petter Selasky2018-03-271-1/+6
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Make wsp process a single touchpad tap and interpret it as aWarner Losh2017-03-011-1/+6
* dev/usb: minor spelling fixes in comments.Pedro F. Giffuni2016-05-021-1/+1
* Create a USB_PNP_INFO and use it to export the existing PNPWarner Losh2015-12-111-0/+1
* Update the wsp driver to support newer touch pads, like found inHans Petter Selasky2015-11-101-106/+277
* Make a bunch of USB debug SYSCTLs tunable, so that their value(s) canHans Petter Selasky2015-01-051-7/+7
* - Make pointer easier to control when moving slowly.Hans Petter Selasky2014-03-011-6/+26
* Updates for WSP driver:Hans Petter Selasky2014-02-251-8/+17
* - Remove not needed definitions from driver.Hans Petter Selasky2014-02-131-270/+43
* Add a comment about the origin of some structures, defines and so on.Hans Petter Selasky2014-02-011-0/+19
* Fix for unexpected selection with two fingers sometimes.Hans Petter Selasky2014-01-311-17/+34
* - Remove some dead code.Hans Petter Selasky2014-01-291-87/+37
* Add support for trackpads found in Apple MacBook products. While at itHans Petter Selasky2014-01-291-0/+1438