opnsense-src/sys/dev/usb/input
Hans Petter Selasky 37247d72eb Update ATP driver:
- Support for double-tap and drag.
- Support for 2-finger horizontal scrolling which translates to page-back/forward events.
- Single finger tap is equivalent to a left-button press.
- Two-finger taps are mapped to the right-button click.
- Three fingers are mapped to middle button.
- Add sysctl to disable single finger tapping.
- Fix for multiple open of /dev/atp0
- Enhanced support for the Fountain/Geyser family by adding Geyser4.
- Update manual page.

Submitted by:	Rohit Grover <rgrover1@gmail.com>
MFC after:	2 weeks
2014-02-23 23:36:32 +00:00
..
atp.c Update ATP driver: 2014-02-23 23:36:32 +00:00
uep.c
uhid.c Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on device_method_t arrays 2013-01-30 18:01:20 +00:00
ukbd.c When detaching a [USB] keyboard, keys might still be pressed. Ensure 2014-01-28 09:55:07 +00:00
ums.c Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on device_method_t arrays 2013-01-30 18:01:20 +00:00
usb_rdesc.h
wsp.c - Remove not needed definitions from driver. 2014-02-13 09:09:14 +00:00